PDA

View Full Version : [TEMPLATE] Add Tourney Link in ur Arcade Menu


Arved Yagami
05-01-2006, 12:49 PM
Firs, in your languafe file (inside lang folder)

FIND THIS

);

BEFORE THAT ADD THIS LINE

menu_tourneys => "Tournaments",


Second, look for the mod_arcade.php inside the modules folder

FIND THIS:

$the_links .= "&nbsp;&nbsp;&middot;&nbsp;&nbsp;<a href='".$ibforums->base_url."act=Arcade&amp;module=league'>".$ibforums->lang['leaderboard']."</a>";

After that add:

$the_links .= "&nbsp;&nbsp;&middot;&nbsp;&nbsp;<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.:)