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 |
#2072
|
||||
|
||||
Quote:
I think I've got the issue sorted now! Have a great night J. |
#2073
|
|||
|
|||
Have you imported the product file?
|
#2074
|
|||
|
|||
Quote:
Find in template tmnt_ladder_cmpt Code:
<vb:if condition="in_array('matches', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.matches}</td> </vb:if> <vb:if condition="in_array('points', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}"><vb:if condition="$ladder['pos_points']">{vb:raw cmpt.points}<vb:else />{vb:raw cmpt.totalpoints}:{vb:raw cmpt.pointsagainst}</vb:if></td> </vb:if> <vb:if condition="in_array('pointsdifference', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsdifference}</td> </vb:if> <vb:if condition="in_array('wins', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.wins}</td> </vb:if> <vb:if condition="in_array('draws', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.draws}</td> </vb:if> <vb:if condition="in_array('losses', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.loses}</td> </vb:if> <vb:if condition="in_array('totalpoints', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.totalpoints}</td> </vb:if> <vb:if condition="in_array('pointsagainst', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsagainst}</td> </vb:if> <vb:if condition="in_array('streak', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw streak}</td> </vb:if> <vb:if condition="in_array('xp', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell;<vb:if condition="!$vboptions['tmnt_elorating']"> font-weight: bold;</vb:if> {vb:raw cmpt.css}">{vb:raw cmpt.xp}</td> </vb:if> Code:
<vb:if condition="in_array('matches', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.matches}</td> </vb:if> <vb:if condition="in_array('points', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}"><vb:if condition="$ladder['pos_points']">{vb:raw cmpt.points}<vb:else />{vb:raw cmpt.totalpoints}:{vb:raw cmpt.pointsagainst}</vb:if></td> </vb:if> <vb:if condition="in_array('wins', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.wins}</td> </vb:if> <vb:if condition="in_array('draws', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.draws}</td> </vb:if> <vb:if condition="in_array('losses', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.loses}</td> </vb:if> <vb:if condition="in_array('totalpoints', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.totalpoints}</td> </vb:if> <vb:if condition="in_array('pointsagainst', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsagainst}</td> </vb:if> <vb:if condition="in_array('pointsdifference', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow alt2" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw cmpt.pointsdifference}</td> </vb:if> <vb:if condition="in_array('streak', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell; {vb:raw cmpt.css}">{vb:raw streak}</td> </vb:if> <vb:if condition="in_array('xp', $vboptions['tmnt_ladder_columns'])"> <td class="blockrow" style="text-align: center; display: table-cell;<vb:if condition="!$vboptions['tmnt_elorating']"> font-weight: bold;</vb:if> {vb:raw cmpt.css}">{vb:raw cmpt.xp}</td> </vb:if> |
#2075
|
|||
|
|||
I have a question for Banana... as I did a bit of searching and couldn't really seem to find the answer.
I'm attempting to create a league for a specific online video-game, in which the game would be played similar to a football season. Teams would be separated into specific divisions, a regular season of a determined amount of games would be played, and than it would lead into a playoff bracket. Is this possible with this script? |
#2076
|
|||
|
|||
thank you , nice plugin...
|
#2077
|
||||
|
||||
Quote:
Warning: Invalid argument supplied for foreach() in [path]/includes/functions.php on line 3822 vBulletin Message The following error occurred when attempting to evaluate this template: %1$s 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. |
#2078
|
|||
|
|||
Hi,
I've been using banana live vb tournament mod and I encountered some problems. REPORTING ERRORS: When activating password for leagues and ladders I get the following error when trying to insert the password to join the league/ladder: Not Found The requested document was not found on this server. Web Server at @domain_name@ ------------------------------------ There is no way to report results on a Double Elimination tournament bracket. Also, in double elimination tournaments is not possible to revert results when you give victory for the wrong team, for example. |
#2079
|
|||
|
|||
How can i add images to the tournaments Rules?
|
#2080
|
|||
|
|||
AdminCP -> Settings -> Options -> BB Code Settings -> Allow [IMG] Code in Non Forum Specific Areas -> YES
|
#2081
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|