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'] ." :&nbsp;</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

junro’s picture

nobody ? :(

afterdark’s picture

I think you can integrate with imagecache.

TheThumbPuppy’s picture

Same problem here.

How do you display an image from Taxonomy Image in a Content Taxonomy field?

Any suggestions?

TheThumbPuppy’s picture

Please see some ideas at http://drupal.org/node/534450

magnus’s picture

Status: Active » Closed (fixed)

Please reopen issue if problem still exists.