Ladder Description:
Users or teams can also 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:
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
2 Tournament Modes: Last Man Standing and Single Elimination
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
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
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
Category displays in navbar when viewing ladder/ tournament
Installation:
Follow instructions included in .zip
If you are using v3.6.x you will need to download this product file and import it
(It contains memberinfo css which is used in profile comments in v3.7.x and is in used in Tournaments Comments and Team Profiles)
Click Install
Future Features:
Add more Different Tournament Types (Double Elimination and Round Robin)
Allowing a player to only join one team per ladder
Use 3.7/3.8 notification system
My Teams page
Easy way to Re-arrange users in tournament
Limit number of challenges per week/day
Ladder match finder
Custom message included in challenge pm sent to user
Donations:
If you want to donate please click 'Support Developer'
Why uninstall it manually when you can just click uninstall in admincp, which removes all data
I've tried that many times and it won't work. This is the error I get when trying to uninstall it.
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
DROP TABLE vB_tmnt_tmnts;;
MySQL Error : Unknown table 'vB_tmnt_tmnts'
Error Number : 1051
Request Date : Monday, October 20th 2008 @ 11:48:22 AM
Error Date : Monday, October 20th 2008 @ 11:48:23 AM
I've tried that many times and it won't work. This is the error I get when trying to uninstall it.
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
DROP TABLE vB_tmnt_tmnts;;
MySQL Error : Unknown table 'vB_tmnt_tmnts'
Error Number : 1051
Request Date : Monday, October 20th 2008 @ 11:48:22 AM
Error Date : Monday, October 20th 2008 @ 11:48:23 AM
Admincp -> Plugins & Products -> Manage Products -> Edit vB Tournaments and Ladders -> Existing Install/Uninstall Code ( You may need to scroll down page to see it)
For every Uninstall Code box (all the ones on the right) change DROP TABLE to DROP TABLE IF EXISTS in product
Admincp -> Plugins & Products -> Manage Products -> Edit vB Tournaments and Ladders -> Existing Install/Uninstall Code ( You may need to scroll down page to see it)
For every Uninstall Code box (all the ones on the right) change DROP TABLE to DROP TABLE IF EXISTS in product
Ok tried that and got a different error.
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
ALTER TABLE vB_usergroup DROP COLUMN tournamentpermissions;;
MySQL Error : Can't DROP 'tournamentpermissions'; check that column/key exists
Error Number : 1091
Request Date : Monday, October 20th 2008 @ 12:58:01 PM
Error Date : Monday, October 20th 2008 @ 12:58:01 PM
I tried to put "IF EXISTS" for that part, but it gives me a sql error.
Database error in vBulletin 3.7.3:
Invalid SQL:
ALTER TABLE vB_usergroup DROP COLUMN tournamentpermissions;;
MySQL Error : Can't DROP 'tournamentpermissions'; check that column/key exists
Error Number : 1091
Request Date : Monday, October 20th 2008 @ 12:58:01 PM
Error Date : Monday, October 20th 2008 @ 12:58:01 PM
I tried to put "IF EXISTS" for that part, but it gives me a sql error.
Unfortunately that mysql function (DROP COLUMN IF EXISTS) doesn't exist so just remove that query
Unfortunately that mysql function (DROP COLUMN IF EXISTS) doesn't exist so just remove that query
Ok got it uninstalled. Now I'm moving forward with installing the upgraded version and here is the error that I'm getting.
Code:
Database error in vBulletin 3.7.3:
Invalid SQL:
ALTER TABLE vB_user ADD tmnt_joins INT(10) NOT NULL DEFAULT '0' ;;
MySQL Error : Duplicate column name 'tmnt_joins'
Error Number : 1060
Request Date : Monday, October 20th 2008 @ 02:27:08 PM
Error Date : Monday, October 20th 2008 @ 02:27:09 PM
This is great. Has a player invite system been set up yet? I don't see one and would love the feature. Also a league setup would be awesome. Thanks for this mod.
This is great. Has a player invite system been set up yet? I don't see one and would love the feature. Also a league setup would be awesome. Thanks for this mod.
A league would be freaking sweet, that automatically would generate schedules and then have playoff options and all sorts of stuff. But that is almost a completely different mod. What might be a good idea in the future though from banana's perspective is to make that a professional mod that will integrate with this one.