Closed (won't fix)
Project:
Taxonomy dhtml
Version:
6.x-1.0-rc3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2008 at 23:22 UTC
Updated:
16 Mar 2009 at 15:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
agileware commentedI 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.
Comment #2
Anonymous (not verified) commentedThis 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 ).