Well, this really depends on your layout I guess.
Having it beneath is safer in most situations.
Imagine you have someone uploading a picture of 600 pixel width but your board is set to 550....
So if you want - yes, but at your own risk. I will not pay for damage caused by oversized pics destroying your layout
Here we go:
Open viewtopic.php and go for line 329:
<?php echo $cur_post['message']."\n" ?>
<!-- MOD IMAGE POST -->
<?php if ($cur_post['userimage'] != '') echo "<br /><img src=\"".PUN_ROOT."img/users/" . $cur_post['userimage'] ."\" alt=\"" . $cur_post['userimage'] ."\">\n"; ?>
<!-- // MOD IMAGE POST -->
It will be easy to put the Image post part before the cur_post['message'] part and add "align='left'" to the image tag.
Or wahetever else you prefer. Simple HTML - but not layout savvy....
The German PunBB Site:
PunBB-forum.de