Closed (duplicate)
Project:
Taxonomy Image
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2008 at 11:14 UTC
Updated:
18 Feb 2008 at 19:05 UTC
Thank you for this module.
However I have one problem: I don't know in which file I should insert taxonomy_image_display($term->tid), or how to update my theme....
In the Install file it says:
Step 7)
Update your theme or other php code to display taxonomy images.
To display a taxonomy image from your theme or other php code, add
a call to taxonomy_image_display(). This function requires that you pass
in the term id of the term for which you wish to display the appropriate
image. For example:
taxonomy_image_display($term->tid)
Many thanks again :)
Expat9
Comments
Comment #1
nancydruUntil I get time to play with theming and update the docs, I suggest reading what others have done: http://drupal.org/node/199061, http://drupal.org/node/115277, http://drupal.org/node/152081
Comment #2
nancydruhttp://drupal.org/node/199061