This module makes me feel dumb. I have no idea how to populate the breadcrumb path with the taxonomy vocabulary. It seems to default to empty.

I have tried the following (without the quotes) with no any luck:

"[vocabulary]/[term]"
"vocabulary/term"
"vocabulary >> term"
"home/vocabulary/term"
"home >> vocabulary >> term >> term"
"vocabulary >> term >> term"
"mysite >> term >> term"
"taxonomy/term/tid"
"[HOME] >> [VOCABULARY] >> TERM >> [TERM]"
"forum"
"forum/flipshot"
"forum >> flipshot"

All of the above combinations will produce is the standard breadcrumb: "Home". What am I doing wrong when trying to use this module to produce nice breadcrumb for the content/taxonomy/edit/vocabulary/2 which is my Forum vocabulary (and admin/content/taxonomy/edit/term/17 which is my forum named "Flipshot")? The content type is included in the settings for this module.

Comments

NiklasBr’s picture

Title: Not working for Forum module taxonomy terms. » Taxonomy of Forum nodes is not registered

I think this is a more accurate title.

NiklasBr’s picture

Do you need more information or help reproducing this issue?

MGN’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Even without taxonomy breadcrumb I think you should have something other than "Home" on your forum topic nodes.

Is taxonomy breadcrumb working on other nodes (not forum topics) with taxonomy terms?

If you disable taxonomy breadcrumbs, create a forum topic node and visit that page, what do you get for the breadcrumb?

What do you want it to be?

What version of Drupal are you using? What other contrib modules (breadcrumb, forum, or taxonomy related) do you have enabled? Have you tried disabling them one by one? Do any of them affect the breadcrumb.

I have no idea how to populate the breadcrumb path with the taxonomy vocabulary.

To include the vocabulary breadcrumb, all you need to do is include a drupal path on the taxonomy vocabulary edit page (such as content/taxonomy/edit/vocabulary/2) - in the Breadcrumb path (taxonomy_breadcrumb): form field. You are adding a drupal path, so something like forum or forum/flipshot, node/4, etc. would work - any path to a drupal page on your site. Adding the path should cause the vocabulary crumb to show, with the vocabulary name as the title of the crumb.

NiklasBr’s picture

System

Drupal 6.17 with the following modules:
CCK
Boost
Organic Groups + Organic Forums
Views
Pathauto
Token
(plus some more, but I do not think they are relevant).

Description

I have two vocabularies, the first one "Forums" (admin/content/taxonomy/edit/vocabulary/1), created by the Forum Core module, it has two terms "Flipshot" and "The Lounge" and has not been modified past its automatic generation. The second vocabulary "Projekt (admin/content/taxonomy/edit/vocabulary/2) was created the normal way and currently contains two terms. I will use this vocabulary to show how Taxonomy Breadcrumbs works for me.

This is the standard breadcrumb for my second vocabulary when viewing the page "taxonomy/term/18" or its alias:

Home (as a link)

When I activate Taxonomy Breadcrumb the breadcrumb changes to:

Home (as a link) » Filmprojektet (this is the taxonomy term, no link)

When I then edit the vocabulary and fill the breadcrumb path for the second vocabulary with the URL ("node/28", where I have a view to show all terms in this vocabulary) the breadcrumb now looks like this:

Home (as a link) » Projekt (as a link, correct alias for "node/28") » Filmprojektet (this is the taxonomy term, no link)

This is exactly what I expected and also exactly what I wanted. Nice. If I now edit the term "Filmprojektet" to include the breadcrumb path "taxonomy/term/18" the breadcrumb stays the same when viewing the term.

Viewing a node belonging to this vocabulary will give a nice breadcrumb, like this:

Home (as a link) » Projekt (as a link, correct alias for "node/28") » Filmprojektet (this is the taxonomy term, no link)

Now, on to the forums, viewing the forum (not a discussion) the breadcrumbs look the same with or without Taxonomy Breadcrumbs enabled:

Home (as a link) » Forum (as a link) » The Lounge (this is the forum, no link)

Now, editing the vocabulary for the forum "The Lounge" by adding the URL "forum/17" to the breadcrumb path changes nothing when viewing the forum. Nor does it change anything when viewing a forum thread in that forum.

gisle’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)

The Drupal 6 version is no longer supported. Closing this as outdated. If you think this is still relevant for Drupal 7 or Drupal 9, please open a new issue.