By leed on
I was working on my site that runs on drupal 5.0 and found out that some blocks disappear when I am not logged in. I have added 4 different block (search form, tags, recent blog posts, and feed) in right column using blue marine theme. Tags and recent blog posts still appear when I log out but search form and feed blocks disappear. I check all visibility settings of all block, but I couldn't find any problem. Is anyone having a similar problem?
Comments
Check your permissions.
Check your permissions. Anonymous users do not have many (if any, I don't remember) permissions by default, including searching content.
- Corey
Problem solved
I changed permissions of anonymous user by going to Administer » User management -> Roles and it worked.
Thanks