I'd like to recommend a new setting for the path breadcrumb module. Right now there is a setting to always prepend the 'Home' link. This is great and reduces the redundancy of adding it to every breadcrumb. A similar feature to always append the node/page title would be great as well. I'm finding that if I want to render the title at the end of the breadcrumb trail I have to manually add it everywhere.

Comments

andypost’s picture

Version: 7.x-2.0-beta9 » 7.x-3.x-dev

Nice to have

maximpodorov’s picture

<none> as a link does the trick.

botanic_spark’s picture

Hi. I think this would be a really useful option

knalstaaf’s picture

Issue summary: View changes

It would save lot of time to have the option to enable a default breadcrumb indeed, that's being triggered when there's no specific PB configured for a page.

The most common build-up would be the following I guess:

  • Parent:
    • Link title: %node:menu-link:pb-join:name
    • Link path: %node:menu-link:pb-join:url
  • Title:
    • Link title: !page_title
    • Link path: <none>

Currently it's necessary create a path breadcrumb for nearly every possible combination, otherwise they'd conflict with each other.

I think the best approach would be to add a default structure (such as mentionned above) and provide the possibility to customise it.