By CalonDdraig on
Hello Guys,
I know this has probably been asked before, but I have a simple question:
How can I restrict certain menu items to authenticated users ONLY, not the general public/site visitors.
Is there an option in the menu control, because I can't find it. Or is there a module available that will do the job?
Many thanks in advance,
~CalonDdraig
Comments
=-=
The only way that I know of to do it easily in Drupal 5 is to add those menu items to a new block and use your role visibilty to in administer -> blocks to only show that block to logged in users.
The search tool on Drupal.org really does work.
This message has been brought to you by:
the letter X , the letter Z and the number 2.
Thanks for watching! : )
(no title)
Except putting your menu links or your own block with custom visibility, take a look at the menu_per_role module to see if it suits you: http://drupal.org/project/menu_per_role
Marvelous, that's just what
Marvelous, that's just what I needed. Thank you so much for helping me!
~CalonDdraig