You are here

README.txt in MenuTree 6

Same filename and directory in other branches
  1. 5 README.txt
ABOUT

This module provides a nested unordered list representation of a complete 
Drupal menu structure. menutree/navigation provides a tree representation of
the navigation menu, menutree/primary-links provides a tree representation
of the primary links menu, etc. If no menu name is specified, the primary
links menu is used. That allows it to be used as a simple menu-based
sitemap, give or take a path alias.  The path menutree/all
provides a list of all flagged menus for sites that have multiple separate
navigation menus.

REQUIREMENTS

- Drupal 6.x

INSTALLATION

- Copy the menutree directory to your modules directory.
- Go to admin/build/modules and enable it.
- Go to admin/build/menutree to optionally set a page title and intro text
  for menutree (sitemap) pages.
- Everything else is handled by the miracle of Drupal's automated install
  system.

UPGRADING FROM 5.x

Please note that the menutree paths have changed (e.g. menutree/1 is
now menutree/navigation), so you will have to update any path aliases
to the new paths.

AUTHOR AND CREDIT

Larry Garfield
http://www.palantir.net/

This module was initially developed by Palantir.net for artsci.wustl.edu, and
released to the Drupal community under the GNU General Public License.

It was upgraded to Drupal 6 by fwalch (http://drupal.org/user/135570) as
part of the 2007/2008 Google Highly Open Participation program (GHOP).

File

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