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 |
#652
|
|||
|
|||
Quote:
|
#653
|
|||
|
|||
Quote:
Quote:
There is currently no way to have different points depending on the day, etc. Quote:
There is alot of information contained on the main pages, so tabs were added to stop a page being very long vertically. |
#654
|
|||
|
|||
Version History - v4.3.2
- bug fix for v4.3.1 - added xp for 1st place for tournaments linked to ladders - few minor templates changes |
#655
|
|||
|
|||
i know im greedy, could you ad the xp for nr 1,2 and 3 for winning a tournament.
Please :-) |
#656
|
|||
|
|||
vBulletin 4.1.2 / Tournaments & Ladders Manager v4.3.2
xHTML 1.0 errors: 1 error in competitions.php?do=viewteam&id=1 (dublicate ID profile_tabs) Bugs: 1. In Team Attachment 127182 2. In section ladder/tournament Attachment 127183 and link to the player's nickname: competitions.php?do=viewteam&id= 3. Attachment 127184 4. Line 3034: HTML Code:
<h2 class="blockhead">{vb:rawphrase ladder_chlls}</h2> replace: HTML Code:
<h2 class="blockhead">{vb:rawphrase ladder} {vb:rawphrase ladder_chlls}</h2> P.S. not been fixed is not one of these bugs === 5. No pictures:
6. When the team name has special characters: <, & etc., they are displayed as follows: Attachment 127314 7. Not working condition in the phrases: HTML Code:
<vb:if condition="$vboptions['tmnt_elorating']"><p> <b>How much will my elo rating change if I challenge this player?</b> </p> <p> It depends - Elo Rating is based on both of your elo ratings at the time of the game. So if you beat someone with a higher rank than you then you will gain more than if you beat someone with a lower elo rating than you. For your reference you can use the <a href="ladders.php?do=elorating">Elo Rating Calculator</a>. </p></vb:if> 8. Line 7621: HTML Code:
<a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a>/ replace: HTML Code:
<a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a> 9. Line 4339: HTML Code:
{vb:rawphrase ladder_score}:<br />
replace: HTML Code:
{vb:rawphrase tmnt_score}:<br />
make Words => in the phrase: Line 7131: HTML Code:
<legend>Send a Message to {vb:raw username}</legend> Line 771: HTML Code:
<br />Tournament Creator <vb:if condition="$comper AND !$team"> & <vb:if condition="$winner AND !$team AND $tmnt['status'] == $vbphrase['tmnt_finished']">Winner<vb:else />Competitor</vb:if></vb:if> Line 773: HTML Code:
<vb:if condition="$comper AND !$team"><br />Tournament <vb:if condition="$winner AND !$team AND $tmnt['status'] == $vbphrase['tmnt_finished']">Winner<vb:else />Competitor</vb:if></vb:if> Line 7613 and 7614: HTML Code:
<a href="competitions.php?do=confirmrecruit&id={vb:var member.id}" onclick="return confirm('Are you sure you want to confirm this recruit?')">Accept</a>/ <a href="competitions.php?do=rejectrecruit&id={vb:var member.id}" onclick="return confirm('Are you sure you want to reject this recruit?')">Reject</a> Line 7621: HTML Code:
<a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_coleader}</a> Line 7623: HTML Code:
<a href="competitions.php?do=makeleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team member a leader?')">{vb:rawphrase tmnt_leader}</a> Line 7628: HTML Code:
<div class="breakfriendship"><a href="competitions.php?do=killteamplayer&id={vb:raw member.id}" onclick="return confirm('Are you sure you want to remove this player from your team?')">{vb:rawphrase tmnt_deleteplayer}</a></div> Line 7631: HTML Code:
<div class="breakfriendship"><a href="competitions.php?do=leaveteam&teamid={vb:raw member.teamid}" onclick="return confirm('Are you sure you want to leave this team?')">{vb:rawphrase tmnt_leaveteam}</a></div> Line 7656: HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=killteamplayer&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to remove this player from your team?')">{vb:rawphrase tmnt_deleteplayer}</a></td></tr> Line 7658: HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=makecoleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team player a co-leader?')">{vb:rawphrase tmnt_makecoleader}</a></td></tr> Line 7661: HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=makeleader&id={vb:raw m_id}" onclick="return confirm('Are you sure you want to make this team member a leader?')">{vb:rawphrase tmnt_makeleader}</a></td></tr> Line 7665: HTML Code:
<tr><td class="vbmenu_option"><a href="competitions.php?do=leaveteam&teamid={vb:raw teamid}" onclick="return confirm('Are you sure you want to leave this team?')">{vb:rawphrase tmnt_leaveteam}</a></td></tr> Line 1413: HTML Code:
<li><a href="competitions.php?do=killteam&id={vb:raw teamid}" onclick="return confirm('Are you sure you want to delete this team?')" title="{vb:rawphrase tmnt_delteam}"><img src="{vb:stylevar imgdir_siteicons}/delete.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_delteam}</a></li> Line 1386: HTML Code:
<li><a href="competitions.php?do=reqjointeam&id={vb:raw teamid}" onclick="return confirm('Are you sure you want to join this team? \r\n\r\n(The team leader needs to confirm your request before you are shown as a team member)')" title="{vb:rawphrase tmnt_jointeam}"><img src="{vb:stylevar imgdir_siteicons}/network.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_jointeam}</a></li> Line 1410: HTML Code:
<li><a href="competitions.php?do=leaveteam&teamid={vb:raw teamid}" onclick="return confirm('Are you sure you want to leave this team?')"><img src="{vb:stylevar imgdir_siteicons}/ignore.png" alt="" class="inlineimg" /> {vb:rawphrase tmnt_leaveteam}</a></li> |
#657
|
|||
|
|||
How do i change where the "tournament" menu tab links to?
I want the page with alle the boxes to be the landing page and right now its not. |
#658
|
|||
|
|||
Quote:
After installing the files and importing the product I don't have a tournament option in the user group control panel. |
#659
|
|||
|
|||
Error in ladders.php?do=elorating (vBulletin 4.1.2 / Tournaments & Ladders Manager v4.3.2)
Code:
Warning: Missing argument 5 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034 Warning: Missing argument 6 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034 Warning: Missing argument 7 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034 Warning: Missing argument 8 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034 Warning: Missing argument 9 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034 Warning: Missing argument 10 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034 Warning: Missing argument 11 for calc_elo(), called in [path]/ladders.php on line 4040 and defined in [path]/includes/functions_tal.php on line 1034 |
#660
|
|||
|
|||
Great Mod just what I needed! Thanks
In the double elimination brackets, is there a way to rearrange who is in which bracket? Is it possible to add a shuffle button to shuffle the brackets randomly? Thanks, Eric |
#661
|
|||
|
|||
Quote:
AdminCP -> Rebuild -> Rebuild Bitfields |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|