Posted by VladDrakul on December 22, 2012 at 1:36pm
Not sure what I'm doing wrong and if this is a behavior of omega or drupal.
I'm starting my first drupal/omega website and my search form only appears when logged as administrator.
As well as the user names as links on the who is online block appear when I'm logged as administrator. If not the user names only show as simple text.
However both blocks are configured to show up to all users, I mean no user is selected on the roles zone. I tried to tick them all but still nothing happens if not I'm logged as administrator
Not sure what setting I need to configure.
Comments
You probably need to go into
You probably need to go into permissions and adjust the permissions for using search functionality as well, not just the block visibility permissions. Get in the habit of checking the permissions table when something isn't doing what you expect, a lot of the time there's just something you forgot to adjust.
You were right! I had to
You were right! I had to google a bit in order to know what was the permission table and figure it out the zone in drupal were to set this up.