I have a little problem with the menu module, concerning user permissions:

My site has several different menus, each of them corresponding to a certain type of content.
The normal users have access to a few content types only.

My problem is: I have to grant them the "administer menu" permission, otherwise the "menu settings" tab on the node creation/editing screen won't show up. That means that every user can edit all of the menus.

Is there a way to block access to the menu administration screen without taking away the possibility to post new menu items?

Comments

ridefree’s picture

:)
just linking to this one in case it get's answers
http://drupal.org/node/240852

update: found this http://drupal.org/project/menu_stp

it's only a development snapshot, but some users report it works for them. others not.