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

meeotch’s picture

Project: Imagefield Gallery » ImageField
Version: 5.x-1.3 » 5.x-2.0-rc5

Moving 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?)

gemini’s picture

Yea, the "Upload" buttons didn't do anything for me at all... the progress bar never stops... so I just hid the buttons via CSS.

j0rd’s picture

Some 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

millions’s picture

any idea what other modules conflict besides Devel?

sun’s picture

Status: Active » Closed (fixed)

No known other modules. Original issue was resolved, it seems.