Closed (fixed)
Project:
Htmlarea
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Sep 2004 at 12:58 UTC
Updated:
5 Oct 2004 at 17:20 UTC
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
Comment #1
jcosters commentedAlso, 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.
Comment #2
jcosters commentedchanged from "4.4.0" to "cvs". sorry.
Comment #3
jcosters commentedIt 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.
Comment #4
gordon commentedSee patch 6308, needs to be added to core and this will be fixed.
Comment #5
(not verified) commented