kyle
Customer
You should probably edit the template to change that sentence - it wont load the amount you have because of the multiple currency issue I said above. It got halbucks from the phrase for vCash you are using. Ignore the amount it says and try placing your bet anyway.
I was unaware they added vBCredits as an option - in any case it should say Custom so that vbcredits handles the multiple currency functionality. The "Currency Amount" setting is for applying effectively fees or bonuses if you set the event to charging or not respectively.
Okay, my question is along the lines of what you mentioned. Just got back into vbcredits II deluxe lite after removing the old vbcredits and have so far got everything working. Now setting up vbookie with the actionset. So far so good.
Now when you look at a bet created with vbookie right below where it says "This event will pay out after 09-25-2010 at 05:00 AM" you get this:
You have 1 chip and have placed 0 bet(s) on this Event.
You may bet more than once on this Event.
(Edited the phrase vbookie_may_bet - cash to chip)
This is the code from vbookie events table for the above:
<div class="blockrow" align="center">
<div class="blockbody" style="width:{vb:stylevar form_maxWidth}" align="left">
<div align="center">{vb:rawphrase vbookie_may_bet{vb:raw user_cash},{vb:raw user_n_bets_placed}}<br />
{vb:raw maybet_times}
</div>
We have a currency of chips set up for bets, using credits_chips for the column. Is there any way to be able to pull the chip amount so it would display here - {vb:raw user_cash}
I can just remove this if not possible as the users will have their amounts in the postbit display but just wanted to ask first if this could be done.
Hope this made sense.