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)

Downloads

Version Downloads Date Links
4.7.x-1.1 tar.gz (11.81 KB) | zip (13.77 KB) 2007-Mar-14 Notes

Project Information

  • Module categories: Utility
  • Maintenance status: Unknown
  • Development status: Unknown
  • Last modified: March 4, 2007

Maintainers for pathmenu

  • zigazou - 2 commits
    last: 4 years ago, first: 4 years ago

Issues for pathmenu

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 8 Mar 07