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 have an issue. After the installation of seemingly unrelated other mods, the admin/mod functions no longer appear in the navigation menu. It has something to do with the conditionals:
Code:
<vb:if condition="$tmntp[
that $tmntp doesn't seem to be recognized anymore. Thoughts?
The other mod, is probably using the same php variable $tmntp.
Is anyone else having this problem, or just me? If someone could confirm that you can add LMS scores in this version of the mod by double clicking in the score column it would be appreciated.
I have had no issues with the mod thus far, but all of a sudden today I cannot edit the rules. Every time I try to "save changes" it just warns me about leaving the page and if I'm sure I want to since it won't save the changes.
I tried reuploading everything but still I cannot edit the rules.
I am running it on my forum - is there a way of changing the 'Total Points', 'Points Conceded' and 'XP' to something like 'Goals for', 'Goals against' and 'Points'?
I tried to install this mod, but after trying to get into the "Competition" I've got this massage:
Database error in vBulletin 4.1.6:
Invalid SQL:
SELECT cats.*, COUNT(DISTINCT tmnts.id) AS counttmnts, COUNT(DISTINCT ladders.id) AS countladders, COUNT(DISTINCT leagues.id) AS countleagues, pcat.title AS categorytitle2, pcat.title AS parenttitle
FROM vb_tmnt_categories AS cats
LEFT JOIN vb_tmnt_categories AS pcat
ON (cats.parentid = pcat.catid)
LEFT OUTER JOIN vb_tmnt_tmnts AS tmnts
ON (cats.catid = tmnts.catid)
LEFT OUTER JOIN vb_tmnt_ladders AS ladders
ON (cats.catid = ladders.catid AND ladders.league = 0)
LEFT OUTER JOIN vb_tmnt_ladders AS leagues
ON (cats.catid = leagues.catid AND leagues.league > 0)
GROUP BY cats.catid
ORDER BY cats.parentid DESC, cats.displayorder ASC, cats.title ASC;
MySQL Error : Table 'wrestlin_forum.vb_tmnt_categories' doesn't exist
Error Number : 1146
Classname : vB_Database
MySQL Version : 5.5.11
Does anyone of you know how to resolve this problem ?