Quote:
Originally Posted by OttawaGolf
Request to please add a way to control the landing page selection.
Currently lands at competitions.php?
I'd like to be able to have it land at competitions.php?c=3
That would be awesome!
Nice mod BTW :-)
|
Open competitions.php
Find line 2798
PHP Code:
$c = $vbulletin->input->clean_gpc('g', 'c', TYPE_UINT);
Add
below
PHP Code:
if (!$c)
{
$c = 3;
}
Save competitions.php