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
I'm trying to add a Steam block to the free agent page. I have a profile field for the Steam community id. I have a plugin started to output the profile field but it requires the free agent's userid. I see in the tmnt_freeagent template that there is $agent['userid']. Does anyone know how to use this in a plugin to load the agentid? Here's the rough code I have worked up but I don't know if any of it is correct. Any pointers would be appreciated.
PHP Code:
// get agent userid
$userinfo = fetch_userinfo($agent['userid']);
// get profile field
$steamid_card = $userinfo['field11'];
The HTML and plugin output is in a blockrow above the username and below the avatar you've already helped add. You suggested by email using {vb:raw agent.steam} along with the mod but it doesn't work. I have both Gamer Cards and Login with Steam installed and working. This was actually the first thing I tried but couldn't figure out to get it working so I thought the easiest way would be to just use profile fields.
For the time being the plugin is set to global_start since I'm not sure where all I plan to use it at the moment. Here's my idea of what needs to be done:
1. Get ID from URL or some other method
2. select userid from tmnt_members where id = ?
3. use above userid to pull profile field
4. insert profile field into image code
If there's an easier way or I'm overlooking something please let me know.
The HTML and plugin output is in a blockrow above the username and below the avatar you've already helped add. You suggested by email using {vb:raw agent.steam} along with the mod but it doesn't work. I have both Gamer Cards and Login with Steam installed and working. This was actually the first thing I tried but couldn't figure out to get it working so I thought the easiest way would be to just use profile fields.
For the time being the plugin is set to global_start since I'm not sure where all I plan to use it at the moment. Here's my idea of what needs to be done:
1. Get ID from URL or some other method
2. select userid from tmnt_members where id = ?
3. use above userid to pull profile field
4. insert profile field into image code
If there's an easier way or I'm overlooking something please let me know.
Upload attached and I have put it in the template for you.
When I block a team to prevent that team leaders add players, it does not block removal of players, or the possibility to edit players nicknames. How is it possible to make it block all those features?
When I block a team to prevent that team leaders add players, it does not block removal of players, or the possibility to edit players nicknames. How is it possible to make it block all those features?
When you Lock a team, the system should block the team leader from adding and removing players, should also block the team leader from editing the players nicknames, the team information etc.
How is it possible to make it block all those things?
When you Lock a team, the system should block the team leader from adding and removing players, should also block the team leader from editing the players nicknames, the team information etc.
How is it possible to make it block all those things?
I'm the admin of a long running gaming/general discussion community. We're trying to get back into the gaming focus more using your plugin to create a free casual gaming league for people to find and match teams and players on the brackets for games like Day of Defeat and so on...
What I'm attempting to do is make the gaming league a completely separate entity from the main style with the forums of the gaming league having their own style.
My question is, can I set a specific style for competitions.php and all pages of the plugin?
I tried the adding a plugin and hook method but that created a fatal memory error.
Was curious if you have any suggestions to force a specific style ID for it?
Didn't see an option anywhere and I've skimmed a few dozen pages of this thread. Not finding anything.