The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Tournaments, Ladders & Leagues Manager v4.x Details »» | |||||||||||||||||||||||||||||||
Tournaments, Ladders & Leagues Manager v4.x
Developer Last Online: Nov 2023
Code:
Modification Description This modification allows you to manage tournaments and ladders on your forum. It provides interactibility both for forum members and forum admin.Tournament Types:
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:
** Don't forgot to click Mark as Installed ** Download Now
Show Your Support
|
14 благодарности(ей) от: | ||
BCP Hung, champendk, CharlieDelta, EBZ2010, fulger, GreyGhost, legiondadon, Lord. Dela, Omranic, pwnedPRO, sharif_aly, stwan, UPElvin |
Comments |
#1182
|
|||
|
|||
I get this error when saving 'Front Page Banners'
Quote:
|
#1183
|
|||
|
|||
Quote:
Alot of us are stuck on 3.8 with this amazing system. Have over 140 tournaments on my site. Would really need an ported version for 3.8 and i would happily donate to you $50 if you happen to do it, and im sure there are many out there who would do the same too |
#1184
|
|||
|
|||
I think im missing something but how do I create a ladder/league/tournament catagories?
|
#1185
|
|||
|
|||
Dumb question is there a readme thing thats tells me what is what on here? For example what does groups represent in the Leagues?
|
#1186
|
|||
|
|||
Got what I asked before but how do I edit a ladders rules? I see nothing to allow me to do this? When I edit a ladder the only thing I can write is the description
|
#1187
|
|||
|
|||
Also how to I even add myself to a ladder, I feel something is missing from my install as this stuff isnt obvious at all
|
#1188
|
|||
|
|||
Quote:
Code:
show tables like 'tmnt%' I looked and found the create statements in product-tournament2008.xml they use the syntax create table blah () Type=MyISAM -- this failed--no longer supported by mysql. I changed all of these to Engine=MyISAM and the install created all the tables successfully. from mysql: http://dev.mysql.com/doc/refman/5.1/...ate-table.html Quote:
Code:
show tables like 'tmnt%' Tables_in_forum (tmnt%) -------------------------- tmnt_activity tmnt_announcements tmnt_banners tmnt_categories tmnt_comments tmnt_ladder_games tmnt_ladder_mcs tmnt_ladder_players tmnt_ladders tmnt_members tmnt_players tmnt_rules tmnt_teams tmnt_tmnts |
#1189
|
|||
|
|||
DB error when going to the tournaments and ladders mod
Code:
Database error in vBulletin 4.1.8: 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 NCe_tmnt_categories AS cats LEFT JOIN NCe_tmnt_categories AS pcat ON (cats.parentid = pcat.catid) LEFT OUTER JOIN NCe_tmnt_tmnts AS tmnts ON (cats.catid = tmnts.catid) LEFT OUTER JOIN NCe_tmnt_ladders AS ladders ON (cats.catid = ladders.catid AND ladders.league = 0) LEFT OUTER JOIN NCe_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 'forum.nce_tmnt_categories' doesn't exist Error Number : 1146 Request Date : Wednesday, November 30th 2011 @ 11:21:33 PM Error Date : Wednesday, November 30th 2011 @ 11:21:33 PM Script : http://localhost/vbulletin/competitions.php Referrer : http://localhost/vbulletin/content.php IP Address : 127.0.0.1 Username : owning Classname : vB_Database MySQL Version : 5.5.8 Stack Trace: #0 vB_Database->halt() called in [path]\includes\class_core.php on line 423 #1 vB_Database->execute_query() called in [path]\includes\class_core.php on line 456 #2 vB_Database->query_read() called in [path]\includes\functions_tal.php on line 1442 #3 build_tll_catcache() called in [path]\includes\functions_tal.php on line 133 #4 require_once([path]\includes\functions_tal.php) called in [path]\competitions.php on line 107 |
#1190
|
|||
|
|||
I have a problem in which when I try to add someone into the ladder, it is using his old username. For example, I use to have "abc123" and "abc" as members. Then, I change "abc" username into "xyz". When I try to add a player into username and I enter "abc" in the field, it keeps finding my old username, which is now "xyz" and add it into the ladder?
I hope my explanation is clear enough. Thank you. |
#1191
|
|||
|
|||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|