Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
custom_breadcrumbs
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2009 at 21:10 UTC
Updated:
3 Aug 2009 at 12:50 UTC
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
Comment #1
MGN commentedHome 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.
Comment #2
danepowell commentedAh, 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.
Comment #3
MGN commentedThis 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.
Comment #4
MGN commentedThis feature has been committed http://drupal.org/cvs?commit=240064 and will be available in the next nightly dev snapshot (or through cvs now).