Closed (fixed)
Project:
Taxonomy Image
Version:
6.x-1.5
Component:
Views
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
12 Mar 2009 at 20:55 UTC
Updated:
22 Mar 2017 at 18:06 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedFound my own solution.. if anyone else is interested.
I used Views 2 to override the taxonomy/term pages. Then created a page-taxonomy.tpl.php file in my themes directory. Then I added the following to display the Taxonomy Term Description, and Taxonomy Term Image:
print $image;print $term->description;Comment #2
junro commentedHello, I would like Display Image on Term Page: taxonomy/term/%
Where did you find page-taxonomy.tpl.php ?
If I have to create it? What do I have to put in it with the codes above?
Thanks :)
Comment #3
junro commentedComment #4
nancydruI think there is a simple solution: this can be easily done with Taxonomy List or Taxonomy Context. (You might also look at Taxonomy Menu or Taxonomy Manager.) I am currently working on the 6.x version of TC and think it will do precisely what you want when I am done (right now it is rough, but working well enough to probably do what you need here).
Comment #5
junro commentedok, thanks :)