Closed (fixed)
Project:
Clean
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2009 at 21:20 UTC
Updated:
21 Jan 2010 at 15:00 UTC
In comment.tpl.php, the user picture is surrounded by a <div class="picture">...</div> tag. However, the $picture variable (when set) already include the very DIV construct, so we're getting duplicate divs in the comments.
The solution: just wipe out the <div class="picture">...</div> in comment.tpl.php. BTW, you can remove the if as well (just like is done in node.tpl.php).
Comments
Comment #1
psynaptic commentedThanks for the issue post. I have changed:
Into:
Comment #2
psynaptic commentedHmm, I can't seem to get the picture to show up. I remember having trouble with this on another site.
Comment #3
flaviovs commented@psynaptic, do you have pictures enabled on your theme configuration? Did you enable user pictures? Did you upload a picture?
Comment #4
psynaptic commentedIt's ok, I was just being stupid! Was the theme configuration.
Thanks for your help.