I would like to include a breadcrumb on a page display for a view. My site utilizes the Taxonomy Breadcrumb module and I do not see any settings related to assigning a view to a taxonomy, so what other options do I have? If nothing else, I supposed I could theme the view and hardcode my breadcrumb in a template file, but there has to be a better solution out there.

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Taxonomy Breadcrumb
Version: 6.x-2.11 » 6.x-1.x-dev

This could be a missing feature in the taxonomy breadcrumb module.

silurius’s picture

Thanks, dereine, as I watched the issue sink in the Views issue queue I was starting to think the very same thing! :)

MGN’s picture

Taxonomy breadcrumb doesn't have views support. Custom Breadcrumbs 2.x has this feature, and can provide the same type of breadcrumb trail as taxonomy breadcrumb (via the optional custom_breadcrumbs_taxonomy submodule). If you need taxonomy breadcrumbs on views pages I would recommend trying custom breadcrumbs.

silurius’s picture

MGN, I haven't looked at Custom Breadcrumbs for a long time and had no idea it's come this far. I'll probably make the switch.

Not only does it have most or all of the features I need, but when installed it automatically converts Taxonomy Breadcrumbs to Custom Breadcrumbs:

    * Taxonomy breadcrumb module is enabled. Copying breadcrumbs from {taxonomy_breadcrumb_term} and {taxonomy_breadcrumb_vocabulary} to custom_breadcrumbs_taxonomy ...
    * Copied 56 breadcrumbs.
    * You can now disable taxonomy_breadcrumb, and test custom_breadcrumb_taxonomy.
    * Custom Breadcrumbs for Taxonomy Terms and Vocabularies: Taxonomy based breadcrumbs should now appear on node pages and taxonomy/term pages. For the most common applications this module will work "out of the box" and no further configuration is necessary. If customization is desired settings can be changed on the administration page.
    * Looking for views breadcrumbs to copy from {custom_breadcrumb}...
    * No views breadcrumbs were found in {custom_breadcrumbs}
    * Increasing the weight of custom_breadcrumbs_taxonomy for use with other modules.
    * The configuration options have been saved.

Thanks for that heads-up!

gisle’s picture

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

The Drupal 6 version is no longer supported. Closing this as outdated. If you think this is still relevant for Drupal 7 or Drupal 9, please open a new issue.