Breadcrumbs not showing up in node
mikeytown2 - January 25, 2009 - 00:24
| Project: | Node breadcrumb |
| Version: | 6.x-1.0-beta2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have a node type called Inventory; it's a monster. Lots of cck fields and taxonomy terms. I have several views in the menu and I would like to create a back link to them from the node. The top level views are mutually exclusive.
Example Breadcrumb
Home >> Top Level View On Menu >> Node
or even this
Home >> Top Level View On Menu
when viewing a node inside of inventory.
Right now, the only "easy" way I see this working is by using Menu Breadcrumb, creating a menu for all 200+ nodes, and then disabling that menu entry.

#1
Views are created on definite conditions… so u need formulate these condition in php-code for node breadcrumb. E.g.:$node->field_inventory_type[0]['value'] == 1
#2