Posted by sspr on February 15, 2007 at 3:57pm
| Project: | Taxonomy Breadcrumb |
| Version: | 4.7.x-2.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
Is it possible to allow the breadcrumb to be shown when one visits a taxonomy/term/ path as well ? Now the standard Drupal breadcrumb is shown. I tried to add the 'taxonomy' content type to the 'include' list, but that did not work.
Thanks,
Comments
#1
The only way I could achieve this is by patching the taxonomy.module itself, and changing 1 line in menu.inc (If you don't want 'Home' as a link title) such that the breadcrumbs have a uniform look, even if taxonomy breadcrumb is not in effect.
Maybe it is possible to do this with a taxonomy hook, but I couldn't find it.
#2
I made updates to the 5.x branch. It's not an official version yet so test it out and let me know if it works. Once the nightly snapshot updates, it will have the changes http://drupal.org/node/111061. There are no changes needed to core with this version. Note: You will need to run update.php for this new version.
#3
Done as as version 5.x-1.1.