the Theme I am using (Plasma) has an option in the settings to display the users profile picture, but when I select it, it only shows the picture in the comments.
When I looked at the node.tpl.php in the theme it does not output the $user_picture variable.
So I tried adding this variable myself just below the <header>
tag as it is in the comment.tpl.php but the image is displayed above the post, rather than inline with left alignment.
I tried wrapping the $user_picture in <align=left> </align>
but this did not work.
So how do I show the picture as left aligned with the header and text of the post wrapped around the user profile picture.
Thanks Simon