Download & Extend

Optionally Show Vocabulary Breadcrumb

Project:Taxonomy context
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

Provides an option in Site configuration > Taxonomy Context to show or hide the vocabulary name in breadcrumbs.

AttachmentSize
taxonomy_context_breadcrumb.patch1.24 KB

Comments

#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

Status:needs review» reviewed & tested by the community

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

Status:reviewed & tested by the community» postponed (maintainer needs more info)

Is this still needed with Version 2? It looks like "Custom Vocabulary Breadcrumb" takes care of this.