The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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. |
#2
|
|||
|
|||
![]()
anyone?
|
#3
|
|||
|
|||
![]()
I'd also like to know how to do this.
|
#4
|
|||
|
|||
![]()
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; Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> Code:
<div>vCash: $bbuserinfo[vbookie_cash]</div></if> Hopefully this will help others. |
#5
|
|||
|
|||
![]()
You might want to add this also in the postbit_legacy.
|
#6
|
|||
|
|||
![]()
Thanks, been searching all over for this.
|
#7
|
|||
|
|||
![]()
Your missing the <if piece of code. It wont work without it..
Add this Code:
<if condition="$post['vbookiecashon']"><div>vCash: $bbuserinfo[vbookie_cash]</div></if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|