Hello, I'm using this code to display my content taxonomy terms:
<?php $count=count($node->field_casting_taxo);$iob=0;for($iob;$iob<$count;$iob++)
{$liste_casting.=$node->field_casting_taxo[$iob]['view']."<br>";}
if($node->field_casting_taxo[0]['view']!="") print "<table><tr><td valign='top'><b>".$node->content['field_casting_taxo']['field']['#title'] ." : </b></td><td valign='top'>".$liste_casting."</td></tr></table>"; ?><br>
".$node->content['taxonomy_image']['#value']."
This variable print the original image (with original size) and the term the image belongs to (term without link).
I would like to have a resize image in my table.
Any ideas?
Thanks :)
Comments
Comment #1
junro commentednobody ? :(
Comment #2
afterdark commentedI think you can integrate with imagecache.
Comment #3
TheThumbPuppy commentedSame problem here.
How do you display an image from Taxonomy Image in a Content Taxonomy field?
Any suggestions?
Comment #4
TheThumbPuppy commentedPlease see some ideas at http://drupal.org/node/534450
Comment #5
magnus commentedPlease reopen issue if problem still exists.