By rabihs on
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
Input Filter?
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?
Thanks matkeane, that's
Thanks matkeane, that's exactly what i needed, problem fixed.
<img> tag added to Filtered Input
I added the
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
tag to the Filtered HTML input format for all users a serious security risk?