Closed (fixed)
Project:
Taxonomy Image
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2008 at 21:34 UTC
Updated:
1 Oct 2008 at 15:25 UTC
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
Comment #1
chasz commented<?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
Comment #2
nancydruA 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?
Comment #3
nancydruNo further information provided.