Posted by levavie on March 11, 2009 at 10:32am
Jump to:
| Project: | Taxonomy VTN |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
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
#1
Hi 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