By akael on
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
I have same problem.
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.
I have figured out how to get
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.
It works.
Hello akael
Entity API solved it. Thank you so much!.
Glad I could help!
Glad I could help!
Doesn't seem to work for me
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?
Hi, Any solution for twice
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
Avoid repeating term in breadcrumb!
Hope this helps someone.
http://drupal.stackexchange.com/questions/20805/custom-breadcrumbs-remov...