Here is a patch that add an option 'Use Drupal's taxonomy term path to create breadcrumb links'
if you have selected 'Set the breadcrumb for the term parents' on a Taxonomy: Term ID (with depth) argument.

If unchecked, the breadcrumb will be created as views normally creates it.
If checked, the breadcrumb is created by using the function taxonomy_term_path.

This is useful if you are using any modules that modify the taxonomy term path using hook_term_path, for example the taxonomy redirect module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Status: Needs review » Needs work

I like this patch; however I believe you need to make sure the option is listed in the option_defaults()

Agileware’s picture

Status: Needs work » Needs review
FileSize
2.39 KB

Took me a while to get back to this.

Hopefully I've understood your request correctly.

This patch will also apply to 6.x-3.x-dev with an 8 line offset on the modules/taxonomy.views.inc file.

Agileware’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev

Changing version

merlinofchaos’s picture

Status: Needs review » Fixed

Committed to all branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ISPTraderChris’s picture

Manually patched this to Views 2.6 as I needed this functionality - works great!