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'
There is a bug in the add new user to team, when adding a user no matter which user i enter i get the following message and he is a forum member all spelt correct.
Quote:
Ultra Shotz is not a forum member, please check your spelling. Click here to go back to the team page.
Where would I find DSL-Parse Modules?
I looked in my plugins but dont see anything like that. I have the newest version (0.2.1) of the donation system
Oh, i downloaded v1.0.0, I'll have a look again for you.
Quote:
Originally Posted by gamerscms
There is a bug in the add new user to team, when adding a user no matter which user i enter i get the following message and he is a forum member all spelt correct.
Yep, sorry. I'll release fix in next version but here's the manual fix
Find in competitions.php
PHP Code:
$u = $result['userid']; if ($userid == '') {
Replace with
PHP Code:
$u = $result['userid']; if ($u == '') {
Quote:
Originally Posted by iogames
why don't u make the graphics from bottom to top?
Sorry I don't understand. What graphics are you referring to?
Quote:
Originally Posted by Gamelobby
Sorry, but where do i find "competitions.php"
What is it under.?
Also if you put in a "team logo" it pushes it off the page to the right.?
Any ideas.?
competitions.php is the main php file for this modification included in the archive of the first post of this thread.
Quote:
Originally Posted by valendono
I try "Special Usergroups can add Forum Members to Any Team without confirmation from team leader or the forum member" .. that username or user id ?
Add User to Team: testing
than
testing is not a forum member, please check your spelling. Click here to go back to the team page.
error or bugs ?
You enter the Username of the forum member. See above.