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
When clicking on 'more matches' on the upcoming matches tab in a league, i get the following errors:
Quote:
Warning
Quote:
: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 20
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 43
Warning: Invalid argument supplied for foreach() in [path]/includes/init.php(331) : eval()'d code on line 83
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_top.php on line 773
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/vba_cmps_include_top.php on line 773
Also, the option to display a user field next to a player username does not seem to be working. If i add {usertext} it displays the linked username next to their username fine (in other words their username twice), however if i put {field5} is shows nothing.
My users are having trouble locating some of the "Join" buttons or "Join Ladder" links. Is there a template that I can edit somewhere? I know how to adjust everything, I just can't find the template.
Found the templates... Every time I attempt to edit them.. I get these.
Template: tmnt_ladder_display
"vBulletin Message
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."
"This template was changed by someone else while you were editing it. Your changes have not been saved. Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved."
I re-ad the changes and attempt to save again, same thing. Are we not allowed to edit this or something?
Hi Banana I have a question.
We started our league and in the league options we set up 14 rounds. The 14 rounds are within the start and end date. The problem that we see is when we view the upcoming matches the filter drop down is only showing 12 rounds. Does this mean the league will only have 12 rounds to play or is the viewing only limited to the first 12?
<label for="checkin">Require Competitors to Check-in</label><div><select name="checkin" id="checkin"><option value="0"{vb:raw tmnt.sel.checkin.0}>No Check-in Required</option><option value="600" {vb:raw tmnt.sel.checkin.600}>10 minutes before tournament starts</option><option value="1200" {vb:raw tmnt.sel.checkin.1200}>20 minutes before tournament starts</option><option value="1800" {vb:raw tmnt.sel.checkin.1800}>30 minutes before tournament starts</option><option value="3600" {vb:raw tmnt.sel.checkin.3600}>1 hour before tournament starts</option><option value="7200" {vb:raw tmnt.sel.checkin.7200}>2 hour before tournament starts</option></select></div><p class="description">This requires players to check in here before tournament, otherwise they will be removed from the tournament.</p>
When clicking on 'more matches' on the upcoming matches tab in a league, i get the following errors:
The file includes/vba_cmps_include_top.php is not related to this modification.
Quote:
Also, the option to display a user field next to a player username does not seem to be working. If i add {usertext} it displays the linked username next to their username fine (in other words their username twice), however if i put {field5} is shows nothing.
Found the templates... Every time I attempt to edit them.. I get these.
Template: tmnt_ladder_display
"vBulletin Message
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."
"This template was changed by someone else while you were editing it. Your changes have not been saved. Please merge your changes from the lower editor into the current version in the upper editor. When you save this page, only what is in the upper editor will be saved."
I re-ad the changes and attempt to save again, same thing. Are we not allowed to edit this or something?
Be careful that you have the whole condition starting <vb:if condition="... until </vb:if> otherwise this error will occur
Hi Banana I have a question.
We started our league and in the league options we set up 14 rounds. The 14 rounds are within the start and end date. The problem that we see is when we view the upcoming matches the filter drop down is only showing 12 rounds. Does this mean the league will only have 12 rounds to play or is the viewing only limited to the first 12?
Another issue I forgot to mention. Before the update, the auto complete function adding players to tournaments was working, but now it does not work. Do you have idea why it could be?