OK - To fix, replace the entire
vBookie: Add Cash to Postbit contents plugin with:
PHP 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>";
}