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

Assigned to:Anonymous» NancyDru
Status:active» needs review

Try the attached patch. At the moment, I can't recall if there was a reason for this to be different.

AttachmentSize
taxonomy_image_node_display.module.patch 921 bytes

#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

Status:needs review» fixed

Committed.

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

#5

Assigned to:NancyDru» Anonymous
nobody click here