Closed (fixed)
Project:
Menu Breadcrumb
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 13:35 UTC
Updated:
9 Oct 2009 at 03:24 UTC
Hallo I use some nodes in several places in the same menu-structure.
Example:
Main
- first glance
- here (= node/64)
- second glance
- here (= node/64)
The breadcrumbs to these occurences should therefor be different:
home > first glance > here
and
home > second glance > here
Is there a way to achieve this?
Koen
Comments
Comment #1
xurizaemonNot without building the breadcrumb from the browser history, rather than the menu structure.
What if someone comes directly from Google to node/64?
#595282: Menu weights will give you a nice interface to prefer one or the other menu, but otherwise you need to look at some form of javascript or history implementation.
If I needed this, I'd look at the jQuery history plugin and replace the contents of the breadcrumb div with the browser history. But you really will need to think through the results of that approach carefully; people do not browse along the painted lines like you might hope :)