yeah
its postbit not postbit legacy that u have to edit
*****************************
Open POSTBIT_LEGACY template
*****************************
Find
-----------------------------------------------
<div>
$vbphrase[posts]: $post[posts]
</div>
-----------------------------------------------
After add
-----------------------------------------------
<div>
<b>Battles:</b><br />
Wins: $post[bs_wins]<br />
Loses: $post[bs_loses]
</div>
-----------------------------------------------
Replace with
*****************************
Open POSTBIT template
*****************************
Find
-----------------------------------------------
<div>
$vbphrase[posts]: $post[posts]
</div>
-----------------------------------------------
After add
-----------------------------------------------
<div>
<b>Battles:</b><br />
Wins: $post[bs_wins]<br />
Loses: $post[bs_loses]
</div>
-----------------------------------------------
|