I have just installed Drupal and getting to grips with taxonomies. I am working on a test site here, and want to use breadcrumbs. Using taxonomy_menu is smashing, but when I select (what I think) a top-level item (like 'Council' in the example above), the breadcrumb says Home >> Taxonomy. When I select lower-level items (like ' Council, Gov...') the breadcrumb reads Home » Taxonomy » Council.

Question!: How do I get rid of the word "Taxonomy" from the breadcrumb? I can't find reference to it anywhere! I don't want to hide or replace it with another word -- the crumb should read: Home » Council

Thanks

Ben

Comments

Tommy Sundstrom’s picture

You can always use php to do a search and replace in the template.

gjxl’s picture

I see yo managed to get the "taxonomy" out of the trail. Could you please share how you did this?

grendel’s picture

I also would be interested. I assume you would need to modify the taxonomy_menu.module to not return the taxonomy link / title into the array it returns. But unfortunatly my php-foo is weak. I will have to play around.

--
eric();

>:-@ | Photography

dries’s picture

IThe fact 'taxonomy' is displayed in the breadcrumb trail should be considered a bug IMO. Please consider filing a bug report or patch against the taxonomy_menu project.

gjxl’s picture

Filed bug report, see: http://drupal.org/node/13375

grendel’s picture

Cool, nice to see that this isnt just an annoyance.

--
eric();

>:-@ | Photography