Menu based on role
MattKelly - January 9, 2008 - 23:22
| Project: | SimpleMenu |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Roger López |
| Status: | active |
Jump to:
Description
It would be nice to show menu type based on role. So if I make a new menu beyond navigation, I can assign it to a certain role and it will SimpleMenu will show it to that user.

#1
+1 yes, this would be very useful
#2
subscribing
would be a most welcome addition to this wonderful module
#3
Yeap! +1!
It´s certainly needed!
#4
I'll look into this for the Drupal 6 version.
#5
I'd like this too! I'll give it a +1, and vote for it to be backported to the Drupal 5 version too.
#6
+1
#7
See also: http://drupal.org/project/menu_per_role
I haven't tested yet.
#8
I personally don't need a D5 version now. Upgraded.
#9
Hello,
I wrote a patch that allows simplemenu to display more than one menu. As only the menus for which the current user has permissions can get displayed, this allows you to have a menu per role (and if the user has several roles, to get the menus for all those roles).
The patch against 6.x-1.2 can be found here : http://drupal.org/node/504432
Hope people find this useful :)
Anselm