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

rooby’s picture

Title: Support for taxonomy redirect. » Use taxonomy_term_path() instead of hard coding taxonomy/term/$tid
Category: feature » bug

The 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.

sdrycroft’s picture

Thanks for this rooby, I'll get a fix in for this ASAP.