Closed (duplicate)
Project:
Menu Breadcrumb
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 17:24 UTC
Updated:
29 Mar 2024 at 05:39 UTC
Jump to comment: Most recent
Comments
Comment #1
aufumy commentedI am experiencing the same behaviour.
Comment #2
Tschet commentedI'm having a similar problem. The menu positioning aspect is working as expected, but the breadcrumb is not following the expected path. It is showing the home link and the current page, but missing the intermediate page that menu positioning is assigning it to.
Comment #3
romenov commentedPlease take a look at the following issue / patch for menu position:
http://drupal.org/node/1461384
Fixed it for me, however, the node title is not being appended
Comment #4
henrijs.seso commentedComing from same issue. I heard Zen theme has same feature and it works with Menu Position. Maybe this module maintainers could take a look at implementation in Zen and see what could be a problem?
Comment #5
mwmurphyx commentedI am using Zen and having this issue. I am not using the Menu Position module.
My menu is like:
Home
Solutions
--Service1
The breadcrumb is:
Home > Service1
It should be:
Home > Solutions > Service1
Here is the zen breadcrumb function:
Comment #6
drupa11y commentedJust posted this issue in "Menu_position" here: http://drupal.org/node/1883190
Comment #7
germaike mv commentedHey,
I'm having the same issue using menu position:
my menu:
item1
item2
-subitem1
-subitem2
-- menu postion rule for content type x
My breadcrumb shows : home > item1 >subitem1
There should be a title showing. I enabled every option in menu breadcrumb but it doesn't show the title of the page.
This is after the fix on #6.
Comment #8
xurizaemon#1883190: Menu path does not work with "menu_breadcrumb"?