I think if use the below code in postbit & MEMBERINFO template instead of that is exists now for this product, it's will be better.
postbit & posbit_legacy:
Code:
<if condition="$post['credits']"><div>$vbphrase[credits]: $post[credits] (<a href="credits.php?u=$post[userid]">$vbphrase[donate]</a>)</div></if>
MEMBERINFO:
Code:
<if condition="$post['credits']"><div class="fieldset"><div style="padding:$stylevar[formspacer]px">$vbphrase[credits]</a>: <strong>$userinfo[credits]</strong> (<a href="credits.php?u=$userinfo[userid]">$vbphrase[donate]</a>)</div></div></if>
You cant put the follow codes on apposite place that you think.
Note: If you want to use these, in first you must to inactive the
Display Credits in Postbit and
Display Credits in Profile plug-ins from Plug-In Manager.