I've created a nice block that shows a cloud of tags in the sidebar. It works flawlessly...
...but only when I'm logged in as an admin.
When I log out, or log in as a normal user, I can't see the block. I've checked the block settings (no role selected there, so should be always on by default), I've tried the Views settings (Access: Unrestricted), I've tried Administration > User Permissions (allow "acess all views") for everyone. It still shows only for admins.
I am at loss here, perhaps someone could give me an advice? I'm sure I'm just overlooking something obvious.
Thank you,
Jiri
Comments
Comment #1
robives commentedI had the same issue with a block created from a CCK content type. I eventually tracked down the problem to Access Control within CCK. Go to content management > content types > edit CONTENTNAME > access controls where CONTENTNAME is the name of your content type. Then tick the appropriate boxes within View any content and View own content
Comment #2
markus_cz commentedIn my case the problem was in the View itself. For some obscure reason I had an access filter there. Deleting it from the filters fixed the problem. If I only remember why I put it there in the first place... (to work around a different issue, I'm sure).
But thanks anyway.