Closed (fixed)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Nov 2015 at 02:22 UTC
Updated:
27 Nov 2015 at 02:14 UTC
Jump to comment: Most recent
Comments
Comment #2
markhalliwellThe logic/code for bootstrap_breadcrumb() has not changed between 7.x-3.0 and 7.x-3.1. The only reason I can imagine happening is that you altered or removed this project's breadcrumb implementation and let the Path Breadcrumbs module take precedence.
In any case, there is currently no "official" integration/support for the Path Breadcrumbs module. This module implements a theme registry alter to use it's own theme function override (which isn't something that I personally think modules should be doing as it can cause a lot of issues for base themes like this).
That all being said, this isn't the first time this issue has come up and think maybe we should add support/use explicitly the Path Breadcrumbs theme function override if it exists.
Comment #4
markhalliwellComment #5
jaydee1818 commentedJust to clarify, I haven't altered or removed anything - it's a relatively new project and I'd just installed the Path Breadcrumbs module and Bootstrap theme as per usual. No custom code related to breadcrumbs in any custom module or template.php file and no hacking of either module, theme, or Drupal core.
PB module controlled breadcrumbs prior to update and no longer did after. Can't explain why this should be so but I guess it may just have something to do with the way that module is implemented that makes it incompatible. Cheers.