I'm looking for a security module that restricts which part of a menu users can add to so for example

- root
-- tree 1
-- tree 2
---tree 2.1
---tree 2.2
--tree 3

And I want to restrict certain administrator to only being able to add new nodes say within tree 2.1 and other to within tree 3.

Can anyone recommend anything.

Comments

dmf7’s picture

Have you tried the Menu per role module? maybe that might help.

chunty’s picture

Menu admin per role actually solve my specific problem (not the example on this post) because it turned out I just needed to limit the editing rights to a given menu rather than a part of a given menu. I've not found a solution to that yet.

Chris