Active
Project:
Tinytax taxonomy block
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2010 at 16:23 UTC
Updated:
2 Feb 2011 at 20:38 UTC
The tinytax module creates links to the original term pages even when the Taxonomy Redirect module (http://drupal.org/project/taxonomy_redirect) is active which should change the links.
Comments
Comment #1
rooby commentedThe problem is that the url taxonomy/term/$tid is hard coded into this module.
For it to work properly with taxonomy_redirect and other taxonomy modules that modify the path it should use the taxonomy_term_path() function instead.
Comment #2
sdrycroft commentedThanks for this rooby, I'll get a fix in for this ASAP.