You are here

README.txt in Menu Item Visibility 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration


INTRODUCTION
------------

This module allows you to restrict access of menu items per roles. It depends
on the drupal core menu.module - just activate both modules and edit a menu
item as usual.
There will be a new fieldset that allows you to restrict access by role.


REQUIREMENTS
------------

Core dependencies only.


INSTALLATION
------------

Install via the admin GUI or with:
drush en menu_item_visibility -y


CONFIGURATION
-------------

Edit a menu item as usual at /admin/structure/menu
There will be a fieldset that allows you to restrict access by role.

If you don't check any roles the default access permissions will be kept.
Otherwise the module will also restrict access to the chosen user roles.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. INTRODUCTION
  8. ------------
  9. This module allows you to restrict access of menu items per roles. It depends
  10. on the drupal core menu.module - just activate both modules and edit a menu
  11. item as usual.
  12. There will be a new fieldset that allows you to restrict access by role.
  13. REQUIREMENTS
  14. ------------
  15. Core dependencies only.
  16. INSTALLATION
  17. ------------
  18. Install via the admin GUI or with:
  19. drush en menu_item_visibility -y
  20. CONFIGURATION
  21. -------------
  22. Edit a menu item as usual at /admin/structure/menu
  23. There will be a fieldset that allows you to restrict access by role.
  24. If you don't check any roles the default access permissions will be kept.
  25. Otherwise the module will also restrict access to the chosen user roles.