Hello,
I use the Taxonomy Breadcrumb module for creating some of my fil d'ariane. The problem is that I do I list several terms (several levels) using the CCK module.
My taxonomy:
Category motorcycle
- Enduro
- Sports
- Supermotard
- Etc.
Brand
- Aprilia
- Derbi
- Yamaha
When I create a new content type, add the word "Enduro" and "Aprilia".
When I go see my page creates the path is: Home> Enduro (or Home> Aprilia if I changed the order of my taxonomy).
I arrive at this result:
Home> Enduro> Aprilia (thus using the two terms of my taxonomy).
I did a lot of research without success, does anyone could help me? Thank you in advance!
Ps: sorry for mistakes in grammar, the message is a French translation -> Anlais.
Comments
Comment #1
MGN commentedTo produce the breadcrumb Home > Enduro > Aprilia, you would need have Aprilia be a child term of Enduro like:
Enduro
- Aprilia
- Derbi
- Yamaha
etc.
Comment #2
Clément commentedSuper, it works now! Thank you very much.
Comment #3
Clément commentedI change the message status.
Comment #5
sytru commentedThis works only on taxonomy pages, but on node pages all but the top taxonomy term is gone. How to fix it?
Comment #6
Clément commentedI'm sorry, I do not know where the problem come. I no longer use this unit to achieve what I wanted, I personalized my breadcrumb trail through this tutorial: http://thedrupalblog.com/creating-custom-breadcrumbs-certain-node-type
Hoping to help her...