Closed (fixed)
Project:
Taxonomy Breadcrumb
Version:
5.x-1.3
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2007 at 18:56 UTC
Updated:
9 Jun 2007 at 05:19 UTC
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
Comment #1
_craig commentedI'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?
Comment #2
eferraiuolo commentedWith taxonomy_breadcrumb.module enabled and taxonomy_context.module disabled, The behavior is the same as originally stated.
Comment #3
eferraiuolo commentedSo 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.
Comment #4
eferraiuolo commentedComment #5
_craig commentedI don't really use Views... If I get a chance I see if I can take a closer look.
Comment #6
_craig commentedSomewhat related to http://drupal.org/node/114548.
Comment #7
_craig commentedI believe the referenced issue under views is close to solving the problem. Closing this issue.