What version of vBulletin?
Could you also confirm which hook the "vBookie: Add Cash to Postbit" plugin is on and also the code in that plugin.
should be:
Code:
if (($this->registry->options['vbookieactive']) && ($this->registry->options['vbookiecash']=="vCash") && ($this->registry->options['vbookiecashon']))
{
$template_hook[postbit_userinfo_right_after_posts] .= "<dt>".$vbphrase['vbookie_vcash']."</dt> <dd>".$post['vbookie_cash']."</dd>";
}