Quote:
Originally Posted by Foxsake
Hi does anyone know how to adjust the Number of outcomes in a new event? (its set at 2 originally)
I know you can add more as you wish then press the update button.
But wondered if i could have the default as 3 in place of 2?
Cheers for any help or advice
|
Look in vbookie.php, around line number 1360 for this code:
PHP Code:
if ($vbulletin->GPC['vbookieeventoptions'] < 2)
{
$vbulletin->GPC['vbookieeventoptions'] = 2;
}
Change the 2 to 3 in both lines and you'll have it default to 3 outcomes instead of two.