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

AlexisWilke’s picture

Status: Active » Closed (works as designed)

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