The admin breadcrumb shows only ">>"
The root item of the site breadcrumb has desappeared.

Comments

markhalliwell’s picture

Version: 7.x-1.4 » 7.x-2.x-dev
Status: Active » Fixed

Part of the reason I created a 2.x branch is because of how Menu Views intercepts and overrides all the links l() on the site (this includes the breadcrumbs) that have a menu view attached instead of just the theme('menu_links'). Fixing this on the 1.x branch is not really feasible and I think the reason it's not showing up is because of #1790444: Conflict with bigmenu module. I have fixed this in the 2.x branch and also gave more control over what is actually show in the breadcrumb if it is a view item.

Fixed with commit: http://drupalcode.org/project/menu_views.git/commit/aeeee29

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.