Closed (fixed)
Project:
Taxonomy Breadcrumb
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2008 at 06:21 UTC
Updated:
12 Jan 2009 at 03:57 UTC
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
Comment #1
jwilson3it 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.
Comment #2
xanoYou mean you're creating your own custom term pages rather than modifying taxonomy/term/tid?
Comment #3
MGN commentedClosing this because of inactivity. Feel free to re-open if you are still having trouble with this.