I am in need of a Drupal module that will allow to give a certain group of users the permissions to access admin/build/menu screen, but be able to administer only a certain menu. Basically a permissions menu per roles. I've tried a few modules, Menu Ownership(*also tried Menu Perms, Menu Access, Delegate Menu Admin*) even does exactly what I need, but it requires Rebuilding Permissions, which I am afraid to do because I have a {node_access} table with 17000rows(I know, extremely huge!). If anyone can suggest me a good lightweight module that does permissions for menus, I would really appreciate it! Thanks!
1
votes
1 Answers
2
votes
I think you're looking for Menu Admin per Menu
By default, Drupal allows only users with "administrer menu permission" to add, modify or delete menu items. In case you want for instance to let certain users manage primary links or secondary links but not navigation menu, this module provides this functionality
.