For those that would like to upgrade from Taxonomy Breadcrumbs to Custom Breadcrumbs this query will help you import your Taxonomy Breadcrumbs settings:

INSERT INTO custom_breadcrumbs_taxonomy_term (tid,paths)
    SELECT tid, path FROM taxonomy_breadcrumb_term

Comments

MGN’s picture

This should happen automatically upon installing custom_breadcrumbs if the taxonomy breadcrumbs module is enabled during the install. See the note on the custom breadcrumbs project page, and please let me know if this migration does not happen automatically...it did on my test sites!

Thanks.

realityloop’s picture

I'm pretty sure it didn't happen on the site in question, but I'm not 100% sure I had Taxonomy Breadcrumbs enabled when I switched Custom Breadcrumbs on.. I'm trying to get a few issues with views breadcrumbs worked out, if I have time I'll test it again..

barraponto’s picture

instead of checking whether taxonomy module is enabled, custom breadcrumbs could check whether the table taxonomy_breadcrumb_term exists.

lamp5’s picture

Issue summary: View changes
Status: Active » Closed (outdated)