- πΊπΈUnited States wshawn
Display the front page segment on the front page is still not working as intended. With a basic page set as the home page in the settings /node/1 a bread crumb appears regardless of settings in the form of Home/node
In either capacity, Home should not appear.
The intended affect: As the home page is being viewed no breadcrumb should appear.
- πΊπΈUnited States Greg Boggs Portland Oregon
are you using the latest dev release or the tagged release?
- πΊπ¦Ukraine Stockticker
I confirm this one:
Segment count field is broken. When used, breadcrumbs disappear entirely except for the home crumb
Why? Because, if your page has fewer breadcrumb segments than configured in
$segment_limit
field ("Breadcrumb segment count
" field), and "Limit breadcrumb trail segments" is checked => this conditional line of code will always fail:while (count($path_elements) > $loop_limit) {
(see web/modules/contrib/easy_breadcrumb/src/EasyBreadcrumbBuilder.php:504) - π©πͺGermany spuky
@Stockticker thanks for your report... I created a Child issue to take care of that...
- π©πͺGermany spuky
Stockticker can you review: https://www.drupal.org/project/easy_breadcrumb/issues/3460522 π Segment count field is broken. When used, breadcrumbs disappear entirely except for the home crumb Needs review and report back if it fixes your issue thanks
- π©πͺGermany spuky
Changed this Issue to a Plan and seperated out all the things in Child Issues... to make them more actionable...