Closed (fixed)
Project:
Taxonomy Image
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2005 at 10:46 UTC
Updated:
21 Feb 2008 at 13:08 UTC
The module README.txt suggests that the admin should edit one of their files to add a taxonomy_image_display() call somewhere. Could there be an option somewhere which adds this to the beginning of $node->body automatically when displaying?
Some users will want more customisation, so it would be best to let people disable the option. I imagine another group of users will want simplicity, so enabling it by default would seem to make sense.
Comments
Comment #1
nancydruIf a node has multiple terms assigned and more than one has an image, which one should be used? In theory a hook_nodeapi function could do this, but would need to be carefully planned.
Comment #2
nancydruIf you still want this, re-open the issue and let's discuss it. There are other issues dealing with hook_nodeapi and that's where this would be done.