If you have TMS hacked installed goto Styles & Templates --> Template-Modifications Manager under the master style click on vbcredits. look for Display Credits in Postbit Legacy in the bottom box replace it with this
Code:
<if condition="$show['credits_post']">
<div class="info">
<b>$vbphrase[credits]:</b> <span id="cdt_$post[postid]_$post[userid]">$post[credits]</span> <if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&u=$post[userid]#donate">$vbphrase[donate]</a>]</if> <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&u=$post[userid]">$vbphrase[check]</a>]</if>
</div>
</if>