Images won't show up

bzsim - July 3, 2009 - 19:16

I am using IMCE module with TinyMCE as my editor. I am able to upload images, have them display in the WYSIWYG, but when I hit save and view the page, my image is not there.

Anyone have a solution? I'm still learning!

=-=

VeryMisunderstood - July 3, 2009 - 19:23

view the source of the rendered page.

what input format is in use?
if the img tag allowed, if not using FULL HTML?

After I save and the page

bzsim - July 3, 2009 - 21:30

After I save and the page loads to view mode, the image is no longer there, so when I view the source there is no img tag, just my text. But it was there in the WYSIWYG before I saved.

Input format is filtered HTML. I haven't configured this at all so it's at the default settings.

I'm using TinyMCE to get my pics which are stored at /sites/default/files/images. This is the URL when I look at the HTML through the wysiwyg.

I am the only authenticated user and plan on keeping it that way since I'm not allowing users to sign up so I have everything enabled under permissions.

change your input filter to

bsenftner - July 3, 2009 - 21:45

change your input filter to full html.

Hi, I changed the default to

bzsim - July 3, 2009 - 22:00

Hi, I changed the default to full html, went back to the page and again the image is showing in the wysiwyg, but when I save and view, no image.

hmph.

I use FCKeditor, and that is

bsenftner - July 3, 2009 - 22:09

I use FCKeditor, and that is how I fixed the same issue for me...

=-=

VeryMisunderstood - July 3, 2009 - 22:15

edit the node, alter the input format for JUST THAT NODE.

if you change default setting in administer -> input formats, it doesn't take effect on old nodes until they are edited and saved again.

also of note, you can add the img tag to FILTERED HTML.

please read the instructions for the editor as they clearly spell out what to do with input formats.

This worked! But...

bzsim - July 3, 2009 - 23:50

This worked! At last! Thank you very much. But..there is always a but...now my images are automatically being resized to a thumbnail. Argh! Where do I fix this setting?

I looked in the wysiwyg folder for instructions like a readme file and did not see anything. Are they elsewhere?

if you have the imageCache

bsenftner - July 4, 2009 - 00:02

if you have the imageCache module, look it in it's settings.
If you have the lightbox2 module, it also has automatic image handling, so check it's settings.
There may be other modules you've installed that interact with images; that type of thing seems to be popular.

 
 

Drupal is a registered trademark of Dries Buytaert.