I installed the taxonomy breadcrumb module and enabled it on the modules page.

Then I defined a “home breadcrumb text” on site “configuration/taxonomy breadcrumb”, enabled “Show current term in breadcrumb trail” and made sure, that the node type I want the breadcrumb to be displayed for is enabled (by the way: including or excluding some node types does make no difference, the list of enabled node types does never change).

On the site “content management/categories/vocabulary” I added a breadcrumb path (node/1).

But no taxonomy breadcrumbs can be seen on the node pages (not even the defined home breadcrumb text). The previously shown breadcrumb (Home > Node title) does not change.

I was wandering if I have to configure the content type (node type) to define, witch of the categories should be used as a breadcrumb for this content type. But I could not find any configuration fields there.

Can anybody help? Perhaps I have overseen something?

Comments

_craig’s picture

Humm... not sure what the problem is but we might be able to figure it out.

  • First off, are you using any contributed modules other than taxonomy_breadcrumb? It is possible that there is a conflict.
  • Also, what content type are you using? Stores, Pages, Books, etc.? Or perhaps another type or a CCK custom type?
  • Also, try this. Uncheck taxonomy_breadcrumb to disable it on the module settings page and SUBMIT the page. Then, enable it and SUBMIT the page again. This will force drupal to rebuild it's list of modules that are used.
smitty’s picture

Thank you very much for your hint and your questions.

I did a lot of testing today and found out, that taxonomy breadcrumb is in conflict with the module "userreviev" (http://drupal.org/project/userreview). As soon as I disabled userreview for my content type (which is a CCK custom type), the breadcrumb was shown in the right way.

_craig’s picture

Status: Active » Fixed

Glad you figured it out.

killes@www.drop.org’s picture

Status: Fixed » Closed (fixed)