Problem/Motivation
I have an content type where all pieces are not listed on menus. So I decide to use Paths to replace with custom breadcrumbs option from Easy Breadcrumb interface.
The pattern of the content type is by type: /something/year/month/title and it is generated on content creation process.
Steps to reproduce
I respected the documentation and I created a custom breadcrumb like:
/programme-implementation/2021/08/test-cfp-item-title :: About | /about :: Programme implementation | /programme-implementation
When I reload the page, the breadcrumb contains only Home piece and the replacement was not made.
Also I tried to replace another custom paths, where breadcrumb works, but nothing happened there either. Also I cleared the caches.
Maybe anyone ever encountered the same problem? Or is it a bug?
Thank you!
Comments
Comment #2
greg boggsGiven how different you want your crumbs from your paths, you should look at Custom Breadcrumbs instead.
https://www.drupal.org/project/custom_breadcrumbs
Comment #3
greg boggsIf you do find a bug in the breadcrumb replace feature, merge requests are encouraged!
Comment #4
spuky commented