Project:Node breadcrumb
Version:6.x-1.0-beta2
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#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

Status:active» closed (fixed)