Posted by mariuss on December 2, 2007 at 4:23am
Jump to:
| Project: | Taxonomy Redirect |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Taxonomy Redirect worked fine in views that listed taxonomy terms (for example), but in pages generated by the Taxonomy List module it will not substitute the links at all.
Comments
#1
It could be that the taxonomy list module isn't calling the correct function to build its links. See http://drupal.org/node/268977 for the same problem with another module.
#2
Hi Mariuss,
I'm not sure about the old versions but I have tested the new 5.x-1.2 with taxonomy_list and it works.
#3
Hi Agileware,
Could you please teach me how taxonomy redirect works with taxonomy list? Let me explain my problem:
I have taxonomy image, taxonomy list and taxonomy redirect installed.
taxonomy list gives me a page with the taxonomy images for all my prodcts. Each image links to category/vocabulary/name-of-product. When I redirect using taxonomy redirect, it gets redirected to /name+of+product. Whereas i need it to go to /name-of-product (as I need clean urls which are generated by pathauto.
Can you help me?
Jaya
#4
Hi,
By default, taxonomy redirects have their spaces replaced by + characters.
With the new versions (5.x-1.2 and 6.x-1.1) you have the option to give a replacement separator so when you are creating redirects you can specify a different character that will replace all spaces and + characters (like in path auto).
So if you put the - character in there you will get /name-of-product.
That should work for you.
#5
Automatically closed -- issue fixed for two weeks with no activity.