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!

Comments

=-=

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

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

change your input filter to full html.

Hi, I changed the default to

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

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

=-=

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...

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

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.

Suggestions?

Im running

IMCE+WySiwig+Fckeditor

I can load the images just fine... but when I go to save the 'save' operation somehow strips the image out. I have looked at the automatic settings of lightbox and imageCache. I can't see anything that would interfere.

Thoughts?

-JL

jlane, configure the the

jlane,

configure the the input formats, make sure that in the HTML Filter section the "Allowed html tags" has the following tag:

< img >

hope this help

Configured

Yep,

I had already added that to the Filtered HTML input format. Any other ideas?

Thanks again,

J

-JL

=-=

other ideas for what? If FILTERED HTML isn't working then it's a tag issue or an issue with the filters enabled/disabled on the input format itself.

per previous comments the image showed but is now a resize issue when using FULL HTML.

Why an editor would be resizing your images, I've no idea. Screenshot of what is happening?

Run any tests without an editor? to ensure the filter system in core is indeed working correctly? and that the editor itself isn't the cause of the issue?

Other Ideas

It's not an issue with the tags. I've added the full set of recommended to tags to Filtered HTML as per FckEditor setup guide. When I load the image using IMCE via FckEditor it loads the picture into the node. The issue occurs when I click on save or preview. It strips the entire image out of the post. I have a feeling its related to another component like ImageCache. I just can seem to see whats causing it. The editor is the cause of the issue. I just don't know how to resolve it.

-JL

=-=

if it's truly being stripped (not showing in the source code of the rendered page in a browser) then it's a filter issue not an imagecache issue. Imagecache only deals with image derivatives. unless of course you don't have the proper perms set in administer -> permissioins. again, filters kick in when the node is saved. So it makes sense that the image shows in preview and don't after it's saved based on the way filters are implemented.

This issue is now a bit muddy as in one post you were talking about images not showing, then they were showing in FULL HTML, and then you're talking about resized images.

If you're not willing to begin disabling editors and such so that it can be debugged in a way that aids in ruling other issues out, you're on your own. good luck.

Argumentative

First of all.. I don't like your tone.... Second of all... you were correct. :)

I had updated the tags but had not included a space between the image tag and the break tag. I appreciate you sticking with me on this one. My filtered html input type now contains the following tags.

<a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area>
<hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em>
<b> <u> <i> <strong> <font> <del> <ins> <sub> <sup> <quote> <blockquote>
<pre> <address> <code> <cite> <embed> <object> <strike> <caption>

THANK YOU VM!

-JL

=-=

Certainly not the first time someone hasn't liked my choice of tone. I'm sure it won't be the last.

Glad you worked it out. Good luck in your endeavors.

nobody click here