I'm new to Drupal (not development) but have been able to get a site up and running quickly. Thanks!! I am however having a problem figuring out how to make a menu item private. In this case I've installed the forum, acl and forum access modules to create a private forum. The private forum works great except that there is a menu item for it even when not logged in. When you click it anonymously it just says "no forums". For now, I've moved it under one of the menus that requires auth (create content), but ideally I would just like it to be at the same level as "my account", "create content", etc when logged in. I've searched the site, googled and even looked at the tables menu_links and menu_routers before and after moving the item and I'm guessing this is done somewhere else like ACL or something because nothing appears to change. How do I make private menu links???

THanks!!

Comments

djudd’s picture

http://drupal.org/project/menu_per_role will do what you need.

Install it and set the access to everyone except anonymous roles.

devfloppy’s picture

Thanks! Worked like a charm.