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:
General Features
All pages are XHTML valid
Tournament Features
Hall of Fame (Top 10 Tournament Players)
Permissions can be set per usergroup
(AdminCP -> Usergroups -> Usergroup Manager -> {Select Usergroup} -> Tournament Permissions)
Tournaments start automatically when no slots are left
Tournaments have proper Date/ Time converted to users timezone and DST
3 Tournament Modes: Last Man Standing, Single Elimination, Double Elimination and Round Robin
Filter Tournaments Displayed according to Tournament Status
Tournament User Stats Page
'Start Tournament' for Single Elimination adds bye players and creates brackets
Tournament options
Turn on/off tournament
Create Thread on Tournament Creation
Require check-in before tournaments
Tournament Stats in Member Profile
Tournament Stats in Postbit (Can be turned on/off in Tournament Options)
Comments per page
Tournament description length shown in tournament List
Tournament Display
LMS realtime ranking shows if players are equal positions
Tournament View Counter
Tournament creator and last edited by notes at bottom of tournament
Hey, thanks for making this mod, it is superb and I am in love with it. I have started using it to run tournaments for PC games. One problem I have encountered is that players need to be able to find their opponents on Steam. We have already integrated Steam information into each user profile with the IM Steam mod, and the result is that the postbit now displays a small Steam icon (), and clicking on that icon gives various options for contacting the user over Steam. What I would like to do is add that icon-link immediately following each player's name in the bracket after a tournament has started, essentially just like the avatar icon but at the end of the name instead of the beginning. The idea would be that the players would be able look at the bracket and simply click on the steam icon next to their opponent's name to find them on Steam.
I will find the proper code for adding the steam icon-link myself, but I'm not sure where I should be adding that code into the tournaments.php file to make it display the way I want it to. I would be grateful if you could show me where exactly I need to insert this to achieve that kind of result.
Many thanks for your help and for making such a high-quality mod.
[edit]LOL, I just notice that IM Steam is your mod as well. As such, if you could help me figure out the code that needs to be inserted to add the Steam icon-link as well, I will worship you forever in whatever manner a coding god like you believes is best.
v4.4.3+
Added option:
vBulletin Options -> Tournament and Ladders Options -> Tournaments User HTML
ty bananalive that fixed the page error i was getting. however i still can't remove a team or teams from the double elimination bracket. there isn't a option for it. the restart feature works just can't remove a team from the bracket. is it possible to have more powers in regards to this. like a admin or forum mod being able to assign anyones team to a tourney bracket? just in case i have 2 double elmination tourney's going on at the same time. then i can move the teams around and put them in the tourney i want to prevent stacking in the tourney.
There should be a button to 'Reorganise Brackets' so you can change which slots each team is in.
Hack for removing a team... v4.4.3+ you can use url:
Fatal error: Call to undefined function imagecreate() in /home/wwwevi1/public_html/elite/upload/ladders.php on line 181
Your server will need GD installed on it.
Quote:
Otherwise, seems to be a great addon to my forum!! Keep up the good work!
ooh, one thing, I am in a ladder match, and only option is to Submit Score... it's me and other player, still not sure where scores come from. Scores are 0-0 so who's got the next move and where do the points come from and how do you score. THANKS!
You play the game elsewhere and then report the result into this modification.
So you could play FIFA against your friend and keep track of your scores using this modification on your forum.
Added option:
vBulletin Options -> Tournament and Ladders Options -> Tournaments User HTML
HTML Code:
{usertext} {steamid}
Many thanks, but I have upgraded and added that exact text to the new field and nothing has changed. To test, I even generated a new bracket and nothing other than the normal avatar and username is being displayed. I also double-checked the upgrade by doing it a second time, with no changes. In addition, I tested the function by substituting {field} for {steamid}, as per the admincp option example, but nothing happened with that either. Finally, I tried removing all text from that field (including {usertext}), but again nothing changed. This is an ongoing tournament bracket where you can see the 4.4.3 version number at the bottom, but no steam information is being displayed.
Is it another mod that wont allow an image to show up OR is there a way to turn it off/disable it, so it doesn't show anything there.?
The info it shows in the "Player Image" is hardly worth it anyway. I mean it is mostly just a recap of other stuff already listed. So this is just a luxury that isn't worth having if it wont show easily.
Many thanks, but I have upgraded and added that exact text to the new field and nothing has changed. To test, I even generated a new bracket and nothing other than the normal avatar and username is being displayed. I also double-checked the upgrade by doing it a second time, with no changes. In addition, I tested the function by substituting {field} for {steamid}, as per the admincp option example, but nothing happened with that either. Finally, I tried removing all text from that field (including {usertext}), but again nothing changed. This is an ongoing tournament bracket where you can see the 4.4.3 version number at the bottom, but no steam information is being displayed.
If you leave it blank then it'll default to {usertext}, but try this.
Import attached Product File into AdminCP
Edit vBulletin Options -> Tournaments and Ladders Options -> Tournaments User HTML:
Is it another mod that wont allow an image to show up OR is there a way to turn it off/disable it, so it doesn't show anything there.?
The info it shows in the "Player Image" is hardly worth it anyway. I mean it is mostly just a recap of other stuff already listed. So this is just a luxury that isn't worth having if it wont show easily.
Thanks
That's a link to the image, so that it can be placed elsewhere, e.g. in someone's signature.
The image shouldn't be displaying on the ladders page.
If you leave it blank then it'll default to {usertext}, but try this.
Import attached Product File into AdminCP
Edit vBulletin Options -> Tournaments and Ladders Options -> Tournaments User HTML:
Code:
{usertext} {steamicon}
That worked perfectly, thanks! I very much like this feature, as it makes matching up opponents very easy on the bracket, plus the size of the icon works well within the existing bracket fields. You can see how nice it looks on the existing tournament. I know a lot of my users will be very happy to have this feature.
I shall now commence worshiping you as promised. Many thanks for this superb mod.