I have a comprehension question:
Is it possible with this module to show all fields automatically on the term-side like taxonomy/term/36? At the moment there are only listed title and description, but I would like to have to show all fields like in a normal node. Or is it only possible with a manually created view?

Comments

archard’s picture

Status: Active » Closed (works as designed)

This module uses views to output its data. So yes, the only way to do it is to create a view that overrides the taxonomy/term/[tid] pages. There is actually a default view called 'taxonomy_term' you can use to do this.