Quote:
Originally Posted by Chris11987
I want to make the file twice and have one name tournament and one named ladder. Simple enough, but where would I go to edit the url for things like "tournament.php&do=__________"? Is that inside the tournament.php file?
|
tournament.php?do=X
PHP Code:
if ($_REQUEST['do'] == 'X') {
//code here
}
Quote:
Originally Posted by Chris11987
Also, where it says "Forums > Tournaments > Ladders" in the navbar, how would I make it so it doesn't say "Tournaments" when I'm on a ladders page.
|
Remove from each ladder page.
PHP Code:
'tournament.php' . $vbulletin->session->vars['sessionurl_q'] => $vbphrase['tmnts']
Bu I would recommend you just changing $vbphrase['tmnts'] to your own custom phrase $vbphrase['customphrasename']