The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Tournaments & Ladders Details »» | |||||||||||||||||||||||||||||||||||||||||||||
Tournament Description: Users or teams can join tournaments. Once full the tournament starts. In single elimination tournaments competitors progress through rounds of tournament with the number of rounds depending on the number of players in tournament which is set on tournament creation. Last Man Standing Tournaments also supported. [Screenshot of Single Elimination Tournament (Slightly outdated)] Ladder Description: Users or teams can also 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:
Download Now
Screenshots
Show Your Support
|
Comments |
#1012
|
||||
|
||||
Here is my suggestion to fix the problem with the Ranking, Recent matches, Upcoming Matches that is causing the page to skew off the right.
tmnt_ladder_display Code:
<div class="vbmenu_popup" id="laddertools_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">$vbphrase[ladder_tools]</td></tr> <if condition="$canjoinladder AND !$comper"> <tr><td class="vbmenu_option"><a href="competitions.php?do=ladderjoin&id=$lid">$vbphrase[ladder_join]</a></td></tr> </if> <if condition="$show['member']"> <tr><td class="vbmenu_option"><a href="competitions.php?do=ladder<if condition="$ladder[pot] == 1">team</if>challenges">$vbphrase[ladder] <if condition="$ladder[pot] == 1">$vbphrase[ladder_teamchlls]<else />$vbphrase[ladder_chlls]</if></a></td></tr> </if> <if condition="$caneditladder"> <tr><td class="thead">$vbphrase[ladder_admin_tools]</td></tr> <tr><td class="vbmenu_option"><a href="competitions.php?do=ladderedit&id=$lid">$vbphrase[ladder_edit]</a></td></tr> <tr><td class="vbmenu_option"><a href="competitions.php?do=ladderdelete&id=$lid">$vbphrase[ladder_delete]</a></td></tr> </if> </table> </div> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td valign="top"> <table class="tborder" style="border-bottom-width: 0px;" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr><td class="tcat" width="100%"> $title </td> <td style="cursor: pointer;" class="vbmenu_control" id="laddertools" nowrap="nowrap"> <a href="#laddertools">$vbphrase[ladder_nav]</a><script type="text/javascript">vbmenu_register("laddertools");</script> </td> </tr> </table> <div style="padding:0px 0px $stylevar[cellpadding]px 0px"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead normal">$ladder[cr_time]</td> </tr> <tr valign="top"> <td class="alt2"> <a class="bigusername" href="member.php?u=$ladder[cr_userid]">$ladder[cr_username]</a> </td> </tr> <tr> <td class="alt1">$ladder[description] <div class="smallfont" style="margin-top: 12px;" align="right"> <if condition="$ladder[ed_username] != ''"> <div style="float: left;" align="left"> <div class="shade">$vbphrase[tmnt_lastedit] <a class="shade" href="member.php?u=$ladder[ed_userid]">$ladder[ed_username]</a> at $ladder[ed_time]</div> </div> </if> <if condition="$canedittmnt"><a href="competitions.php?do=ladderedit&id=$id"><img title="$vbphrase[edit]" src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit]" border="0"></a></if> </div> </td> </tr> <if condition="!$comper AND $canjoinladder"> <tr> <td class="alt2" align="center"> <a href="?do=viewladder&id=$id">$vbphrase[ladder_rankings]</a> | <a href="?do=viewladder&id=$id&sh=1">$vbphrase[ladder_recent_games]</a> | <a href="?do=viewladder&id=$id&sh=2">$vbphrase[ladder_upcoming_games]</a> | <a href="competitions.php?do=ladderjoin&id=$lid">$vbphrase[ladder_join]</a> </td> </tr> </if> </table></div></td> <td style="padding-left: 6px;" valign="top" width="210"> <div style="padding: 0px 0px $stylevar[cellpadding]px 0px"> <table class="tborder" width="100%" border="0" cellpadding="6" cellspacing="1"> <tbody><tr align="left"> <td class="thead" colspan="3"> $vbphrase[ladder_details] </td> </tr> <tr> <td class="alt1 smallfont"> <div><span class="shade">$vbphrase[ladder_type]</span> <if condition="$ladder[pot] == 1">$vbphrase[ladder_teams]<else />$vbphrase[ladder_singles]</if></div> <div><span class="shade"><if condition="$ladder[pot] == 1">$vbphrase[ladder_noteams]<else />$vbphrase[ladder_noplayers]</if></span> $ladder[noplayers]</div> <if condition="$team"> <div><span class="shade">$vbphrase[ladder_tmin]</span> $ladder[tmin]</div> <div><span class="shade">$vbphrase[ladder_tmax]</span> $ladder[tmax]</div> </if> <div><span class="shade">$vbphrase[ladder_views]</span> $ladder[views]</div> </td> </tr> </tbody></table> </div> </td> </tr></table> $competitorddms $competitors |
#1013
|
|||
|
|||
Quote:
|
#1014
|
|||
|
|||
Quote:
- Removed image widths for edit buttons (so they display correctly for custom buttons) - Added spacing in ladder template after Ranking, Recent matches, Upcoming Matches - Fixed Join Ladder link displaying on Recent Matches & Upcoming Matches pages for ladder competitors |
#1015
|
|||
|
|||
Quote:
|
#1016
|
||||
|
||||
The ranking, recent matches, upcoming matches are still skewed.
See screenshot. |
#1017
|
|||
|
|||
what exactly does LMS do and is there any way you can make double elim soon
|
#1018
|
|||
|
|||
Quote:
More tournament types are coming soon. |
#1019
|
|||
|
|||
Ok thanks Double Elimination would be an awesome type
|
#1020
|
|||
|
|||
Babanalive, do you think I can upgrade from a very old version 2.2.1 to this new 2.6.5 without problems?
|
#1021
|
|||
|
|||
how do i delete a ladder?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|