After uploading a zip of pics, you can not rearrange them right away. You have to save the node, and reload the edit node page, before you can change the order.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | imagefield_zip.patch | 409 bytes | mikeytown2 |
After uploading a zip of pics, you can not rearrange them right away. You have to save the node, and reload the edit node page, before you can change the order.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | imagefield_zip.patch | 409 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedActually it breaks the JS rearrange on every page resulting in these cryptic taxonomy errors. I can move an image down and it kinda works; moving it up and no go.
Comment #2
jannalexx commentedit breaks the JS
actually it breaks js somehow, resulting in css problems in the theme in some content type creation pages
seen that before somewhere, it maybe has to do with javascript not being loaded properly
this is probably a more general failure/error, causing mixed behavior depending on each installation
Comment #3
mikeytown2 commentedbump, this is really annoying; having to disable and re-enable this module all the time.
Comment #4
mikeytown2 commentedK... I think i got this one figured out. Don't ask how, not fun.
Comment out line 82 inside the imagefield_zip_form() function
__
Comment #5
mikeytown2 commentedcommitted