Breadcrumb to a doubled used node

Koen_Vanmeerbeek - January 13, 2009 - 13:35
Project:Menu Breadcrumb
Version:6.x-1.1
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

xurizaemon - October 9, 2009 - 03:24
Status:active» closed

Not 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 :)

 
 

Drupal is a registered trademark of Dries Buytaert.