Provide option to define node breadcrumb for specified node
| Project: | Node breadcrumb |
| Version: | 5.x-1.0-rc1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
First i have to say , i have only been using this an hour and i really like it, has enabled me to provide breadcrumb trails in most places they are needed.
I have found a few pages though where taxonomy does not appy, and they are basic 'page' content types
Example: A node(0) linked from menu contains a list of nodes(1) (options) each one of these nodes(1) holds a list of more nodes(2)
I can define a breadcrumb for node(2) and link to a menu as it has its own content type and taxonomy
node(0) is in the menu so no breadcrumb is created by default
The problem i have is with nodes(1)
I have 2 ways of solving this either by creating a taxonomy for each of these pages so that i can filter them in node breadcrumb and assign a path, this may require many different taxonomy
or
What may be a better option is to permit creating of a node breadcrumb for a selected node.
i.e.
admin enters node number and defines its menu destination.
Its possible these methods have been considered before so an opinion as to preference may help my understanding

#1
You can enter such php-condition for this case:
$node->nid == 125#2
Solution 2: You can attach node to menu with ordinary menu module and then hide menu item.