For starters
open template blog_postbit_entries_link
REPLACE ALL WITH
Code:
<div class="eti_postbit">
{vb:rawphrase blog_entries} : <a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a>
</div>
--------------- Added [DATE]1360463392[/DATE] at [TIME]1360463392[/TIME] ---------------
Then go to
AdminCP->Plugins and Products->Plugin Manager->
edit the file with the
Title: vBookie: Add Cash to Postbit
Hook Location: postbit_display_complete
REPLACE ALL WITH
Code:
if (($this->registry->options['vbookieactive']) && ($this->registry->options['vbookiecash']=="vCash") && ($this->registry->options['vbookiecashon']))
{
$template_hook[postbit_userinfo_right_after_posts] .= "<div class='eti_postbit'>" . $vbphrase['vbookie_vcash'] . " : " . $post['vbookie_cash'] . "</div>";
}