Breadcrumb does not display primary menu or submenu
scooper@drupal.org - January 16, 2009 - 04:52
| Project: | Four Seasons |
| Version: | 6.x-1.20 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When I click a submenu, I expected the breadcrumb to display as Home -> primary menu -> submenu.
Instead it just remains "Home".
In the demo, if I click the Navdemo1 tab, and then submenu1, the breadcrumb becomes Home -> Navdemo1.
I can't get this to happen on my site. Is there some trick to setting up the submenu for the breadcrumb to at least display the primary menu?
Ideally it would be great if it showed the secondary menu, too.

#1
I am experiencing this problem too so I'd be interested in a solution.
Is your content listed in a hierarchy beneath the primary menu?
#2
I'm not sure what you're asking, but my secondary links are listed under the primary links as they should be -- when a primary link is clicked. Everything is perfect except for the breadcrumb.
#3
I have the same issue. I also noticed that the only time breadcrumbs feature does work is when I'm browsing administration menu "Navigation", which is default menu that Drupal comes with. As soon as I switch to site navigation menu which I created for my users to navigate content of the site, that is when breadcrumb feature stops working. I wish someone offered solution to this problem since this is probably the only theme that I found which has decent look out of box although it allows only two levels in menu hierarchy if I'm using horizontal menu and that is where breadcrumb feature would be very useful if it worked.
#4
Subscribe
#5
Subscribe
#6
any change for a quick solution?
#7
This is probably NOT the Four Seasons theme's fault.
By default, Drupal only shows breadcrumbs for the Navigation menu. The easiest way to add breadcrumbs for other menus is the menu_breadcrumb module. Just install it and your breadcrumbs should appear immediately.
A more advanced option would be custom_breadcrumbs, which has a lot of configuration options but may not do what you want on install.