Quote:
Originally Posted by Delilahs
AA_
When we display 'Total Rankings' can you do it so we can select that the current month is the default list?
cheer. 
|
find in vbsoccer.php:
PHP Code:
$ymlimit = $dt->format('Y-m-t 23:59:59');
add this below:
PHP Code:
if (empty($vbulletin->GPC['year'])
AND empty($vbulletin->GPC['month']))
{
$vbulletin->GPC['month'] = $dt->format('n');
}
btw: good idea