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
$countteam = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "tmnt_ladder_players WHERE lid=$lid AND userid=$u2 AND pot=1");
Replace with
PHP Code:
$countteam = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "tmnt_ladder_players WHERE lid=$lid AND userid=$u2");
I updated the software to the latest version today BEFORE seeing this reply and I'm not finding the code listed to replace on line 2335.
Line 2397 looks to be the culprit, and fixed the problem.
1 Player Image shows up as text/url path only.? (also not a big deal as im sure it'll fix itself, but when you hover it creates issue #3)
2 Buttons too wide or start too late to fit in one row.? Can i edit the text on the buttons to make them shorter, or why does the 1st "edit" button start so far to the right.?
3 Shifts off the page. (i imagine it will fix itself with Issue #1)
Quote:
Originally Posted by bananalive
1. it should be a link - have you edited any of tournament templates
2. fixed in next version
3. You can use the vBulletin Options -> Tournament and Ladder Options -> 'Ladder Columns Abbreviations' for smaller width forums
1. No, i don't remember editing any tournament templates (can i just disable "Player Image")
2. Perfect
3. I don't see any option to abbreviate column titles.? (if thats what you mean, but i'm sure when i figure out #1 this wont be an issue)
Quote:
Originally Posted by Hummell
I think this might be the single greatest mod ever made.
I use the ladders for FIFA games mainly. Members can play each other say 3/4 times on the bounce. This means that they have to say put one challenge through then let the other member accept then submit result. They have to repeat this 4/5 times.
Is it possible to have it so more than one challenge can be sent at a time? so this process is made quicker?
Also as regards the leagues. is it also possible to link results to a ladder. So say if a member wins a league game it is also added to his/her ladder ranking?
Also as regards the leagues. is it also possible to link results to a ladder. So say if a member wins a league game it is also added to his/her ladder ranking?