Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
16 Sep 2007 at 23:00 UTC
Updated:
26 Feb 2019 at 20:59 UTC
Jump to comment: Most recent
Comments
Comment #1
jbrauer commentedThe behavior I've experienced in testing is consistent with Drupal 5. If an item is added to an outline or sets breadcrumbs in views it will have a breadcrumb trail but not if I just add to a menu.
Comment #2
Anonymous (not verified) commentedWhy the breadcrumbs not follow the menu hierarchy? Do I need to install the book module to set my site hierarchy?
Comment #3
jbrauer commentedThe short answer is yes. The menu hierarchy is just for the menus but doesn't define a hierarchy for the content. The Book module will allow you to put your content into a hierarchy and the content can be whatever content type you like it doesn't have to be "book page". Once the book module is enabled you can click on "outline" on each piece of content and the menu will be built for you along with breadcrumbs.
Comment #4
Anonymous (not verified) commentedI'm sorry, I didn't know it was a feature, not a bug.
I will close this non-issue ;-)
Comment #5
gdemetIn Drupal 5, putting nodes into the Primary Links menu *did* generate breadcrumbs; however they don't seem to in D6.
Comment #6
johnalbinTo me, this seems like a pretty big regression compared to D5.
Having a primary link hierarchy like so:
Used to generate a breadcrumb of "item 1 > item1a" for the item1a-I page.
Menu-based breadcrumbs should be the default. Book module and contrib modules should (and can) be able to override that. But core still needs a default breadcrumb for nodes.
Clearly, having just a "Home" link is a broken breadcrumb.
Comment #7
damien tournoud commentedThis is a duplicate of #184955: menu_get_active_breadcrumb breaks breadcrumbs in primary links, which has a more in-depth explanation of the issue.
Comment #8
psynaptic commentedAlso duplicate of #279399: Breadcrumbs are only taken from one menu
Comment #9
rmmcclay commentedI had this same problem; regardless of the theme I used.
Using 6.16.
Menutrails sorted it out for me.
http://drupal.org/project/menutrails
As far as I know the built-in menu system only works with the
Navigation items, not the Primary menu items which is what
I wanted. So for Primary menu item breadcrumbs one must
either do some programming or find a suitable module.
-r