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
Ok. I think I might just be an idiot here. But we are setting up Ladders and the like over at TacticalGamer.com
We have teams set up and they are joining the ladders, but when they try to challenge another team they get "This team isn't in this ladder" (yes, they are challenging teams listed in that ladder)
I have tried looking in the comments here, but I can't find anything related to the problem we have. Any help would be awesome.
#1 Player Image shows up as text 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)
I installed this mod and it messed up my forums completely my forum only show words and one image its completely messed up. So I uninstalled it and it hasn't fixed the problem...
I installed this mod and it messed up my forums completely my forum only show words and one image its completely messed up. So I uninstalled it and it hasn't fixed the problem...
That is caused by the modification, which forces user to view a thread, not this modification. That force thread modification is running on css.php so the css is not being fetched, until the thread is read.
Ok. I think I might just be an idiot here. But we are setting up Ladders and the like over at TacticalGamer.com
We have teams set up and they are joining the ladders, but when they try to challenge another team they get "This team isn't in this ladder" (yes, they are challenging teams listed in that ladder)
I have tried looking in the comments here, but I can't find anything related to the problem we have. Any help would be awesome.
Find in ladders.php line 2335
PHP Code:
$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");
#1 Player Image shows up as text 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)
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