Quote:
Originally Posted by MGC x Pie x MC
No one?
|
If you mean on the postbit, I believe you can, by going to the postbit template, and finding this code.
PHP Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
That's the
vB3 code, for the vB4 one, I believe it's this.
PHP Code:
<span class="rank">{vb:raw post.rank}</span>
Just move the hook to your location of choice.