A bug report and a request LOL

1. the link to the term page dont have a nodeidm although they have the correct tooltip.

2. how do i float the taximage right? so the body text can word wrap ?

Comments

chasz’s picture

<?php print $node->content['taxonomy_image']['#value'] ?>

it doesnt return the value

cheers

PS. <?php print $node->content['taxonomy_image']['#value'] ?>

this gives me all the terms.... how can i get the highest

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

A working theme template is in #301175: Calling the images?.

The problem with $node->content['taxonomy_image'] is that by the time the theme gets it, it has already been rendered into the "$content" variable.

There is a setting to add a wrapper <div> to the image. That can then be defined in the CSS to do almost anything.

Can you explain where you are seeing the problem in #1, please?

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No further information provided.