I am trying to setup the Custom Breadcrumb module to display:

Home : Term name : article title

It is showing only the link for home, and the article title.

Not sure if it matters but I have two types of terms for the article content type: tags (multi) and category (single), I want to show the category in the breadcrumb.

Thank you.

Comments

gilzero’s picture

Hello

I encounter same problem as yours. Basically any info relate to term, such as [term:tid], [term:name], [term:vocabulary]... just won't show up in the custom breadcrumb trails.

Have you found a solution?

Thanks.

akael’s picture

I have figured out how to get it to work.

I installed Entity API: http://drupal.org/project/entity

And enabled Entity API and the included module Entity Tokens.

Then in my article custom breadcrumb config I have:

Titles:
[node:field-category:name]
[current-page:title]

Paths:
[node:field-category:url:path]

Now in my case I have created a new Vocabulary called Category, and that is why you see field-category above. You will see the Tokens available to you on the Custom Breadcrumb settings page, but if you need more help let me know.

gilzero’s picture

Hello akael

Entity API solved it. Thank you so much!.

akael’s picture

Glad I could help!

jonloh’s picture

Doesn't seem to work for me for some reason, especially the part [node:field-category:name] as it outputs nothing.

Could it because I have both Entity Token and Token module installed?

summit’s picture

Hi,

Any solution for twice showing same term in breadcrumb?
And do you have the vocabulary category? otherwise you have to make it first.
greetings, Martijn