I'm using views for my taxonomy terms and I have set %1 as title in views using argument "taxonomy: term". This works to change the page title tag and content title, however, the breadcrumb is now %1. In the argument, I have "set the breadcrumb for the term parents" checked.

Is there another way to set the taxonomy terms title using this module where the breadcrumb will also be the term?

Comments

giggler’s picture

I got as far as getting the taxonomy vocabulary to show up so it's home > resources, so the %1 is gone, but the link it produces is /taxonomy/term/all and not /resources...

1websitedesigner’s picture

Hi,

If you're looking to rename the URLs, then try the PathAuto module, which automatically rewrites them, or failing that enable 'Path' from the optional core modules and then add a URL Alias (which goes to the following page in Drupal 6 - /admin/build/path.

Hope that helps,

Martin

www.1websitedesigner.com

nicholasthompson’s picture

Title: Taxonomy Term Title using Views » Taxonomy Term Title in breadcrumb appears as %1
Project: Page Title » Views (for Drupal 7)

This sounds more like an issue with Views...

Rhino’s picture

I've stumbled in here via a search regarding views2, taxonomy-breadcrumb and th hunt for where the hell my etrms have gone.

On my Druoal 5 site, these modules agreed with each other somewhat, and I had via pathauto and taxonomy-breadcrumb arranged for easy to read links that were the names of topics.

All view in views2 however, have stopped using these and instead of giving me URL.com/AREA/term-name-as-defined they return URL.com/AREA/term%20name%20like%20term%20name%20with%20spaces

I'm confused as to how to fix this.

ñull’s picture

bump and subscribe

mattman’s picture

Category: support » bug
Status: Active » Needs review
StatusFileSize
new945 bytes
new140.96 KB

I can confirm this bug.

Attached is the patch which should fix breadcrumb substitutions.

I also attached an image of why it's not working.

Simply put, the $substitutions array is not populated before breadcrumbs are created, but it is for the title. A simple fix by moving a few lines of code.

merlinofchaos’s picture

Status: Needs review » Fixed

Ok, that makes sense. Committed!

Status: Fixed » Closed (fixed)

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