Hi,

I installed everything fine. I went to do a test post to my blog and I set a link to a image using the picture button. It shows up fine in the tinymce editor window. After I save the post and it goes to the normal view screen there is no picture, no smiley icons just the text I wrote. Any ideas?

Thank you.

Comments

fleetcommand’s picture

Assigned: Unassigned » fleetcommand

Probably the <img> tag is filtered by your site...

You have two options.. Either set the input mode to "Full HTML" instead of "Filtered HTML", or you may add the img tag to the allowed html tags' list at /admin/settings/filters .. Select "Filtered HTML" > "Configure" then select the "Configure" tab then add <img> to the "Allowed HTML Tags" field.

demetelski’s picture

Status: Active » Closed (fixed)

Thank you. I went back and looked at the options and chose Full HTML in the Input Format. That fixed it.