Quote:
Originally Posted by Mystictrunks03
how do i add a title like blah: and the code here cuz i wanna do that for reputation like Reputation: and then the graphics how wud i do that?
|
In your postbit or postbit_legacy template, both or whichever you are using:
Find:
Code:
<div>
$vbphrase[posts]: $post[posts]
<if condition="$show['reputation']">$post[reputationdisplay]</if>
And under it, type whatever you want.