hi

i enables the wysiwyg with wysiwyg_imageupload with ckeditor.

i upload an image and insert it into the textarea, all goes well.

but when the content itself is displaying i get this instead of the image:

[[wysiwyg_imageupload:5:]]

i checked the to see where the image is stored: sites/default/files/wysiwyg_imageupload/1/thepic.jpg

what can be the problem?

best regards

Comments

WorldFallz’s picture

derridaDD’s picture

hi
thanks for answering.

step 4 was done right after i installed the module.

Serval’s picture

I had the same problem, but found out where it was. It is in the Home-Administer-Site Configuration. Configure your Full Html to allow inline images.

tojac’s picture

You are 100% right : this is the right fix to the problem. This applies to all the installed editor profiles for instance TinyMCE FCK-Editor

jeremyraybrown’s picture

For CKEditor, go to:

Administer -> Site Configuration -> Input formats

Choose the input format you're using and click the configure link. Chances are you're using the Full HTML filter.

Check the following option: Drupal Wiki inline-images

nikhiljain’s picture

m also facing a similar problem.. but in my case this issue doesnt come regulalry.. sometimes the images go missing and sometimes not.. m still trying to figure out whats d problem. can ny1 help?

also if an image is displaying properly and i try to insert Alternative Text, in the display i get [[wysiwyg_imageupload:alt image:]]

bburg’s picture

Sorry to post on an old forum. But I figured this out, and just to help people of the future. Your alt text issue is because natively, the image tool is placing the file id number here, which is how it knows what image to replace the token with. Figure out you're image's id and add it in the alt text and your image will reappear.

tsk tsk on the developer for blocking a 508 accessibility requirement.

bigpepper’s picture

Ah, yes this happens when "Drupal Wiki inline-images" is not checked under your desired Input Format, under Site configuration.

nikhiljain’s picture

actually it's checked.. but still not working.

caze’s picture

I have also checked "Drupal Wiki inline-images" and it's still not working. Anyone else that have a solution for this?

twod’s picture

"Drupal Wiki inline-images" being disabled for the input format(s) used to render the contents is the only obvious cause for this.
That is the input filter which will transform the tag you're seeing to a real HTML img tag.
If it has since been enabled, but the image tag is still not being transformed correctly, perhaps the old version is still cached? Clearing all caches on the Performance page should fix that.

nikhiljain’s picture

I have tried that as well.. but still does not solve my problem.

Actually my tags get transformed into image on first go. But they (not all) tend to go missing someday or the other. I checked with the database entries of those images and found some problem there. Then I corrected and images returned back.

But the main issue is that whenever (for any image) I insert Alt Text for an image, the tags do not get transformed to image.

Littlebob’s picture

I have the same problem. Does anyone have a solution?

UPDATE: I just tracked down the problem. See this issue http://drupal.org/node/841644

teggsdgreat’s picture

just go to "admin-config-content authoring-text formats" and uncheck "display any HTML as plan text" this worked for me.