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 |
#592
|
|||
|
|||
Would it be possible to make some widgets/blocks for the frontpage of the cms?
Some ex: 1. Top 10 rank (ladder) 2. Hall of fame 3. Matchfinde (for easy access) 3. Latest ladder/tournaments Still best VB mod ever :-) |
#593
|
|||
|
|||
Elo Rating will be changing for v4.2.8
It's now much simpler, just using the formula: Rating Change = K-factor * ( Result – Expected Result ) Result being substitute by 1 for win, 0.5 for draw or 0 for loss. Expected Result Table - based on current ranks of players/teams Rating Difference | Stronger Player | Weaker Player 0 0.50 0.50 25 0.53 0.47 50 0.57 0.43 100 0.64 0.36 150 0.70 0.30 200 0.76 0.24 250 0.81 0.19 300 0.85 0.15 350 0.89 0.11 400+ 0.92 0.08 The Elo Rating Calculator will also be updated to use the new formula so that users can see how their score will be affected by different results. |
#594
|
|||
|
|||
Nice :-)
This is very close to what they use on gamebattles and like the old formula posted earlier i guess... |
#595
|
|||
|
|||
vBulletin 4.1.1 / Tournaments & Ladders Manager v4.2.8
Bugs: 1. In Announcement: Attachment 126454 2. In Tournament Attachment 126455 3. In Ladder Attachment 126456 4. In Ladder Attachment 126457 5. In Ladder Attachment 126458 6. In Team Attachment 126459 |
#596
|
|||
|
|||
Quote:
|
#597
|
|||
|
|||
Mozilla Firefox 3.6.13
|
#598
|
|||
|
|||
Great product.
Do the competitors necessarily have to be users of the forum? Or could they be merely strings of text and the mod be used for visual purposes only? Thanks. |
#599
|
|||
|
|||
Please make Words => in the phrase:
Line 3854: HTML Code:
<label for="u2">Opponent</label> Line 3866: HTML Code:
<label for="u"><vb:if condition="$ladder['pot']">Your Team<vb:else />Challenger</vb:if></label> Line 5934 - 5938: HTML Code:
<tr><td class="blocksubhead">Tournament Display Options</td></tr> <tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&order={vb:var order}&sort={vb:var sort}">Show All Tournaments</a></td></tr> <tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&order={vb:var order}&sort={vb:var sort}&filter=1">Show Tournaments Awaiting Players Only</a></td></tr> <tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&order={vb:var order}&sort={vb:var sort}&filter=2">Show Tournaments In Progress Only</a></td></tr> <tr><td class="vbmenu_option"><a href="tournaments.php?c={vb:var c}&order={vb:var order}&sort={vb:var sort}&filter=3">Show Finished Tournaments Only</a></td></tr> Line 5956 - 5959: HTML Code:
<option value="">All</option> <option value="LMS" {vb:raw selected.type.LMS}>{vb:rawphrase tmnt_lms}</option> <option value="1v1" {vb:raw selected.type.1v1}>{vb:rawphrase tmnt_1v1}</option> <option value="de" {vb:raw selected.type.de}>{vb:rawphrase tmnt_de}</option> Line 5962 - 5962: HTML Code:
<option value="0" {vb:raw selected.filter.0}>Tournaments</option> <option value="1" {vb:raw selected.filter.1}>Tournaments Awaiting Players</option> <option value="2" {vb:raw selected.filter.2}>Tournaments In Progress</option> <option value="3" {vb:raw selected.filter.3}>Finished Tournaments</option> Line 3767 - 3770: HTML Code:
<div class="blocksubhead" style="font-weight: normal">For Score: <i>Player A</i> <b>{vb:raw score_u}</b> - <b>{vb:raw score_u2}</b> <i>Player B</i> <br /> <i>Player A</i>'s rank will go from <b>{vb:raw rank_u}</b> to <b>{vb:raw newrank_u}</b>. {vb:raw e.e_u}<br /> <i>Player B</i>'s rank will go from <b>{vb:raw rank_u2}</b> to <b>{vb:raw newrank_u2}</b>. {vb:raw e.e_u2}<br /><br /> Try altering the starting elo ratings and scores below and then click Submit to see the effect. </div> Line 3777 - 3778: HTML Code:
<b>Player A</b><br /><br /> Starting Elo Rating:<br /> Line 3780 and 3788: HTML Code:
Score:<br />
Line 3785 - 3786: HTML Code:
<b>Player B</b><br /><br /> Starting Elo Rating:<br /> Line 3812: HTML Code:
<label for="teamid">Select the team you want to enter</label> |
#600
|
|||
|
|||
|
#601
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|