backdrop-contrib / easy_breadcrumb

Provides a block with an alternative URL-based breadcrumb trail.
GNU General Public License v2.0
2 stars 3 forks source link

Not working - Use the page title instead of the text from the URL. #4

Closed deaddred closed 3 years ago

deaddred commented 5 years ago

There's a setting "Use the page title (when available) instead of the text from the URL." that when checked does not work. It still uses the URL to create the path name

Say you have two pages Named 1) My Page The URL will be yoursite.com/my-page 2) My Page The URL will be yoursite.com/my-page-1

The module will only use the URL name to show in the bread crumbs. So for #2 instead of Home > My Page it'll show Home > My Page 1

jenlampton commented 5 years ago

This setting is working for me now. Can you try it again with the latest version and let me know if you still have this problem?

deaddred commented 5 years ago

I'll test it later today.

laryn commented 3 years ago

PR available for testing here: https://github.com/backdrop-contrib/easy_breadcrumb/pull/12