Hello,
I have a question:

I have a node has taxonomy entries like that

Electronics
Electronics --> TV
Electronics --> TV --> LCD TV

I would like to have a breadcumb as
Home --> Electronics --> TV --> LCD TV
but I have
Home --> Electronics

How can I get a breadcumb for this node as Home --> Electronics --> TV --> LCD TV

Thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gurvan’s picture

I have exactly the same problem

zkey’s picture

Similar problem... Follow

philipz’s picture

Title: multiple taxonomy » Multiple taxonomy terms breadcrumb (hierarchy)
Assigned: Unassigned » philipz
Status: Active » Needs review
FileSize
627 bytes

I have the same problem. I'm using Hierarchical Select as my widget and I'm saving all parents with lineage. This results in only top parent term showing up in my breadcrumb path.

The problem is _taxonomy_breadcrumb_node_get_lightest_term function which returns the first found term. Judging by its name this seems to work as designed but why is this designed like that? I might be wrong but getting the last term is what should be done here.

This patch does not change function name but I can refactor where needed if this change makes sense.

zkey’s picture

Thank you for help!
It's a great module, maybe there is something like ?