No matter what I put in the "Home breadcrumb text" field at admin/settings/custom-breadcrumbs, all breadcrumbs still start with "Home". I have only the Custom Breadcrumbs base module enabled, and no other modules that I think would interfere with breadcrumbs. My theme is Pixture Reloaded, I don't know if that could make a difference or not.

Comments

MGN’s picture

Category: bug » support

Home breadcrumb text only replaces "Home" for pages that have defined custom breadcrumbs. I take it when you say "all breadcrumbs still start with Home" that you are referring to breadcrumbs on node types (like page, story or book, ...) where you have defined a custom breadcrumb?

After you have set the home breadcrumb text, when you return to admin/settings/custom-breadcrumbs does the form show the correct text?

Also, be sure to clear the cache at admin/settings/performance and your browser cache (if you are using page caching).

The theme could make a difference. Try switching to one of the core themes, verify that the home breadcrumb text is set as desired at admin/settings/custom-breadcrumbs and then visit a page that has a custom breadcrumb and see if this fixes the problem. If so it might be possible to "fix" the theme. You would probably want to look at page.tpl.php and/or template.php of your theme to see how the breadcrumb is being printed.

danepowell’s picture

Status: Active » Fixed

Ah, I didn't have any custom breadcrumbs defined. I guess I assumed that this option would apply throughout the site (as I think a similar option in Menu Breadcrumbs did, or appeared to do).

Thank you for your quick response.

MGN’s picture

Title: "Home breadcrumb text" not replacing "Home" link » Provide option for Home breadcrumb text to replace "Home" on all pages
Category: support » feature
Status: Fixed » Active

This sounds like a good feature request - why not change the home breadcrumb throughout the site as an optional, global configuration? The default would still be to only change "Home" on pages with custom breadcrumbs.

MGN’s picture

Status: Active » Fixed

This feature has been committed http://drupal.org/cvs?commit=240064 and will be available in the next nightly dev snapshot (or through cvs now).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.