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
Is there a way to change the color of the brackets?
My forum is of dark colors, so the brackets can't be seen and I would like to change them from the black color to white or something like that.
I didn't read through all posts and dunno if somone already posted this suggestion but it would be nice to have simple betting system, just to keep forum members interested. Like they have 50 points and they are betting on games with points. If their credit is empty they can just restart points.
Anyway, with or w/o this suggestion i think i'm going to buy pro version. It's great mod.
Is there a way to change the color of the brackets?
My forum is of dark colors, so the brackets can't be seen and I would like to change them from the black color to white or something like that.
Hello, is it possible to display the "categorised" Tournaments, Ladders & Leagues also in the "Uncategorised" Tournaments, Ladders & Leagues box ? this because if i'm on the master category page seems that's there weren't any tournaments/ladder/league if all of these are "categorised"
Nope, but the number of tournaments/ladders/etc. should display on right hand side of category.
If you have no uncategorised tournaments/ladders/leagues, then it should only display categories.
Also, the sign up as reserve button at the bottom of the page of the tournament when the tournament is full. Can that be moved to the top of the page like the "Join Tournament" button is when still accepting slots? Not everyone will see that little button.
Also, if you check 'allow reserves' and the tournament isn't full, it will block new sign ups even though the tournament was 32 of 64.
Fixed for next version.
Or manual fix
Find line 5048 of tournaments.php
PHP Code:
if ($showcomps && $tmnt['allowreserves'])
Replace with
PHP Code:
if ($showcomps && $tmnt['allowreserves'] && $tmnt['freeslots']==0)