Closed (won't fix)
Project:
Menu Node Edit
Version:
6.x-1.6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 15:51 UTC
Updated:
5 Aug 2011 at 18:29 UTC
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
Comment #1
agentrickardYou 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.
Comment #2
Bigpappaj commentedHmm... unfortunately achieving this on my own is above my abilities... is anyone willing to walk me through doing as he has suggested? Thank you.
Comment #3
agentrickard