Hello,
What is the recommended breadcrumb solution for Backdrop CMS?
I actually need something relatively simple:
For example, for a content type >Coffeeshop<, the breadcrumb on the content page should look like this:
Home -> Coffeeshops (with a link that leads to a Views page with the URL /coffeeshops-index)
-> Content Title
In Drupal, I always used the Custom Breadcrumbs module for this.
There seems to be a version for Backdrop CMS as well, but unfortunately, it is still in an early alpha stage and generates a lot of error messages for me.
Warning: Invalid argument supplied for foreach() in _custom_breadcrumbs_sort_cmp() (Line 158 of /modules/custom_breadcrumbs/custom_breadcrumbs.admin.inc).
Undefined property: stdClass::$language in custom_breadcrumbs_page() (Line 94 of /modules/custom_breadcrumbs/custom_breadcrumbs.admin.inc).
Both appear when I am on /admin/structure/custom_breadcrumbs.
Are there any other modules where you can freely define the name and URL of the breadcrumb elements?
Recent comments
@Wylbur You can use hook_preprocess_page() for this and it will add to the <body> element. Add the following: $variables['classes'][] = 'wylbur'; You will have access to the...
Add Body Class to user page
Hi, I would solve this problem by installing the Term Body Class module and then editing the user profile by adding a taxonomy type field with a dictionary setting to be used as a Term Body...
Add Body Class to user page
Some tasks that I belief, deserve a bit attention in the dev meeting: PHP 8.4 support (#6777) I'd like to get it into core soon, so we have enough time to find possible side effects...
Mar 13th 2025 Weekly Meetings
AFAIK there is no option to customise the sorting of book pages:
Book child page ordering by nodeid
The ordering using titles is unusual because, in alphanumeric characters, "19." is smaller than "2." etc. This has nothing to do with Backdrop. I'm not sure I understand your question. Why...
Book child page ordering by nodeid