Quote:
Originally Posted by Steelersfan
Any chance that when viewing an even to bet on it can show the amount you have to bet with?
|
You can edit the
vbookie_event_table and search for
Code:
<div class="blocksubhead" align="center"><b>
{vb:rawphrase vbookie_this_event_will_pay_out_after} {vb:raw eventinfo.payafter_date} at {vb:raw eventinfo.payafter_time}
</b></div>
and add the fopllowing below it:
Code:
<div class="blocksubhead" align="center"><b>
You have {vb:raw user_cash} vCash to spend.
</b></div>