I've recently been working on upgrading a site from Drupal 4.6 to 5.1. I'm using the taxonomy_context.module and in the older version it had support for breadcrumbs, now in the new 5.x version it seem to not have this support anymore. Therefore I found this module and wanted to use it in conjunction with the taxonomy context module.

I get the correct breadcrumb path when I'm viewing a node, but when I'm on any one of my taxonomy/term/x pages in my taxonomy hierarchy no breadcrumbs are being displayed. I haven't changed any settings for the module as it states out-of-the-box it should include the functionality I am after.

Any thoughts?

Comments

_craig’s picture

I'm guessing there's a conflict with taxonomy_context. Try this test: Disable the taxonomy_context module (and leave taxonomy_breadcrumb enabled). Do the breadcrumbs work?

eferraiuolo’s picture

With taxonomy_breadcrumb.module enabled and taxonomy_context.module disabled, The behavior is the same as originally stated.

eferraiuolo’s picture

Title: Breadcrumbs not showing on taxonomy/term pages » Sorry I am also using the Views module
Category: bug » support
Priority: Normal » Minor

So it seems the Views module was causing my issue. When I setup a view for taxonomy/term it must be overriding the breadcrumbs generated by the Taxonomy Breadcrumb module.

If anyone has an idea how to make these two work together, or create similar functioning breadcrumbs just using the Views module, let me know.

eferraiuolo’s picture

Title: Sorry I am also using the Views module » Breadcrumbs not showing on taxonomy/term pages
_craig’s picture

Title: Breadcrumbs not showing on taxonomy/term pages » Breadcrumbs not showing on Views module custom taxonomy/term pages

I don't really use Views... If I get a chance I see if I can take a closer look.

_craig’s picture

Category: support » feature

Somewhat related to http://drupal.org/node/114548.

_craig’s picture

Status: Active » Closed (fixed)

I believe the referenced issue under views is close to solving the problem. Closing this issue.