Closed (works as designed)
Project:
Taxonomy Redirect
Version:
master
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2006 at 17:54 UTC
Updated:
20 Nov 2008 at 01:19 UTC
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
Comment #1
merlinofchaos commentedThis 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.
Comment #2
agileware commentedHi,
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.