i added this in case anyone have vBookie installed and wants the vCash to show. this hook might show other stuff too, i dont know. in my forum its only vbookie.
in the simpel postbit template in master style
find
Code:
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd></vb:if>
after add
Code:
<vb:if condition="$vboptions['bop5sp_showextra']">{vb:raw template_hook.postbit_userinfo_right_after_posts}</vb:if>
in simple postbit options: add setting. name var "bop5sp_showextra". name the other stuff whatever you want. options is"yesno" and now you have vbookie in the options (maybe other stuff too??)