| 1 |
$Id: README.txt,v 1.4.2.2 2007/07/24 09:45:52 ray007 Exp $
|
| 2 |
|
| 3 |
Menu Subtree Permissions
|
| 4 |
========================
|
| 5 |
|
| 6 |
Description
|
| 7 |
-----------
|
| 8 |
This module allows you to restrict access of menu items per roles. It depends
|
| 9 |
on the drupal core menu.module - just activate both modules and edit a menu
|
| 10 |
item as usual. There will be a new fieldset that allows you to grant editing
|
| 11 |
rights to items _in_ this container to roles of your choice.
|
| 12 |
|
| 13 |
How to use it
|
| 14 |
-------------
|
| 15 |
Just activate the menu and the menu_stp modules and edit a menu item as usual
|
| 16 |
at '/admin/build/menu'. There will be an additional fieldset that allows you
|
| 17 |
to grant editing permissions to some roles.
|
| 18 |
|
| 19 |
If you don't check any roles only a user with "administer menu" permission
|
| 20 |
can edit the menu/item and the items below. This means no change to default
|
| 21 |
behaviour.
|
| 22 |
|
| 23 |
A user creating or editing a node and having been granted access to parts of
|
| 24 |
the menu will see the usual menu-editing section with a limited set of
|
| 25 |
possible parent-items.
|
| 26 |
|
| 27 |
The weight of the menu_stp fieldset on the menu-item edit form is taken from
|
| 28 |
the drupal variable 'menu_stp_item_edit_weight'.
|