Hi, I have two vocabularies (movies & tutorials) using taxonomy breadcrumbs. I am using views for both of them, and when I am at the views page for 'movies', instead of the breadcrumbs just saying 'Home' like normal, it shows 'Home > Movies > Games' ('games' is a term of the vocabulary 'movies'). The views/taxonomy settings are almost identical between them so I can't figure out why it is different.

Has anyone had something like this before?

Comments

_craig’s picture

Status: Active » Closed (fixed)

Views does it's own breadcrumb generation on it's pages, overriding what taxonomy_breadcrumb would normally do on normal taxonomy/term pages. See http://drupal.org/node/114548.