| 1 |
********************************************************************
|
| 2 |
D R U P A L M O D U L E
|
| 3 |
********************************************************************
|
| 4 |
Name: Menu_otf module
|
| 5 |
Author: Matt Westgate <drupal at asitis dot org>
|
| 6 |
Dependancies:
|
| 7 |
This module requires a Javascript-enabled web browser to work
|
| 8 |
properly, and menu.module needs to be enabled.
|
| 9 |
|
| 10 |
INSTALLATION:
|
| 11 |
********************************************************************
|
| 12 |
1. Place the entire menu_otf directory into your Drupal modules/
|
| 13 |
directory.
|
| 14 |
|
| 15 |
2. Enable this module by navigating to:
|
| 16 |
|
| 17 |
administer > modules
|
| 18 |
|
| 19 |
3. Optionally create a new menu for your links via:
|
| 20 |
|
| 21 |
administer > menus > add menus
|
| 22 |
|
| 23 |
You can also enable this new menu as a block that appears in
|
| 24 |
your sidebar via:
|
| 25 |
|
| 26 |
administer > blocks
|
| 27 |
|
| 28 |
4. Configure this module by navigating to:
|
| 29 |
|
| 30 |
administer > settings > menu_otf
|
| 31 |
|
| 32 |
5. Users with the 'administer menu' permission will be able to
|
| 33 |
access this module.
|
| 34 |
|
| 35 |
CREDITS
|
| 36 |
********************************************************************
|
| 37 |
|
| 38 |
The Javascript for this module was taken from a patch created by 'tangent'
|
| 39 |
that adds collapsible form elements for all of Drupal. Please consider
|
| 40 |
reviewing this patch and adding your feedback.
|
| 41 |
|
| 42 |
http://drupal.org/node/16204
|