Custom Breadcrumbs

MGN - November 20, 2006 - 01:14

Allows administrators to set up parameterized breadcrumb trails for any node type. This allows CCK-style node types to have "Home > User Blog > 2005 > January" style breadcrumbs on the node view page itself, syncronizing cleanly with custom views or pathauto aliases.

New features are being developed in the 6.x.2.x branch, including custom breadcrumbs for

  • views pages (custom_breadcrumbs_views) - working!
  • pages at arbitrary paths (custom_breadcrumbs_paths) - working!
  • taxonomy term pages (custom_breadcrumbs_taxonomy) - working! (note: if you are using taxonomy_breadcrumb, disable that module after custom_breadcrumbs_taxonomy has been enabled. The modules use very similar code and should not be used together.
  • TODO: panels pages (which version?)

All of these allow an option for php code to be used to determine breadcrumb visibility, and can support multiple languages. They are/will be implemented using (optional) submodules that depend on the main custom breadcrumbs module. Just choose the submodules for the types of pages you want custom breadcrumbs for. If you are interested in these features, consider testing the 6.x-2.x-dev branch.

Releases

Official releasesDateSizeLinksStatus
6.x-1.42008-Oct-169.46 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.22007-Mar-098.25 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-2.x-dev2009-Jun-2933.27 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
6.x-1.x-dev2009-Jun-1011.05 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2009-Apr-2910.28 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.