Download & Extend

issue on /user page. related to admin_menu

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

Priority:normal» critical

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.

AttachmentSize
menu-breadcrumb-417052.patch 697 bytes

#3

Priority:critical» normal
Status:active» closed (duplicate)

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

nobody click here