pathmenu

zigazou - March 4, 2007 - 17:15

The pathmenu module allows you to define rules thus defining more precisely the way Drupal should organize the menu and breadcrumb.

Here are some rules samples which may give you a better view of the module.

// If the node is associated with term whose tid is 30, attach it to the menu whose mid is 23
term(30)->parentmenu(23)

// Show a message if an admin user is seeing a story type node
userrole(admin user)+nodetype(story)->message(You are seeing a story node type)

// If URI starts with news/ and the node type is story, show a message and attach the node to the menu whose mid is 24
urlstart(news/)+nodetype(story)->message(You are seeing a news)+parentmenu(24)

Releases

Official releasesDateSizeLinksStatus
4.7.x-1.12007-Mar-1411.81 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.


 
 

Drupal is a registered trademark of Dries Buytaert.