Users or teams can join ladders and challenge other players or teams in the ladder. Elo rating system is used which calculates the difficultly of a match according to the players' ranks and this is taken into account when the ranks are updated after the match is finished.
Feature List:
General Features
All pages are XHTML valid
Tournament Features
Hall of Fame (Top 10 Tournament Players)
Permissions can be set per usergroup
(AdminCP -> Usergroups -> Usergroup Manager -> {Select Usergroup} -> Tournament Permissions)
Tournaments start automatically when no slots are left
Tournaments have proper Date/ Time converted to users timezone and DST
3 Tournament Modes: Last Man Standing, Single Elimination, Double Elimination and Round Robin
Filter Tournaments Displayed according to Tournament Status
Tournament User Stats Page
'Start Tournament' for Single Elimination adds bye players and creates brackets
Tournament options
Turn on/off tournament
Create Thread on Tournament Creation
Require check-in before tournaments
Tournament Stats in Member Profile
Tournament Stats in Postbit (Can be turned on/off in Tournament Options)
Comments per page
Tournament description length shown in tournament List
Tournament Display
LMS realtime ranking shows if players are equal positions
Tournament View Counter
Tournament creator and last edited by notes at bottom of tournament
Hi, how do you delete, leave, edit a team? I can't seem find this anywhere. Nevermind, for some reason having SEO urls resulted in half the links not working so I could never see team profiles etc.
what differences between leafues and ladders?
what is Knockout Stage in League?
What is a ladder?
Ladders enable teams/ players to sign up for a ranked table, enabling them to challenge other competitors to improve their ranking. Ladders can either go on indefinitely or can be run for a select time period (e.g. 1 month).
What is a league?
Players/teams sign up for a league, then once ready an admin will start the league and split competitors into groups. Each competitor will play each player/team in their group.
What is the knockout stage of leagues?
Some leagues may have a knockout stage. The knockout stage takes the top 2 players/teams from each group (after all matches have been played) and puts them against each other in the same format as a single elimination tournament. Thus an overall winner of the league is found.
Is it possible to have the teams section put into categories and when creating a team you have to choose a category.
Currently I have xbox, and PS3 teams all lumped together for FIFA, COD, F1 its starting to look a real mess, added to this I also have International teams for FIFA, normal teams.
Also ability for admin to remove a team from a league.
The live match finder only allows for single play can this be enabled for teams also?
I also think the player side could be doing with an overhaul, like stats for players as currently signing up to a team is worthless apart from it says you're a member of that team, it would be great if you could select who played from your clan/squad and input how many kills/goals they scored, or deaths they had or indeed goals they conceded.
$errormessage = '<b>You are only allowed to join ' . $permissions['maxteamjoins'] . ' team(s), but you are currently member of ' . $count_myteams . ' team(s).</b>'."\r\n<br /><ul>"; foreach ($t_array AS $t_teamid => $t_team) { $errormessage .= "\r\n<li>".$t_team['teamname']." <a href="teams.php?do=leaveteam&teamid=".$t_teamid."" onclick="return confirm('".$vbphrase['tmnt_conleaveteam']."')">Leave Team</a></li>"; } $errormessage .= "</ul>\r\n<br /><b>You cannot proceed until you leave some teams.</b>"; $errormessage .= "\r\n<br /><br />If you believe this is an error, please contact an administrator.";
$errormessage = '<b>You are only allowed to join ' . $permissions['maxteamjoins'] . ' team(s), but you are currently member of ' . $count_myteams . ' team(s).</b>'."\r\n<br /><ul>";
foreach ($t_array AS $t_teamid => $t_team)
{
$errormessage .= "\r\n<li>".$t_team['teamname']." <a href="teams.php?do=leaveteam&teamid=".$t_teamid."" onclick="return confirm('".$vbphrase['tmnt_conleaveteam']."')">Leave Team</a></li>";
}
$errormessage .= "</ul>\r\n<br /><b>You cannot proceed until you leave some teams.</b>";
$errormessage .= "\r\n<br /><br />If you believe this is an error, please contact an administrator.";
Is it possible to have the teams section put into categories and when creating a team you have to choose a category.
Currently I have xbox, and PS3 teams all lumped together for FIFA, COD, F1 its starting to look a real mess, added to this I also have International teams for FIFA, normal teams.
Also ability for admin to remove a team from a league.
The live match finder only allows for single play can this be enabled for teams also?
I also think the player side could be doing with an overhaul, like stats for players as currently signing up to a team is worthless apart from it says you're a member of that team, it would be great if you could select who played from your clan/squad and input how many kills/goals they scored, or deaths they had or indeed goals they conceded.
Live match is being supported for teams in next version.
You can select squads for teams and then view stats for challenges selected for.