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
There still seems to be some built in maximum number of participants in certain tournament types which we are unable to change? For example, it says "8" is the max players for double elimination. For a tournament that may have many more, is there a way to change this, or is it a limitation of the coding? Really nice system but if the limits are soo small it seems that using an outside bracket system would be better.
Is there a way to change the default sort of tournaments? Right now it defaults to "Name", I'd like it to sort by "Status" so that tournaments that are open and need players lists first.
Would be cool if that was color coded or broken down by section.
Find in tournaments.php
PHP Code:
if (!in_array($sort, $allsorts))
{
$sort = 'id';
}
Replace with
PHP Code:
if (!in_array($sort, $allsorts))
{
$sort = 'status';
}
Every time I try to change either tmnt_ladder_display or tmnt_ladder_chll templates, there may be others I get " The following error occurred when attempting to evaluate this template:
Could not find phrase 'too_many_attributes'.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. "
I mean all I want to do is change a few or your images to a different text. In the code below, in the example below I simply type hi before the image tag and it want even save.
I am wondering if your file was imported with an error and there is a new version?
Am having some problems i cannot seem to set the boxes the same way you have it in this picture the announcment is only scrolling bar on the top is there a way to make it the same as you have it here
i have tried to set them from the front page and couldn't manage to fix it can you help me thanks
Awesome man, now a question, any chance to create a block html with rankings, ladders o something, reflecting the results and embed in others websites?
vB Tournaments, Ladders & Leagues Manager v5.3.3 Premium & Lite Released - Swap Teams for Tournaments
- New Brackets Scores for Single Elimination Tournaments (Premium Only)
- Competitions Activity Feed (HTML & RSS supported)
- Bug fix for vBulletin v4.1.10
how do you use the feed feature? is it premium only?