First let me say,I love the module and thank you :)

Would it be possible to allow a user who is assigned a section the ability to rearrange the menu items within that section. The module currently replaces the "menu settings" and disallows the selection of a weight for arrangement. The only other way to arrange items is having the "administer menus" permission and dragging and dropping items where you would like them to be. I would really rather not give my users that permission... If this function could be built into the current module... or if there is another module that would allow for such functionality, please let me know :)

Comments

agentrickard’s picture

You can achieve something like this by using hook_menu_alter() to change the permission 'access callback' for the menu overview form (the drag-and-drop).

This is really outside the project scope.

Bigpappaj’s picture

Hmm... unfortunately achieving this on my own is above my abilities... is anyone willing to walk me through doing as he has suggested? Thank you.

agentrickard’s picture

Status: Active » Closed (won't fix)