Hi,
I've had a problem with taxonomy redirect and tagadelic and I think it's a bug in this module. I use taxonomy redirect for a single vocab, which I redirect to "tagadelic/vocab/14", which is the URL for the tagadelic page only for the vocab I want.

Them I create a view with Views module, and the breadcrumbs print like this:

"home/tags/TAG", Which seems ok at first look...

BUT,

When you click on 'tags' it links to "tagadelic" and not "tagadelic/vocab/14" which is the adress I redirected the vocab to.

Why does the breadcrumb link to "tagadelic" and not "tagadelic/vocab/14"??
Seems to me the redirection is not fully integreated with views?

Thanks

Comments

merlinofchaos’s picture

This module doesn't directly or even indirectly deal with breadcrumbs, so I'm not sure that's a problem with this module. I think Drupal may be automatically interpreting the breadcrumb somehow? I'm not really sure what's going on here.

agileware’s picture

Status: Active » Closed (works as designed)

Hi,

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.

Because the links in the breadcrumbs can't be modified using hook_term_path, they will not redirect from taxonomy redirect.