Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Tournaments, Ladders & Leagues Manager v4.x Details »
Tournaments, Ladders & Leagues Manager v4.x
Mod Version: 7.1.0, by bananalive (Coder) bananalive is offline
Developer Last Online: Dec 2020 I like it Show Printable Version Email this Page

vB Version: 4.x.x Rating: (106 votes - 4.84 average) Installs: 687
Released: 23 Mar 2010 Last Update: 18 Oct 2015 Downloads: 5515
Supported DB Changes Uses Plugins Additional Files Translations  


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View 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:Ladder Description:
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
  • Tournament Moderators can...
    • Add/edit tournament (description uses vBulletin Editor)
    • Edit tournament type if not started yet
    • Add Score type (points, wins, kills, deaths, etc.) for LMS tournaments
    • Tournament mods can remove players if tournament hasn't started
    • Increase/ Decrease Tournament Slots
    • Pm all competitors with custom message and title (permissions set to bypass max pm recipients restrictions)
    • Add players (Ajax/Javascript userid fetch)
    • Swap players in LMS mode
    • Create/ edit/ delete announcements
  • Competitors can...
    • Players can remove themselves if tournament hasn't started
    • Users can PM themselves the details of the tournament
    • Sign up to tournament only once
  • Tournament Comments
    • Uses vBulletin Editor
    • Comment Display with user avatars and last edited by note
    • User able to edit/delete their own comment (subject to permissions)
    • Tournament moderators can edit all comments
    • If applicable under username on comments Tournament Creator, Tournament Competitor or Tournament Winner
    • Comment paging
  • Teams
    • Users can apply to teams
    • Leader can accept/ decline users
    • Team profile shows team stats
    • Team list
    • Can limit teams created by user (in usergroup options)
    • Fields: team website, gamertag, logo, description, slog, tags
  • Team leader can...
    • delete players from his/her team
    • Promote players in his/her team to Leader or Co-Leader
    • Join tournaments
    • Search Free Agents for new team members
  • Ladder Features
    • Elo rating system (Javascript Elo calculator @ ladders.php?do=elorating)
    • Players last activity (date)
    • Winning/ Losing Streak
    • Longest Winning Streak
    • Admin can submit scores/ add challenges
    • Report/ dispute challenges
    • Match Finder
  • Ladder Display
    • leader-board for each ladder
    • last 10 upcoming/ past matches per ladder
    • separate page for accepting/rejecting challenges and submitting score (have to be accepted by other user)
  • Tournament Announcements
    • Tournament Moderators can create/edit announcements
    • Uses forum last visit for announcement read marking
    • Shows last user to edit announcement
  • Categories
    • Share categories for tournaments/ ladders/ leagues
    • Category displays in navbar when viewing ladder/ tournament/ league
Installation:
  1. Follow instructions included in .zip
  2. Click Install
Premium Features:
  • Pay to play/ credits system
    • Opportunity to earn money for your forum
    • Uses PayPal for payments
  • Support Tickets
  • Leagues into Knockout Stage
  • Live Match Finder
Suggestions:
  1. Please post any suggestions/ comments about this modification and I will try and implement them

** Don't forgot to click Mark as Installed **

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
Major Additions Forum Tournaments & Ladders bananalive vBulletin 3.8 Add-ons 2124 11 Jan 2015 22:14
Add-On Releases [PBPG] Tournaments and Ladders Carnage vBulletin 4.x Add-ons 27 03 Sep 2012 05:05

  #451  
Old 03 Oct 2010, 13:21
IR15H IR15H is offline
 
Join Date: Feb 2007
Hi, had a quick check of the last few pages and don't think this has been reported before;

I'm getting a DB error when trying to view "free agents" on v4.2.3b with vB 4.0.7.
Database error in vBulletin 4.0.7:

Invalid SQL:

SELECT *
FROM vb_tmnt_teams
WHERE teamid IN ();

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Error Number : 1064
Request Date : Sunday, October 3rd 2010 @ 08:16:29 AM
Error Date : Sunday, October 3rd 2010 @ 08:16:29 AM
Script : http://localhost/forum/competitions....freeagent&id=1
Referrer : http://localhost/forum/competitions.php?do=freeagents
IP Address : 192.168.1.2
Username : Dan
Classname : vB_Database
MySQL Version : 5.1.33-community-log
Other than that looking pretty nice!
Reply With Quote
  #452  
Old 04 Oct 2010, 02:18
WingnutWN WingnutWN is offline
 
Join Date: Jun 2006
Nice, suggestion for a future update - when creating the team, can you have it send out PM's to all the players you want?
Reply With Quote
  #453  
Old 04 Oct 2010, 13:07
bananalive bananalive is offline
 
Join Date: Oct 2007
Real name: Dom
Originally Posted by IR15H View Post
Hi, had a quick check of the last few pages and don't think this has been reported before;

I'm getting a DB error when trying to view "free agents" on v4.2.3b with vB 4.0.7.


Other than that looking pretty nice!
Upload attached file to forum directory, fix will be included in future releases
Attached Files
File Type: php competitions.php (105.3 KB, 2 views)
__________________
Reply With Quote
  #454  
Old 04 Oct 2010, 13:08
bananalive bananalive is offline
 
Join Date: Oct 2007
Real name: Dom
Originally Posted by champendk View Post
Thanks..

Is it posible to change tournaments so that scores are reported by users... It very high ón the wish list
It is something i am looking into.
__________________
Reply With Quote
  #455  
Old 04 Oct 2010, 22:43
FireflyP2C FireflyP2C is offline
 
Join Date: Aug 2010
One important thing we have found missing is the ability for admins to delete challenges. Admins should be able to view all challenges and amend them as they see fit.

Also both teams should be allowed to delete accepted challenges if they both agree. Admins should also have these priviledges.
Reply With Quote
  #456  
Old 04 Oct 2010, 23:50
bananalive bananalive is offline
 
Join Date: Oct 2007
Real name: Dom
Originally Posted by FireflyP2C View Post
One important thing we have found missing is the ability for admins to delete challenges. Admins should be able to view all challenges and amend them as they see fit.

Also both teams should be allowed to delete accepted challenges if they both agree. Admins should also have these priviledges.
Admins can currently view all challenges. As of v4.2.4 admins will be able to delete challenges.
__________________
Reply With Quote
  #457  
Old 04 Oct 2010, 23:52
FireflyP2C FireflyP2C is offline
 
Join Date: Aug 2010
Ok thanks.
Reply With Quote
  #458  
Old 05 Oct 2010, 00:46
champendk champendk is offline
 
Join Date: Dec 2009
Bump

Ladder:
One more very impotent thing is to be able to set a certain time for when 2 teams can do a rematch. Normaly its set for 24 hours to secure that no one cheats. If this is not added people can play 10 times a day against a "fake" team to reach the playoff/final or whatever...

Tournament:
Add the abillity to add a date on top/bottom of each round in the tournement bracket. This could indicate when a match should be played within, if you dont want a one day tournament.

See link for example:

http://mw2.ps3.consolegaming.eu/tournaments.php?id=73
Reply With Quote
  #459  
Old 05 Oct 2010, 11:41
FireflyP2C FireflyP2C is offline
 
Join Date: Aug 2010
Ok running a beta ladder to get feedback from our users. This is what we have so far.

Ticket system. A button to send a PM to a certain staff of staff members responsible for that ladder. Possibily linked to the dispute feature.

Eligibility icon. Players should have to wait 24 hours before being able to play in a match.

Admin lock team. Ability to lock a team so no other player can join. This is to prevent ringers.

Admin delete challenges.

Players delete accepted challenges if both team leader confirm.
Reply With Quote
  #460  
Old 05 Oct 2010, 11:46
FireflyP2C FireflyP2C is offline
 
Join Date: Aug 2010
On a side nite, as Admin I cant view any challenges other than those regarding my own team. Any else having this problem?
Reply With Quote
  #461  
Old 07 Oct 2010, 00:08
ti07shadow ti07shadow is offline
 
Join Date: Apr 2008
umm how do I advance teams on the team tournament bracket? and dont say click the arrow. WHAT ARROW!?!?!?

And yes I gave myself all Permissions for my group including moderation permissions


Reply With Quote
  #462  
Old 07 Oct 2010, 06:55
champendk champendk is offline
 
Join Date: Dec 2009
Upload the file from the post above, where he answer the same question :-)

http://www.vbulletin.org/forum/showp...&postcount=418

Last edited by champendk; 07 Oct 2010 at 07:09.
Reply With Quote
  #463  
Old 07 Oct 2010, 16:43
FireflyP2C FireflyP2C is offline
 
Join Date: Aug 2010
Found a small bug.

When i goto a ladder through the different catergories I get this

http://www.play2compete.com/forums/l...p?do=view&id=7

where the Rules link displayed correctly

but if I click ladder list i get this

http://www.play2compete.com/forums/ladders.php

where the Rules link displays as text instead of a link

Any ideas how to fix this?
Reply With Quote
  #464  
Old 07 Oct 2010, 21:07
bananalive bananalive is offline
 
Join Date: Oct 2007
Real name: Dom
Originally Posted by FireflyP2C View Post
Found a small bug.

When i goto a ladder through the different catergories I get this

http://www.play2compete.com/forums/l...p?do=view&id=7

where the Rules link displayed correctly

but if I click ladder list i get this

http://www.play2compete.com/forums/ladders.php

where the Rules link displays as text instead of a link

Any ideas how to fix this?
There was a bug with the category description, displaying a ladder description instead (fixed in next version).

All links (and all other bb code) gets removed from ladders description on ladders list so that it stays tidy.
__________________
Reply With Quote
  #465  
Old 07 Oct 2010, 21:19
bananalive bananalive is offline
 
Join Date: Oct 2007
Real name: Dom
In next version (beta released tomorrow) new challenges will have date/time field, which links into timezones.

Team profile pages will have a new tab for upcoming challenges.

A new limit on challenging same player in same ladder is being introduced. Setting controlled in admincp options.

You can also change how ladders are ranked in admincp options.

For tournaments losing player can now report their lose, progressing their opponent to next round. (Single elimination tournaments only)

There will also some other minor changes/fixes.
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 01:58.

Layout Options | Width: Wide Color: