Optionally Show Vocabulary Breadcrumb
Rowanw - July 14, 2007 - 06:33
| Project: | Taxonomy context |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Provides an option in Site configuration > Taxonomy Context to show or hide the vocabulary name in breadcrumbs.
| Attachment | Size |
|---|---|
| taxonomy_context_breadcrumb.patch | 1.24 KB |

#1
Hi, thank you for this patch, it's very useful.
Unfortunately, I can't get it to work. It seems that the breadcrumbs generated by taxonomy_context are being taken over by another module (I did a print_r on the $breadcrumbs variable from within taxonomy_context, and it included the vocab name; however, the breadcrumbs finally shown by Drupal don't).
I tried changing module weights to prevent this, but to no avail. Any suggestions? Thanks!
#2
Patch looks good, makes sense to have this as an option.
@PawelPohl, the patch doesn't introduce this feature, just makes the existing feature configurable/optional, so if the feature doesn't appear for you it's probably not related to the patch.
#3
Is this still needed with Version 2? It looks like "Custom Vocabulary Breadcrumb" takes care of this.