Is it possible to theme a Drupal 6 vocab the same way you would a node type. Having it effect every term within the vocab?
I find drupal 6’s taxonomy core is lacking when it comes to theming. I want to build custom charts and user statistics based on my taxonomy terms but I can’t get anywhere near it without doing some ugly dance with views.
Any ideas?
Thanks!
Arthur
I have solved this by using the Taxonomy Node module. It will create a node under a specific node type for each taxonomy term in a selected vocabulary. From there you can add custom content to each taxonomy, like images, videos, views, comments, etc.