I was looking for a way to create specific View for terms in some specific vocabulry and I came across to this module.

So I entered value for this vocabulary something like: abc/!tid. This did replace the taxonomy/terms/!tid url, but, then I create Path alias with Path auto something like : abc/parent-id-name/id-name. I done this because of the special characters in titles (čšž) which I would like not use as a URL path.

At first I thought that everything is fine, but then I noticed that some alises for those vocabulary and other are not working. Then I deleted all and make them again with bulk operations.

When processing bulk operatios it always shows 50 generated urls, but when checking the list it creates only 8 term alias and 50 "other".

I am even doing it right with using Pathauto and this module the same time?

Comments

Agileware’s picture

Status: Active » Postponed (maintainer needs more info)

Can you explain the view you are trying to create and what is needs to do?

Some background information that might be useful:

* Taxonomy redirect only redirects the taxonomy links you see on the node pages.
As mentioned on the taxonomy redirect project page:

Note: Taxonomy redirect only uses hook_term_path (http://api.drupal.org/api/function/hook_term_path/6) to modify paths for taxonomy terms, it doesn't actually create path aliases.
This means the redirect only works for taxonomy links placed by the taxonomy module. It also means if you type the url in to your browser the redirect doesn't work.

* Path auto doesn't actually redirect your taxonomy terms, it just creates an alternate url to get to the same original page.