By sifuhall on
How can I make my menu entry for my forum only appear to members that are logged in (like create content or my account)?
How can I make my menu entry for my forum only appear to members that are logged in (like create content or my account)?
Comments
Menu per role
Chris,
Create a role for the forum users and then use the Menu_per_role module to restrict access permission to the 'Forum' menu entry. Your Forum menu entry would only be displayed to logged in users with this role.
I have used this method to create separate menus which are visible only to specific role types.
HTH, Doug
I don't think you need a
I don't think you need a specific module to insert any role for your custom page(from what you have explained).
On installing your custom module you need to insert your custom role and on uninstalling your module, you need to delete those roles(module will manage all). But for single or two user type(one time use) no need for a module For rest just set user permission.
Hope this will help
Cheers.