Closed (fixed)
Project:
Node breadcrumb
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2009 at 00:24 UTC
Updated:
22 Oct 2009 at 11:38 UTC
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
Comment #1
edhel commentedViews 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
Comment #2
edhel commented