Quote:
Today at 05:50 AM Numbers said this in Post #18
I used to post at shoryuken.com message boards, and they had medals underneath location and register date. The ones we are using right now, which you suggested are above are avatars and below our sn's. How can we get it like shoryuken?
That is all.
|
Easy -
In your postbit template, find:
Code:
<smallfont>$post[usertitle]</smallfont><br>
$post[avatar]<p>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
Posts: $post[posts]</smallfont></td>
Change to:
Code:
$post[avatar]<p>
<smallfont>Registered: $post[joindate]<br>
Location: $post[field2]<br>
<smallfont>$post[usertitle]</smallfont><br>
Posts: $post[posts]</smallfont></td>
Done. It's a matter of moving the variable $post[usertitle] to where you want it to show.