Local Menu

fokke - February 4, 2008 - 19:39

This module adds a block that will show a local menu in the context of the page you're at. It let's you specify the depth to start rendering at and the number of levels to render in total. The menu title will be the parent item of the first level rendered items.

This module is admittedly not very flexible. A good alternative is the Menu block module.

Some basic usage examples:

A one-level menu, like primary and secondary links are displayed.

  • Starting depth: 1
  • Rendered depth: 1

The second level, like the secondary menu behaves if you point it to the primary menu.

  • Starting depth: 2
  • Rendered depth: 1

The underlaying levels of the current page

  • Starting depth: Current depth
  • Rendered depth: All levels (unlimited)

The levels under the level #1 menu item that is in the current trail.

  • Starting depth: 2
  • Rendered depth: All levels (unlimited)

Releases

Official releasesDateSizeLinksStatus
6.x-1.62009-Jul-217.84 KBRecommended for 6.xThis is currently the recommended release for 6.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Jul-227.85 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.