I would like to add a new permission to the menu system. I would propose calling it "Add Menu Items". This would allow users to use the menu form which appears on the node editing page, but not administer menus using admin/menus and admin/settings/menus - which the current permission (Administer Menus) does.
Would you consider implementing this into the core at this stage if I wrote the code? It would only be a short patch, I think.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | menu_25.patch | 1.15 KB | simon rawson |
| #1 | menu_24.patch | 936 bytes | simon rawson |
Comments
Comment #1
simon rawson commentedSo, it took me about 30 seconds to work this one out.
Here is a patch, it would be lovely if you would consider committing it to 4.7... would be very useful!!!
Simon
Comment #2
simon rawson commentedOops... wrong patch.
This one works :-p
Comment #3
tclineks commentedThe form_alter conditional should allow if you have either permission ( 'administer menu' should encompass 'add menu item').
Comment #4
Richard Archer commentedThis is a duplicate of http://drupal.org/node/38777
If you want this feature to be implemented in 4.7, review and vote for that other patch.