Quote:
Originally Posted by Rickie3
not sure if this right but if you remove this from the postbit template then it shouldnt show anything you postbit
Code:
$vbphrase[posts]: $post[posts]
<if condition="$vboptions['ebux_enabled']"><br />
<a href="estore.php?do=donate&userid=$post[userid]">$vbphrase[ebux_points]</a>: $post[points]<br />
$vbphrase[ebux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[ebux_points]">$vbphrase[ebux_total_points]</phrase>: $post[totalpoints]<br />
</if>
|
Actually in the code above you should only remove:
Code:
$vbphrase[ebux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[ebux_points]">$vbphrase[ebux_total_points]</phrase>: $post[totalpoints]<br />
That will remove bank points and total points and only display the "pocket" points.