/[drupal]/contributions/modules/menu_stp/README.txt
ViewVC logotype

Contents of /contributions/modules/menu_stp/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Thu Apr 23 17:31:42 2009 UTC (7 months ago) by rwohleb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
File MIME type: text/plain
Refactored code to fit with Drupal coding standards. Fixed security issues. Made compatible with D6.
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'.

  ViewVC Help
Powered by ViewVC 1.1.2