I have nodes that are classified using multiple vocabularies. Taxonomy_breadcrumb picks one of the vocabularies to use for the node's breadcrumb. What rule does taxonomy_breadcrumb use to decide which of the possible vocabularies referenced by the node to use in the breadcrumb?

--Gary Kopp

Comments

Gurpartap Singh’s picture

Status: Active » Fixed

Vocabulary with lowest weight is more prior, in related cases, and here too. You can either change the weight, or edit the criteria of choosing a vocabulary or term in taxonomy_breadcrumb.module itself.

Anonymous’s picture

Status: Fixed » Closed (fixed)