I have a situation where someone can classify a node with terms from various vocabs, note the order as specified by vocab weight here:

[vocab:  term1|term2]

gender:   male|female
demographic region:  North America|South America

I have some views setup to display the vocab page:

mysite.com/gender/
mysite.com/demographic-region/

as well as the taxonomy term pages:

mysite.com/gender/male
mysite.com/gender/female
mysite.com/demographic-region/north-america
mysite.com/demographic-region/south-america

Now the problem is that on the demograpic-region/north-america page, the breadcrumbs show (seemingly randomly) a GENDER!

Home > Gender > Female

when it should clearly be Home > Demographic Region > North America

Is this be because the Gender vocab is the first in the $node->taxonomy array (???)

Comments

jwilson3’s picture

it looks like whats happening is that its somehow actually processing the breadcrumbs based off perhaps the last node listed in the term page.

if the last node is a male, then the breadcrumb will show Home > Gender > Male.

if the last node is a female, then the breadcrumb will show Home > Gender > Female.

My setup is pretty customized, im using bio+advanced profile, cck + contemplate, views, along with various template (theme) hacks to suppress the normal listing of taxonomy terms in teaser listings that i'm currently using for the tax/term view.

xano’s picture

Status: Active » Postponed (maintainer needs more info)

You mean you're creating your own custom term pages rather than modifying taxonomy/term/tid?

MGN’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing this because of inactivity. Feel free to re-open if you are still having trouble with this.