Download & Extend

Show breadcrumb for taxonomy/ paths as well ?

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

Category:support request» feature request
Status:active» needs review

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.

AttachmentSize
taxonomy-breadcrumb-for-terms.patch 2.81 KB

#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

Status:needs review» closed (fixed)

Done as as version 5.x-1.1.