hello,
I installed a fresh Drupal 5.1 on a upgraded 4.7 database.
I installed and enabled the image, img_assist and tinymce modules.
Following the README i copied the "drupalimage" folder from "img_assist" to "tinymce/plugins"
On the configuration "Buttons" for tinyMCE I see the checkbox with "drupalimage" written twice but no button-image. I checked this option and saved.
Now, when editing content using plain textareas I have the img_assist button below that textarea and it works fine.
But when editing content using a tinyMCE editor I do not see the img_assist button in the tinymce's toolbar. Also, a image FilterTag inserted in textarea mode is not rendered as a visible image in the tinymce editor (I remember that it did in drupal 4.7).
What could be wrong?
thanks
Comments
Comment #1
jochenh commentedsame issue here using 5.x.-1.4. i see that there is no image icon for the drupalimage plugin. maybe there is some kind of a path issue. the drupalimage plugin gets displayed without image, like this:
the other ones look normal, like this:
Comment #2
jochenh commentedsorry, keep using pre tags instead of code. so here again
drupalimage and how it's src is displayed on the tinyMCE plugins page
and a normal button gets shown with image:
Comment #3
Jay Armstrong commentedJust to double-check, did you do the following?
_________________________________________
I had the same issue until I finished setting up all the right options, at the moment I can't remember which one fixed that (working too late into the night) but it was a simple thing.
Comment #4
dfokkema commentedHi there! I think this is a bug in drupal-image. I found http://drupal.org/node/63509 and comment #6 worked for me. I think this should be fixed, thanks!
Comment #5
zoo33 commentedSo, lets use 63509 instead.