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 .= " · <a href='".$ibforums->base_url."act=Arcade&module=league'>".$ibforums->lang['leaderboard']."</a>";
After that add:
$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.:)
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 .= " · <a href='".$ibforums->base_url."act=Arcade&module=league'>".$ibforums->lang['leaderboard']."</a>";
After that add:
$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.:)