Make taxonomy breadcrumb compatible with views and Panels 3
artscoop - October 30, 2009 - 03:41
| Project: | Taxonomy Breadcrumb |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Just to say Taxonomy Breadcrumb is unusable along with Panels 3.
TB does nothing to taxonomy pages except changing the breadcrumb, yet Panels 3 warns that the page is already overridden by Taxonomy Breadcrumb, and thus, cannot change its layout.
I think it is quite an important report, because Panels 3 is surely going to be widely used.

#1
This is a known issue. To be accurate, Taxonomy breadcrumb doesn't "break" Panels 3 pages. Panels 3 simply recognizes that the the core taxonomy pages are being modified by tax breadcrumbs and (by design) will not attempt to override. The modules actually play nicely with each other!
I have made all of these modules work together using custom breadcrumbs 2 (I would recommend testing 6.x-2.x-dev and the custom_breadcrumbs_taxonomy and/or views sub-modules - working on a stable release). So if you want this, you might consider using Custom breadcrumbs instead of taxonomy breadcrumbs. It implements views and panels hooks so it doesn't interfere with these modules.
#2
Hey thanks :)
And yep, I finally used Custom Breadcrumbs :), it does the job well.
Thanks again !