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

mariagwyn’s picture

I 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

mariagwyn’s picture

anybody?

mariagwyn’s picture

Status: Active » Closed (fixed)