?
avatar teeuwis
teeuwis
9 Sep 2015

Steps to reproduce the issue

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.

Expected result

The breadcrumb module should show
Home > Menu Item > Sub Menu Item

Actual result

The breadcrumb module shows
Home > Menu Item

System information (as much as possible)

Not relevant

Additional comments

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; ?>

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar teeuwis teeuwis - open - 9 Sep 2015
avatar Bakual
Bakual - comment - 9 Sep 2015

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.

avatar teeuwis teeuwis - reference | ebc0825 - 9 Sep 15
avatar teeuwis
teeuwis - comment - 9 Sep 2015

Ok, I think I just did. Posted correctly?

avatar Bakual
Bakual - comment - 9 Sep 2015

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.

avatar Bakual Bakual - change - 9 Sep 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-09-09 10:10:16
Closed_By Bakual
avatar Bakual Bakual - close - 9 Sep 2015
avatar Bakual Bakual - close - 9 Sep 2015
avatar Saurabh1
Saurabh1 - comment - 13 Mar 2016

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.

Add a Comment

Login with GitHub to post a comment