The Arcive of vBulletin Modifications Site. |
|
[TEMPLATE] Add Tourney Link in ur Arcade Menu Details »»
|
|||||||||||||||||||||||||||||
|
[TEMPLATE] Add Tourney Link in ur Arcade Menu
Developer Last Online: Jan 2015
Firs, in your languafe file (inside lang folder)
FIND THIS Code:
); Code:
menu_tourneys => "Tournaments", Second, look for the mod_arcade.php inside the modules folder FIND THIS: Code:
$the_links .= " · <a href='".$ibforums->base_url."act=Arcade&module=league'>".$ibforums->lang['leaderboard']."</a>"; Code:
$the_links .= " · <a href='".$ibforums->base_url."do=viewtournaments'>".$ibforums->lang['menu_tourneys']."</a>"; Well, sure there is an easier way, but I wanted to conserve the lang and module system of its creator. No big deal but someone can find this useful. ![]() Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
![]() |
|
|