I'm not sure which module would need editing or if this is a "bug" or "feature requrest"....

URLs redirected with Taxonomy Redirect are not being used on the Taxonomy DHTML links.

See http://drupal.org/comment/reply/345369/1151475#comment-1151475

Comments

agileware’s picture

Version: 6.x-1.0-rc2 » 6.x-1.0-rc3
Status: Active » Needs review
StatusFileSize
new7.92 KB

I have created a patch for this against version 6.x-1.0-rc3

The patch will have no visible affect on the module if the taxonomy_redirect module is not enabled.

If the taxonomy_redirect module is enabled the user will get a new checkbox for each vocabulary on the admin/settings/taxonomy_dhtml page.

For any vocabs that this checkbox is checked taxonomy_redirect will will be used for the menu item links.
This is done by calling taxonomy_term_path() instead of hard coding the links (taxonomy_redirect uses hook_term_path to redirect links).

For any vocabs that the checkbox is not checked (or for all vocabs if taxonomy_redirect is not enabled) taxonomy_dhtml will work as usual.

Anonymous’s picture

Status: Needs review » Closed (won't fix)

This module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).