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
How can i modify on the brackets the size of the box under each round to add some informations about the map and gametype ?? look at the image i attached.
Also, how can i delete and also edit categories??
If you open up includes/functions_tll_brackets.php and find line 60:
$hd_height = 40;
This is the pixel height of the header you are referring to.
-----------------
To edit categories, go to yoursite.com/forums/competitions.php?do=categories
(There are also links in the navbar and left hand side menu.
Have the following issues:
1. Errors at top of pages
2. Mobile style always showing
I've updated to newest version vbulletin 4.2.2 as well as newest version of this modification 6.3.2 -- How can I fix the errors and stop the mobile style from showing when browsing via PC?
I'm having the same issue as JacquiiDesigns a couple posts above. I have a newly upgraded vb4.2.2, after creating a category and going to the Ladder or League page for that category I get the below PHP warning:
Code:
Warning: Only variables should be passed by reference in ..../ladders.php on line 3622
I've also been unable to get the banner to load. I've tried setting just the URL (http://www.example.com/image.jpg) and HTML like so:
Code:
<img src="http://www.example.com/image.jpg" />
but nothing works, it just posts it as plain text on the page.
I've gone through all of the settings in admincp and don't see anything related to either issue. Am I missing something? Any help is much appreciated. I'll keep trying to determine the issue.
Edit: I forgot to mention that I'm not sure if I'm being limited to a template or not as I only have the option for my installed template and the mobile, which just loads a white page with the PHP warnings. I'm not sure if this is caused by this issue or not.
Edit2: I'm now also getting the following error messages on the category view itself:
Code:
Warning: Only variables should be passed by reference in ..../competitions.php on line 2661
Warning: Only variables should be passed by reference in ..../competitions.php on line 2664
As an FYI - I think the issue Bestrafung and I have experience may be a php 5.4 compatibility issue.
Can anyone confirm if they have this modifcation working on a vB 4.2.2 board running php 5.4?
As an FYI - I think the issue Bestrafung and I have experience may be a php 5.4 compatibility issue.
Can anyone confirm if they have this modifcation working on a vB 4.2.2 board running php 5.4?
Thanks!
J.
PHP5.4 changed error reporting a little. VB used to only report errors and not warnings, the way PHP error reporting changed now all warnings are reported. There's an option buried in the options for VB4.2.2 to enable PHP compatibility mode. Do that and everything works again. You can check out the post on the vbulletin.com forum for more info. I want to thank bananalive for helping me troubleshoot and attempt to patch the issue. If I'd done some reading on the official forums sooner I'd have seen it was an issue with VB and not the mod.