Closed (fixed)
Project:
ImageField
Version:
5.x-2.0-rc5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2008 at 23:51 UTC
Updated:
12 Mar 2009 at 23:56 UTC
I've got a content type that contains a single CCK imagefield. I'm using imageField Gallery with this field. However, the edit form shows both the gallery "upload" button, and the form "submit" button. Hitting "upload" doesn't seem to save the changes to the node, which is confusing to some users. (Also, I've had one report that "upload" is broken on OSX Safari.)
In the meantime, I'll try to find a way to change the "upload" button label to "preview" or some such. Perhaps this is the best fix?
Comments
Comment #1
meeotch commentedMoving this to Imagefield - it appears that's where the button actually comes from. I've successfully changed the name of it to "Preview" via localization - but the comments above are still valid. (Perhaps I'm missing something about the way it's intended to work?)
Comment #2
gemini commentedYea, the "Upload" buttons didn't do anything for me at all... the progress bar never stops... so I just hid the buttons via CSS.
Comment #3
j0rd commentedSome modules can conflict with the javascript which uploads the image. Devel module is one of them. If you have devel installed and you're not able to upload via CCK imagefield, try disabling the output like memory and script time which output into the footer by default.
If you google you will find more info on this.
http://drupal.org/node/253199
Comment #4
millions commentedany idea what other modules conflict besides Devel?
Comment #5
sunNo known other modules. Original issue was resolved, it seems.