Create a menu
Add a menu item of menu item type "Menu Heading"
Add a submenu item of menu item type "Individual Article"
Create a breadcrumb module for this menu and navigate to the submenu item.
The breadcrumb module should show
Home > Menu Item > Sub Menu Item
The breadcrumb module shows
Home > Menu Item
Not relevant
The bug is on line 58 of the file /modules/mod_breadcrumbs/tmpl/default.php
Below is the fix.
Please change
<?php $item->name; ?>
To
<?php echo $item->name; ?>
Ok, I think I just did. Posted correctly?
Updated the PR with the information from here and changed the title to a more descriptive one.
Closing this issue as we have a PR.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-09 10:10:16 |
Closed_By | ⇒ | Bakual |
While working on a site, I found this issue still exist in latest version as well.
This doc says "The issue will be fixed in Joomla 3.4.5" https://docs.joomla.org/J3.x:The_breadcrumbs_module_does_not_show_the_items_not_linked
Can we add into the code if PR was already created.
Since you already propose a fix, can you please create a Pull Request?
See https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests for how to do it.