Closed (works as designed)
Project:
Term Fields
Version:
6.x-1.4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2009 at 15:34 UTC
Updated:
28 Mar 2009 at 19:46 UTC
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
Comment #1
archard commentedThis 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.