By bbru on
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
Search and replace with php
You can always use php to do a search and replace in the template.
So how did you do it?
I see yo managed to get the "taxonomy" out of the trail. Could you please share how you did this?
I also would be interested.
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
Bug
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.
Filed bug report
Filed bug report, see: http://drupal.org/node/13375
Cool, nice to see that this i
Cool, nice to see that this isnt just an annoyance.
--
eric();
>:-@ | Photography