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 |
#2212
|
|||
|
|||
Hello,
when I invite users to a team, they get a broken link via pm: Code:
http://example.com/teams.php?do=viewteam&id=10 |
#2213
|
|||
|
|||
Ah, I think you're having exactly the same problem I am. Manually replacing & with & fixes it for me. Just need the system to send the correct link in the first place!
|
#2214
|
|||
|
|||
Did you fix a code in a template or a file or do you always fix the link before sending the PM?
|
#2215
|
|||
|
|||
I did neither. I just tried doing exactly what you did.
|
#2216
|
|||
|
|||
Quote:
The only thing I can think of is to make sure template tmnt_inviteteam uses {vb:raw message} not {vb:var message} |
#2217
|
|||
|
|||
Yes, I am using the latest version. The template is correct (some phrases are translated):
Code:
<script type="text/javascript" src="clientscript/vbulletin_ajax_suggest.js?v={vb:raw vboptions.simpleversion}"></script> <form name="vbform" action="teams.php?do=inviteteam&teamid={vb:raw team.teamid}" method="post"> <h2 class="blockhead">Benutzer in dein Team einladen</h2> <div class="blockbody formcontrols"> <div class="blockrow"> <label for"users" class="floatcontainer">Benutzer</label> <ul class="multifield group"> <li> <div id="userfield" class="popupmenu nomouseover noclick nohovermenu"> <textarea class="primary full textbox popupctrl" name="users" id="userfield_txt" tabindex="1" autocomplete="off" rows="2" cols="50"></textarea> </div> </li> </ul> </div> <div class="blockrow"> <label for"message">Nachricht</label> <div> <textarea name="message" id="message" rows="4" cols="75">{vb:raw message}</textarea> </div> </div> <vb:if condition="$team['invited_players']"> <div class="blocksubhead"> Benutzer, die bereits eingeladen wurden: <br /> <span style="font-weight: normal;">{vb:raw team.invited_players}</span> </div> </vb:if> </div> <script type="text/javascript"> <!-- usss = new vB_AJAX_NameSuggest('usss', 'userfield_txt', 'userfield'); usss.allow_multiple = true; //--> </script> <div class="blockfoot actionbuttons"> <div class="group"> <input type="hidden" name="do" value="inviteteam" /> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input name="teamid" type="hidden" value="{vb:raw team.teamid}" /> <input type="submit" class="button" value="{vb:rawphrase go}" /> <a href="{vb:raw team.url}" class="button">{vb:rawphrase cancel}</a> </div> </div> </form> |
#2218
|
|||
|
|||
Quote:
Find line PHP Code:
Add before PHP Code:
|
#2219
|
|||
|
|||
Thanks, I'll give it a try
|
#2220
|
|||
|
|||
Okay, I checked it, the link still doesn't work because of the &
There is something weird: I get a notification when I received a PN on my site. In this mail, there is a preview of the PN, and the link in there is correct. |
#2221
|
|||
|
|||
Hi, is there any way to reset a ladder?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|