Custom Breadcrumbs
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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.4 | 2008-Oct-16 | 9.46 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.2 | 2007-Mar-09 | 8.25 KB | Download · Release notes | Recommended for 5.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-2.x-dev | 2009-Jun-29 | 33.27 KB | Download · Release notes | Development snapshot | |
| 6.x-1.x-dev | 2009-Jun-10 | 11.05 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2009-Apr-29 | 10.28 KB | Download · Release notes | Development snapshot | |
