When you try uploading an image through the "insert image" plugin (popup) of the htmlarea module, the uploading kinda works (when not using clean URL's), but the popup window opens a new page that displays the information one would get when inserting an image into his/her personal gallery through the "submit image" action (something like: "your image was created"). So the "insert image" page in the popup window is replaced by a drupal status page stating I just added the image to my personal gallery.
When using clean URL's the upload button does nothing.

Comments

jcosters’s picture

Also, I find it a bit weird to add inline images to "personal galleries". It's probably the only way considering the architecture of the image module?

Personally, I would like the ability to define a vocabulary of images that is not used to put up a gallery, only to store images for inline use in nodes.

So you would have a "gallery navigation vocabulary" and a "inline images catalog vocabulary". The first can be used to make galleries of pictures (which can also be inserted inline into nodes), the second only to insert images inline.

jcosters’s picture

changed from "4.4.0" to "cvs". sorry.

jcosters’s picture

It seems the node_submit function automatically redirects to the view page when a node is submitted.
Adding an extra boolean argument to node_submit (in node.module) and only redirecting when TRUE (default) fixes this. I think this second argument was present in node_submit in the past because the call from insert_image.php already had a second argument set to FALSE.

gordon’s picture

Assigned: Unassigned » gordon

See patch 6308, needs to be added to core and this will be fixed.

Anonymous’s picture