Closed (works as designed)
Project:
Taxonomy VTN
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2009 at 10:32 UTC
Updated:
13 Mar 2009 at 19:46 UTC
This module has great visual display and options.
The module should use standard URLs for taxonomy terms. Currently, it creates duplicate content since it doesn't use standard taxonomy URLs. It should use the taxonomy_term_path() API function to generate taxonomy paths. Also, this will cause it to be compatible with the taxonomy_rewrite module.
Comments
Comment #1
AlexisWilke commentedHi Levavie,
I think you have that functionality when you use taxonomy/term/xxx instead of "List of Nodes" and that should be enough. The Taxonomy VTN module will not rewrite the path in this case, but I guess you could use the taxonomy_rewrite and point people back to taxonomy_vtn/term/xxx instead of the default taxonomy/term/xxx.
Thank you.
Alexis