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

MGN’s picture

To produce the breadcrumb Home > Enduro > Aprilia, you would need have Aprilia be a child term of Enduro like:

Enduro
- Aprilia
- Derbi
- Yamaha

etc.

Clément’s picture

Super, it works now! Thank you very much.

Clément’s picture

Status: Active » Fixed

I change the message status.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sytru’s picture

This works only on taxonomy pages, but on node pages all but the top taxonomy term is gone. How to fix it?

Clément’s picture

I'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...