Posted by parrottvision on December 29, 2008 at 10:47am
| Project: | Taxonomy Image |
| Version: | 6.x-1.4 |
| Component: | Contrib Node Display |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In Drupal 5.* I used to print the image and name for a particular term ID using this
<?php
print $node->content['taxonomy_image']['#value'];
?>Now I only get image which is more correct I guess. Can't find anywhere to tell me how to get just that one vocab image and name to print? Possibly more a forum Q?
Comments
#1
Try the attached patch. At the moment, I can't recall if there was a reason for this to be different.
#2
Thanks Nancy - that worked a treat. Couldn't get the patch to apply so I manually patched it and it is super. Thanks for your help and prompt reply!
#3
Committed.
#4
Automatically closed -- issue fixed for two weeks with no activity.
#5