Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2009 at 15:28 UTC
Updated:
16 Jun 2009 at 20:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
giggler commentedI 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...
Comment #2
1websitedesigner commentedHi,
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
Comment #3
nicholasthompsonThis sounds more like an issue with Views...
Comment #4
Rhino commentedI'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.
Comment #5
ñull commentedbump and subscribe
Comment #6
mattman commentedI 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.
Comment #7
merlinofchaos commentedOk, that makes sense. Committed!