Closed (fixed)
Project:
Taxonomy Redirect
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2008 at 14:06 UTC
Updated:
14 Apr 2008 at 18:38 UTC
hi
if i select !name token, all my taxonomy that have space, the space will be converted to "+" symbol. is there away to change the code so it will convert to "-" symbol
thanks
Comments
Comment #1
mariagwyn commentedI have just applied the patch here: http://drupal.org/node/195904 which works beautifully.
However...
the addition of "+" in spaces is causing problems. Views does not seem to recognize a url with a "+" or, the "+" initiates a page not found on my site, so that I can't redirect taxonomies to particular views pages.
Example:
This fails: "images/liturgical+arts/iconography"
This works: "images/liturgicalarts/iconography".
So, a second to either get rid of the "+" all together, or replace it with a "-" which also works.
Please!!!! I am soooo close to getting an image gallery with views, taxonomy_list and taxonomy_redirect working.
Thanks,
Maria
Comment #2
mariagwyn commentedanybody?
Comment #3
mariagwyn commentedokay, problem solved here: http://drupal.org/node/195904#comment-806971