Hey all,
I'm uploading images with fckeditor and things are working well, but when i'm not logged in as the admin the images are not visible, it's probably a permission problem but i'm not sure what do i have to do.
Thanks in advance.

Comments

matkeane’s picture

Hi,

Sounds like maybe only the admin user is allowed to use an input filter with the 'img' tag, while other users are seeing content with the img tags stripped out?

rabihs’s picture

Thanks matkeane, that's exactly what i needed, problem fixed.

solimeno’s picture

I added the Only local images are allowed. tag to the Filtered HTML allowed tags list, all users can use this input format, and yet anonymous users still cannot see images posted in our blog entries with embedded images.

Any ideas on how to resolve this?

Is adding the Only local images are allowed. tag to the Filtered HTML input format for all users a serious security risk?