Thanks man.
I'm trying to put it in my postbit. I found that the hook is "credits_display_postbit_row" but I don't know how to use that.
Here is the piece of code and my attempt to plug it in.
Code:
<vb:if condition="$show['credits_post']">
<div class="eti_postbit">
<b>$vbphrase[credits]:</b><br /> <span id="cdt_{vb:raw post.postid}_{vb:raw post.userid}">credits_display_postbit_row</span> <vb:if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&u={vb:raw post.userid}#donate">$vbphrase[donate]</a>]</if> <vb:if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&u={vb:raw post.userid}">$vbphrase[check]</a>]</vb:if>
</div>
</vb:if>
As for the actions...man, I'm really confused on how to set each of them up. It's different from what I did with vbcredits I. I'm going to have to sit down and really take my time to figure this out.