Hi, I'm new to Drupal, so perhaps I did not load something correctly, but while using the YUI Rich Text Editor, I can upload an image and it appears to be fine. But then when I save the page and view it. No images appear. I have tested this with several image formats, but nothing seems to work.

I am using Drupal 6.9.
I have YUI 6.x-1.1 and YUI editor-6.x-2.33 folders both installed into sites/all/modules/
I am working locally. I do have upload ability enabled in the modules list.
I'm on Firefox 3.0.5, but tried a few other browsers and seem to be having the same problem.
I tried looking for install directions, however I am directed me to a Drupal site that is not set up. (http://www.jeffcd.com/)

Any help anyone can provide is much appreciated. Thank you in advance!

Comments

drubb’s picture

If you can see the image while editing the page, and it vanishes when viewing the page, you're perhaps using the wrong input format. With WYSIWYG editors you should always use "Full HTML", or change the "Filtered HTML" format to accept <img> tags.

Regards,
Boris

Michael Phipps’s picture

Here's the go:

1) Make sure you have the Upload Module enabled
2) Make sure the user has a role with upload file permisions
3) Make sure in your YUI Editor Settings that under the Plugins Image Upload is enabled
4) In YUI Common Settings, try this YUI library: http://yui.yahooapis.com/2.5.2

I've worked this out by trial and error, so there may be a more efficient way to make uploads work. Let me know how it goes.

PS - I REALLY like the way that the image upload works - I think it is very much worth the effort.

LttlAlis’s picture

It was the Filtered HTML issue. Thanks!

les lim’s picture

Status: Active » Closed (fixed)