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 |
#672
|
|||
|
|||
In Ladders, when one player/team wants to play another they challenge another player/team in the ladder.
|
#673
|
|||
|
|||
Just check on my installation, team logos are uploaded fine for me.
Have you created the directory: \images\teamlogos\ in your forum directory Directory (folder) teamlogos should be CHMOD 777 What kind of image are you uploading? .jpg? .png? .gif? |
#674
|
|||
|
|||
Added for v4.3.3
|
#675
|
||||
|
||||
Great mod. . Props to the creators of this mod. Two thumbs up. Thanks. I nominated this.
It's perfect for my site. It's a major part of my forums- (CLICK HERE if you care) |
#676
|
|||
|
|||
make Words => in the phrase:
Line 969: HTML Code:
{vb:raw tmnt.noplayers} <vb:if condition="$tmnt['status'] == $vbphrase['tmnt_waiting'] AND $tmntp['canedittmnt']"><vb:if condition="$tmnt['noplayers'] > 2"><a href="tournaments.php?do=removeslot&id={vb:raw tmnt.id}" title="Remove Slot"><img src="{vb:stylevar imgdir_button}/collapse_alt.gif" width="11" height="11" alt="Remove Slot" title="Remove Slot" border="0" /></a> </vb:if><vb:if condition="!($tmnt['type'] == $vbphrase['tmnt_1v1'] AND $tmnt['noplayers'] >= 256)"><a href="tournaments.php?do=addslot&id={vb:raw tmnt.id}" title="addslot"><img src="{vb:stylevar imgdir_button}/collapse_alt_collapsed.gif" width="11" border="0" height="11" alt="Add Slot" title="Add Slot" /></a></vb:if></vb:if></div> Line 709: HTML Code:
<a href="tournaments.php?do=killplayer&id={vb:raw cmpt.id}&tid={vb:raw tid}&userid={vb:raw cmpt.userid}" title="{vb:rawphrase tmnt_deleteplayer}" onclick="return confirm('Are you sure you remove this player from this tournament?')"><img src="{vb:stylevar imgdir_misc}/moderated.gif" border="0" width="13" height="17" class="inlineimg" title="{vb:rawphrase tmnt_deleteplayer}" alt="" /></a></vb:if> Line 720: HTML Code:
<a href="tournaments.php?do=killplayer&id={vb:raw cmpt.id}&tid={vb:raw tid}&userid={vb:raw cmpt.userid}" title="{vb:rawphrase tmnt_deleteplayer}" onclick="return confirm('Are you sure you remove this player from this tournament?')"><img src="{vb:stylevar imgdir_misc}/moderated.gif" border="0" width="13" height="17" class="inlineimg" title="{vb:rawphrase tmnt_deleteplayer}" alt="" /></a> Line 791: HTML Code:
<a href="tournaments.php?do=killcomment&id={vb:raw comment.id}&tid={vb:raw tid}&userid={vb:raw comment_userid}" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a> Line 2963: HTML Code:
<a href="ladders.php?do=deletechallenge&id={vb:raw game.id}&from=allchallenges" onclick="return confirm('Are you sure you want to delete this challenge?');">
Line 2991: HTML Code:
<a href="ladders.php?lid={vb:raw lid}&do=killmc&id={vb:raw value.id}&mid={vb:raw value.mid}&sh=3&from={vb:var from}" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a> Line 3125: HTML Code:
<a href="ladders.php?lid={vb:raw lid}&do=killmc&id={vb:raw value.id}&mid={vb:raw value.mid}&from=reportedmatches" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a> Line 3327: HTML Code:
<a href="ladders.php?lid={vb:raw lid}&do=killmc&id={vb:raw value.id}&mid={vb:raw value.mid}&sh=2" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a> Line 3427: HTML Code:
<a href="ladders.php?lid={vb:raw lid}&do=killmc&id={vb:raw value.id}&mid={vb:raw value.mid}&sh=1" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a> Line 3986: HTML Code:
<a href="ladders.php?lid={vb:raw lid}&do=killmc&id={vb:raw value.id}&mid={vb:raw value.mid}&sh=1" onclick="return confirm('Are you sure you want to delete this comment?')">{vb:rawphrase delete}</a> Line 1984: HTML Code:
<label for="xp_1st">1<sup>st</sup></label> Line 1988: HTML Code:
<label for="xp_2nd">2<sup>nd</sup></label> Line 1992: HTML Code:
<label for="xp_2nd">2<sup>nd</sup></label> === File tournament.php: Line 1783: PHP Code:
Line 4615: PHP Code:
Line 4618: PHP Code:
Line 4621: PHP Code:
|
#677
|
|||
|
|||
Quote:
|
#678
|
|||
|
|||
Implemented for next version
|
#679
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=655 I followed your directions to the t and can't figure it out. Tried png and gif. Not jpg yet |
#680
|
|||
|
|||
I am having a problem even accessing the competitions page. The program is telling me:
"you do not have permission to access this page." I have looked throughout the forums and I can not find a solution to this problem. Can someone help me figure out what I am doing wrong. Thank you. |
#681
|
|||
|
|||
I just had a tournament where the winner was supposed to get 30 xp for the ladder but it didnt work?
And if i make a test ladder and give 30 xp to the winner will it be gone when i delete the ladder again, or do i have to remove it my self? And when u do testing it adds win to hall of fame ect, and when u delete them again it still counts :-( |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|