I did m8 look. This is my postbit_legacy:
Code:
<if condition="$post['field8']"><div class="postbit_field"><span class="postbit_text">$vbphrase[gender]:</span>
$post[field8]</div></if>
<if condition="$show['credits_postadd']">
<span id="creditsmenu_$post[postid]"><a href="credits.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="credits_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/credits.gif" alt="<phrase 1="$post[username]" 2="$vbphrase[credits]">$vbphrase[credits_threadaward]</phrase>" border="0" /></a></span>
<if condition="$show['popups']"><script type="text/javascript"> vbcdt_register("$post[postid]")</script></if>
</if>
<if condition="$post['field10']"><div class="postbit_field"><span class="postbit_text">$vbphrase[gfxlevel]:</span>
$post[field10]</div></if>
But when I look in the posts it dont show the credit/points/cash....
Please help me solve this m8.