Doesn't work with Community Tags
taite11 - December 10, 2008 - 18:58
| Project: | Taxonomy Redirect |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Description
It seems that taxonomy terms created by Community Tags are not being redirected.

#1
The list generated by the Taxonomy DHTML module is also not following these redirects.
#2
I have just tested with Community Tags 6.x-1.0-beta1 and it worked with no fuss.
I tested it with a vocab wide redirect and also with a specific vocab/term pair and it worked for both. Using the substitution variables like !name also worked.
If you are creating redirects specifically for an individual term you obviously can't do this until the community has created the tag. But if you do a vocab wide redirect with something like comtag-view/!tid it will work for new tags as they are created.
Can you give more information on what you are doing?
#3
Re: #1
I have created a patch for Taxonomy DHTML 6.x-1.0-rc3 that fixes this problem.
It allows you to select whether or not to use taxonomy redirect for taxonomy DHTML per vocabulary.
You can get the patch here - http://drupal.org/node/346431#comment-1360126
#4
Taxonomy DHTML has been taken down now. It is recommended you use taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ) but in case you just wanted to stay with taxonomy DHTML here is the patch for taxonomy redireect to work kwith it. It is for 6.x-1.0-rc3 but could probably be modified for a different version relatively easily.
#5
Is anyone still having problems with taxonomy_redirect and community_tags?