By picciuto on
How in the world do I have my Taxonomy Term page display the full node and not a teaser? I can't seem to find a template file to override and turning on the "taxonomy_term" View does not seem to do anything.
http://biofitblog.concentrekdev.com/topics/biofit-products
"Topics" is the vocabulary and "BioFit Products" is one of the terms.
Comments
Did you find a solution to this?
I need it as well.
Solution
Using: Drupal version 7.7
Ran into this problem tonight.
My solution was to:
1) Use the Views module and enable the Taxonomy Term view.
2) Click edit view
3) Under Format, click "Teaser".
4) Under View Mode, choose "Full Content".
5) Click "Apply".
6) Save View
Woohoo? :)
This is the easiest method, by far...
nolongerinusebbq has it right in that the Taxonomy Term page needs to be enabled and set up to display whatever view mode that you desire. Combine this with Display Suite and you can create a custom view mode to display the content however you like, and then simply set the taxonomy term view to display that view mode... and then whatever else that you want the view to do.
Thanks nolongerinusebbq
You can try altering page
You can try altering page during the build phase by implementing hook_page_build:
Perhaps this is an
Perhaps this is an approach?
You can go to Structure=
You can go to Structure=>Content types => manage display (of the content type in question) and there you can control the display in teaser and content.