| 1 |
ABOUT |
ABOUT |
| 2 |
|
|
| 3 |
This module provides a nested unordered list representation of a complete |
This module provides a nested unordered list representation of a complete |
| 4 |
Drupal menu structure. menutree/1 provides a tree representation of menu 1, |
Drupal menu structure. menutree/navigation provides a tree representation of |
| 5 |
menutree/2 provides a tree representation of menu 2, etc. If no ID is |
the navigation menu, menutree/primary-links provides a tree representation |
| 6 |
specified, the primary_links menu is used. That allows it to be used as a |
of the primary links menu, etc. If no menu name is specified, the primary |
| 7 |
simple menu-based sitemap, give or take a path alias. |
links menu is used. That allows it to be used as a simple menu-based |
| 8 |
|
sitemap, give or take a path alias. |
| 9 |
|
|
| 10 |
REQUIREMENTS |
REQUIREMENTS |
| 11 |
|
|
| 12 |
- Drupal 5.x |
- Drupal 6.x |
| 13 |
|
|
| 14 |
INSTALLATION |
INSTALLATION |
| 15 |
|
|
| 16 |
- Copy the menutree directory to your modules directory. |
- Copy the menutree directory to your modules directory. |
| 17 |
- Go to admin/build/modules and enable it. |
- Go to admin/build/modules and enable it. |
| 18 |
- Go to admin/settings/menutree to optionally set a page title and intro text |
- Go to admin/build/menutree to optionally set a page title and intro text |
| 19 |
for menutree (sitemap) pages. |
for menutree (sitemap) pages. |
| 20 |
- Everything else is handled by the miracle of Drupal's automated install |
- Everything else is handled by the miracle of Drupal's automated install |
| 21 |
system. |
system. |
| 22 |
|
|
| 23 |
|
UPGRADING FROM 5.x |
| 24 |
|
|
| 25 |
|
Please note that the menutree paths have changed (e.g. menutree/1 is |
| 26 |
|
now menutree/navigation), so you will have to update any path aliases |
| 27 |
|
to the new paths. |
| 28 |
|
|
| 29 |
AUTHOR AND CREDIT |
AUTHOR AND CREDIT |
| 30 |
|
|
| 31 |
Larry Garfield |
Larry Garfield |
|
garfield@palantir.net |
|
| 32 |
http://www.palantir.net/ |
http://www.palantir.net/ |
| 33 |
|
|
| 34 |
This module was initially developed by Palantir.net for artsci.wustl.edu, and |
This module was initially developed by Palantir.net for artsci.wustl.edu, and |
| 35 |
released to the Drupal community under the GNU General Public License. |
released to the Drupal community under the GNU General Public License. |
| 36 |
|
|
| 37 |
|
It was upgraded to Drupal 6 by fwalch (http://drupal.org/user/135570) as |
| 38 |
|
part of the 2007/2008 Google Highly Open Participation program (GHOP). |