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
I deleted a tournament but it still shows in the hall of fame the scores from that tourney. ie the player who won still shows the win and all the players have +1 in tourney's entered. How would i go about deleting those entries, which tables would i need to edit to remove those?
Any help would be appreciated.
Also it is not possible to edit the tournement comments it saves the original comment, not the edited version, i think i have all the correct permissions.
EDIT: im actually trying to edit someone elses comment, i am admin/owner of the forum, altho i cant even edit my own comments.
I deleted a tournament but it still shows in the hall of fame the scores from that tourney. ie the player who won still shows the win and all the players have +1 in tourney's entered. How would i go about deleting those entries, which tables would i need to edit to remove those?
Any help would be appreciated.
Also it is not possible to edit the tournement comments it saves the original comment, not the edited version, i think i have all the correct permissions.
EDIT: im actually trying to edit someone elses comment, i am admin/owner of the forum, altho i cant even edit my own comments.
The HOF is based of number of wins, according to the user table. Columns tmnt_wins, tmnt_joins
The comment issue is to do with the WYSIWYG editor, but will be fixed in v4.2.7+
I'm liking the new top navigation and rules tab. However, I can't seem to figure out how to edit the Rules tab with the top navigation enabled. Is it possible or do I have to enable the sidebar for now to edit it?
Also, will we be able to edit the rules for each ladder or tournament to fit that event? or Does this show up the same for all events?
I'm liking the new top navigation and rules tab. However, I can't seem to figure out how to edit the Rules tab with the top navigation enabled. Is it possible or do I have to enable the sidebar for now to edit it?
Also, will we be able to edit the rules for each ladder or tournament to fit that event? or Does this show up the same for all events?
If you look at the main navbar at the top, Rules is second from the left. Once you click that, you can click 'Edit'. Attachment 126299
The rules tab is the same for all ladders and all tournaments.
Hi all, thanks bananalive for this mod. I'm using version 4.2.5.
I have a little problem with the error message when double elimination is created with more of 8 players.
The error is in tournaments.php, is this:
Code:
if ($tmnt['noplayers']>8 && $tmnt['type']=='de')
{
print_r('<font size="+2" color="red">Error!!! Double Elimination tournaments are in Beta and so only support up to 8 players!!!</font>');
}
Show me the message outside template (in the top) and this deform my forums structure, could like place this message into the template?