Hiding the navigation menu from non-admins

D-Dev's picture

I'd really like to show thedefault navigation menu only to my site admins. is this possible and if so, how is it done?

Yes, but ....

listingslab's picture

You'll need to be familiar with user roles and permissions.

First set up an admin role with permissions to everything. This separates the admins from either anonymous users or logged in, but normal users. Assign that role to all users you want to have admin rights.

Then, using the blocks feature, configure the navigation block so that it is visible only to the admin role you've just created.

This should have the deisred effect.

Ah yes

D-Dev's picture

I see what you mean... it's a bit more complex tan I thought. drupal. the best thing since sliced cheese?