That's a simple matter of editing the
postbit template and relocating this:
$onlinestatus. Here, it's above this line:
Registered: $post[joindate].
Basically... In the postbit template:
Find:
Code:
$post[avatar]<p>
<smallfont>Registered: $post[joindate]<br>
Change to:
Code:
$post[avatar]<p>
$onlinestatus<br>
<smallfont>Registered: $post[joindate]<br>
Find:
Code:
<td><smallfont>$onlinestatus
Change to: