Posted by Gidgidonihah on March 29, 2009 at 1:44am
3 followers
| Project: | Menu Breadcrumb |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
When creating my theme I ran into a little problem. On the page example.com/user the page title contained html as the the title below the breadcrumb.
After a little research, I came upon this solution: http://thedrupalblog.com/category/tags/icon-userspng
It works, but after a search here didn't turn anything up, I figured I'd better report it.
Comments
#1
Thanks for reporting. I can confirm that this is a problem.
#2
This is happening because admin_menu stashes duplicate menu link entries in menu_links, which is where Menu Breadcrumb goes to find an item's parent menu by path. The "admin_menu" menu probably shouldn't ever be used as a parent menu for the purposes of determining breadcrumbs. Here's a simple patch.
#3
Wait a second. There's already an issue for this, which has a much better solution: #303247: Menu Breadcrumb setting active menu to undesirable menus