Log in

View Full Version : vCash in postbit?


Cooleyvol
04-12-2007, 03:40 PM
I use vBookie with vCash and have it checked to show vCash total in postbits for each user. However, it doesn't.

Is there another place that I have to go in order for this to work?

Also, has a new feature been established that will let you reset vCash totals for all users? I run a betting competition during our online season, but need to reset each season so we all start equal again. The only way I've found is to delete all the vBookie threads from the past season from our forums.

Thanks in advance as I've searched and found nothing.

Cooleyvol
04-13-2007, 11:31 PM
anyone?

Bacon Butty
06-07-2007, 09:44 AM
I'd also like to know how to do this.

Bacon Butty
07-12-2007, 10:06 AM
Just discovered how to do this so putting it up in case it helps anyone else.

What I did to get vCash displayed in the post bit is;

Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Postbit Templates -> Edit 'Postbit'.

Search for;

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

After add;

<div>vCash: $bbuserinfo[vbookie_cash]</div></if>


This added users vCash amount under their post count.

Hopefully this will help others.

G0F0RBR0KE
07-12-2007, 10:07 AM
You might want to add this also in the postbit_legacy.

abmm
12-13-2007, 05:28 PM
Thanks, been searching all over for this.

ti07shadow
04-30-2008, 07:19 PM
Your missing the <if piece of code. It wont work without it..


Add this

<if condition="$post['vbookiecashon']"><div>vCash: $bbuserinfo[vbookie_cash]</div></if>