Well, that question had never been answered before, as I tried to search in the issues. What I understood from "This means the redirect only works for taxonomy links placed by the taxonomy module. " is that it not work, right?

Well, if it doesn't work in this case, okay, you had warning with the line above. I'd like to have other support so.

Is there anything that is possible to do to make it work with CCK?

I was supposing to try to use Rules module, to refresh the aliases everytime someone saves the node that uses the vocabulary that I redirect. Question is, what would be the function to call and with which arguments I have to call it in a PHP code execution?

Thanks for attention!

Comments

Agileware’s picture

I have not used the content taxonomy module but I had a very quick look through the code and it doesn't seem to hard code any taxonomy links and it uses the taxonomy_term_path() function so I would guess that it would work.

Try it out and report back whether or not it is working.
If it is not we can look at making it work.

In terms of refreshing your redirects:
* If you make your redirects at the vocabulary level you won't have to add new redirects every time a new term is added.
* Redirects are calculated when you view the node, not when the redirect is created, so you don't need to do anything to refresh taxonomy redirects.

Vuds’s picture

Status: Active » Fixed

Hi! Thanks for the support, I had forgotten about this.

In the truth I already have solved this; In this Drupal installation Pathauto was overriding the Taxonomy Redirect. To make it work after various tests (because I am using some others URL alias and redirecting stuff) I just left empty the field for the alias of the vocabulary I'm redirecting plus the default url alias in Pathauto and it started to work.

Thanks very much anyway!

Status: Fixed » Closed (fixed)

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