Quote:
Originally Posted by nhawk
I can't duplicate this. Can you post all of the settings for your raffle and the raffle system itself?
What shows in the the vBcredits log for the transaction?
The deduction is a vBCredits function. In raffle.php, locate this code near the end php file and be sure it's identical to what is shown..
Code:
case 2:
VBCREDITS::action('adjust', intval($vbulletin->userinfo['userid']), null, false, array('message' => $vbphrase['raffle_vbcredit_log'], 'currencyid' => $vbulletin->options['raffle_vbcredit_currency'], 'multiplier' => -(intval($cost * $usetickets))));
break;
|
Fixed it cheers.. i had a small setting wrong.
Is there a vbadvanced block for this?
Cheers