View Full Version : Major Additions - Tournaments, Ladders & Leagues Manager v4.x
Pages :
1
[
2]
3
4
5
6
7
8
9
10
PjDaBadMan
08-13-2010, 04:19 AM
Where can users find "My Teams" or a place to view there Teams?
bananalive
08-13-2010, 07:48 AM
Where can users find "My Teams" or a place to view there Teams?
To view the teams you have created go to:
http://yoursite.com/forums/competitions.php?do=teams&myteams=1
bananalive
08-13-2010, 07:48 AM
Not working with 4.06
I have just upgraded my forum to vB v4.0.6, and have not encountered any problems.
What is not working for you?
bananalive
08-13-2010, 07:51 AM
Also, I've been trying to get a user profile field to show up next to the usernames in the bracket or a ladder, but since this isn't a "post" or a post bit, I am at a loss.
<vb:if condition="$post['field10']">
<img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw post.field10}" />
</vb:if>
<vb:if condition="$post['field11']">
<img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw post.field11}.png" alt="SC2 Tournament Race: {vb:raw post.field11}" />
</vb:if>
For showing profile fields in tournament brackets
1. First upload and allow overwrite of tournaments.php
2. Find in template 'tmnt_bracket'
<a href="<vb:if condition="$team">competitions.php?do=viewteam&id<vb:else />member.php?u</vb:if>={vb:raw userid}">{vb:raw username}</a>
3. After add
<vb:if condition="$userinfo['field10']">
<img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw userinfo.field10}" />
</vb:if>
<vb:if condition="$userinfo['field11']">
<img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw userinfo.field11}.png" alt="SC2 Tournament Race: {vb:raw userinfo.field11}" />
</vb:if>
bananalive
08-13-2010, 07:52 AM
How long are matched archived in a ladder and is there a way to view them on a per-player basis.. or even a big list??
I don't understand the first part of the question.
There is no big list of challenges. However if you click on a ladder, you can view upcoming matches, recent matches, and your challenges.
bananalive
08-13-2010, 07:58 AM
Added notification for team creator when his/her team is challenge
Would this be by pm?
Nope, just by vBulletin notification system:
https://vborg.vbsupport.ru/attachment.php?attachmentid=120758&thumb=0&d=1281689904
bananalive
08-13-2010, 08:22 AM
Also, I've been trying to get a user profile field to show up next to the usernames in the bracket or a ladder, but since this isn't a "post" or a post bit, I am at a loss.
<vb:if condition="$post['field10']">
<img src="{vb:stylevar imgdir_misc}/gamericons/sc2.png" alt="SC2: {vb:raw post.field10}" />
</vb:if>
<vb:if condition="$post['field11']">
<img src="{vb:stylevar imgdir_misc}/gamericons/{vb:raw post.field11}.png" alt="SC2 Tournament Race: {vb:raw post.field11}" />
</vb:if>
As for ladders:
1. Upload attached ladders.php
2. Find in template tmnt_ladder_cmpt
{vb:raw memberaction_dropdown}
3. After add:
{vb:raw cmpt.field1}
bananalive
08-13-2010, 11:47 AM
Preview of v4.1.9
https://vborg.vbsupport.ru/attachment.php?attachmentid=120767&stc=1&d=1281703648
ProFifaLeagues
08-13-2010, 12:18 PM
Looking good mate!!!!
Is there an expected date for this one yet sir?
stwan
08-13-2010, 01:21 PM
Forum Tournaments & Ladders Version 4.1.8:
https://vborg.vbsupport.ru/
Bug in ladder and no menu.
shindoux
08-14-2010, 03:58 AM
remains the problem of the number "44" in the double elimination
Gleedo
08-14-2010, 08:00 AM
I wonder what the ETA is on 4.19.....just wondering If I should wait upgrading until then :)
Would be really good if the notifications thingy could actually pm people who have been challenged :) Or can people setup vb to pm them when they get a notification??
bananalive
08-14-2010, 12:52 PM
Looking good mate!!!!
Is there an expected date for this one yet sir?
v4.1.9 will be released within next few days.
bananalive
08-14-2010, 12:53 PM
Forum Tournaments & Ladders Version 4.1.8:
http://img337.imageshack.us/img337/2197/91726398.jpg
Bug in ladder and no menu.
Are you using a different template than navbar?
bananalive
08-14-2010, 12:54 PM
remains the problem of the number "44" in the double elimination
Make sure you have updated includes/functions_tal.php
When you upload it make sure to allow overwrite
bananalive
08-14-2010, 12:56 PM
I wonder what the ETA is on 4.19.....just wondering If I should wait upgrading until then :)
Would be really good if the notifications thingy could actually pm people who have been challenged :) Or can people setup vb to pm them when they get a notification??
v4.1.9 will be released within next few days.
Players currently get pm'ed and a vBulletin notification when they are challenged
As of v4.1.9 team creators will get a pm and a vBulletin notification when one of their team(s) is challenged.
ProFifaLeagues
08-14-2010, 01:52 PM
Brill to hear the new version shall be released in the coming days!
Keep up the good work as this is a great mod and works very well for us!
stwan
08-14-2010, 01:54 PM
Are you using a different template than navbar?
No.
bananalive
08-14-2010, 02:41 PM
No.
Have you edited template 'tmnt_navbar'?
stwan
08-14-2010, 03:57 PM
Have you edited template 'tmnt_navbar'?
No.
Kr33p3r
08-14-2010, 10:52 PM
I don't understand the first part of the question.
There is no big list of challenges. However if you click on a ladder, you can view upcoming matches, recent matches, and your challenges.
We would like to use the ladder to "track" wins and losses for the tournament. If we have a ladder of 128 people and we want to review the results of a game (screenshot, etc.), it would be nice to see a complete history.
Kr33p3r
08-14-2010, 11:15 PM
For showing profile fields in tournament brackets
As for ladders:
Sadly, I uploaded both files and altered the templates as instructed, but no additional fields were rendered. I don't think the if conditions are being met, as when I view the source I see the comments where I inserted the code, but it skips it.
http://www.cyberneticpunks.com/forums/ladders.php?do=view&id=7
I really appreciate the help! Your promptness is awesome.
ProFifaLeagues
08-15-2010, 08:04 AM
Working great now is there a way i can change the text MAP when i am issuing a challenge to another player to say something else?
betts02
08-15-2010, 08:24 PM
looking good so far and will be waiting for league version, as it's extremely hard to find a proper league script. they are all usually ladders, branded as leagues :(
if i can make a request for the future league side of things, could you have it so that each league can have multiple divisions, and divisions can have customisable names :D, eg for 2 divisions you could have Div1, Div2, as standard but could customise it to Premiership, Div1.
also dunno if this is planned or suggested, but could you make it so the ladder has a start date and end date, so if you wanted, you could make it run like Ladder 2010, Ladder 2011 or just Ladder Sept 2010, etc, and so it's not just one long ladder. Then you can have 1st 2nd and 3rd type awards for it. If you had that, might need a 3rd date option for Results Deadline, so people can submit results they forgot up until the last second.
Exactly what i ant also mate, great minds think alike,lol
But yes, The options above to be added to a league system and not a ladder as most are as stated
bananalive
08-16-2010, 09:03 PM
Working great now is there a way i can change the text MAP when i am issuing a challenge to another player to say something else?
Edit phrase ladder_map
bananalive
08-16-2010, 09:07 PM
Sadly, I uploaded both files and altered the templates as instructed, but no additional fields were rendered. I don't think the if conditions are being met, as when I view the source I see the comments where I inserted the code, but it skips it.
http://www.cyberneticpunks.com/forums/ladders.php?do=view&id=7
I really appreciate the help! Your promptness is awesome.
Try this...
Upgrade to v4.1.9
AdminCP -> vBulletin Options -> Tournament and Ladder Options -> Join User Tables to User Profile Tables -> Yes
Then the template edits should work
bananalive
08-16-2010, 09:17 PM
v4.1.9 has just been released, with more integration between tournaments and ladders. Tournaments can now be linked to ladders with the winner receiving X addition points to their elo rating. Past and present tournaments linked to the ladder are shown in new tab on ladder page, as shown in attached screenshot.
https://vborg.vbsupport.ru/attachment.php?attachmentid=120919&stc=1&d=1281997018
ProFifaLeagues
08-16-2010, 09:47 PM
Edit phrase ladder_map
Thanks :up:
ProFifaLeagues
08-16-2010, 10:41 PM
Just upgraded to 4.19 as well and must say its great yet again!
Thanks easy upgrade and everything still working A1
Kr33p3r
08-16-2010, 11:56 PM
Just installed.
http://www.cyberneticpunks.com/forums/competitions.php
The current tournaments/ladders are empty, but there are active ladders and tournys in the Starcraft 2 area.
Next, the page says 4.1.8, but the module in the adminCP says 4.1.9
bananalive
08-17-2010, 08:39 AM
Just installed.
http://www.cyberneticpunks.com/forums/competitions.php
The current tournaments/ladders are empty, but there are active ladders and tournys in the Starcraft 2 area.
The front page is only meant to show uncategorised tournaments/ ladders. Maybe it would be better to hide the two blocks if they are empty so it doesn't confuse people? Or change the text to 'There are currently no uncategorised ladders. Browse the categories for more ladders.'
Next, the page says 4.1.8, but the module in the adminCP says 4.1.9
That means you have not uploaded and over-written functions_tal.php to directory /includes/
Andreas [S]
08-17-2010, 10:21 AM
i get this errors:
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/competitions.php on line 699
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/competitions.php on line 1428
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/competitions.php on line 1622
bananalive
08-17-2010, 01:00 PM
;2085183']i get this errors:
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/competitions.php on line 699
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/competitions.php on line 1428
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/competitions.php on line 1622
Try uploading attached file to forum directory
Andreas [S]
08-17-2010, 01:14 PM
Now this happens:
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/tournaments.php on line 1726
bananalive
08-17-2010, 01:15 PM
;2085253']Now this happens:
Deprecated: Assigning the return value of new by reference is deprecated in /kunden/79538_72459/webseiten/selfpwnd/tournaments.php on line 1726
Upload the following to your forum directory
Andreas [S]
08-17-2010, 01:23 PM
Thx, now it is working!
bananalive
08-17-2010, 01:52 PM
v4.2.0 mini preview
Added functionality of viewing more Recent Matches, uses ajax/javascript. Video demonstrating it here (http://www.youtube.com/watch?v=WHI4glsS1nU)
Kr33p3r
08-17-2010, 03:36 PM
v4.2.0 mini preview
Added functionality of viewing more Recent Matches, uses ajax/javascript. Video demonstrating it here (http://www.youtube.com/watch?v=WHI4glsS1nU)
Excellent!
Kr33p3r
08-17-2010, 04:33 PM
The front page is only meant to show uncategorised tournaments/ ladders. Maybe it would be better to hide the two blocks if they are empty so it doesn't confuse people? Or change the text to 'There are currently no uncategorised ladders. Browse the categories for more ladders.'
It is my opinion that those fields should show Tournaments and Ladders from ANY Category.
But, short of that, removing them would be fine.
That means you have not uploaded and over-written functions_tal.php to directory /includes/
Oops.. I didn't copy recursively!
Kr33p3r
08-17-2010, 04:38 PM
Trying to manually add a user that was removed by admin from the ladder, I receive this:
Error. You have already entered this ladder click here to go back to the ladder.
Thoughts?
bananalive
08-19-2010, 11:41 AM
Trying to manually add a user that was removed by admin from the ladder, I receive this:
Thoughts?
I think this occurs, when the user was previously in ladder but left. I'll look into it.
bananalive
08-19-2010, 11:44 AM
v4.2.0 Preview
New tournament display with JavaScript tabs. (Also works for browsers without JavaScript)
http://www.youtube.com/watch?v=OwzYAINcMuY
ProFifaLeagues
08-19-2010, 02:26 PM
v4.2.0 Preview
New tournament display with JavaScript tabs. (Also works for browsers without JavaScript)
http://www.youtube.com/watch?v=OwzYAINcMuY
Looking great :up:
bananalive
08-19-2010, 08:55 PM
I think this occurs, when the user was previously in ladder but left. I'll look into it.
Fixed for v4.2.0
When adding user to ladder, three things can now occur:
User is already in ladder, error message displayed and link back to ladder
User was part of ladder but left, thus their status in ladder is changed to active
User had never been part of ladder, so they are added
This should solve any previous error messages.
bananalive
08-19-2010, 09:05 PM
Just release v4.2.0, in first post, any problems/bugs post them here please.
ProFifaLeagues
08-20-2010, 02:53 AM
All Seems great after update to 4.20 Thank you
ProFifaLeagues
08-20-2010, 07:55 PM
Would there be any way of pulling the Challenges and upcoming Matches into the forum sideblock by any chance????
Thanks for the help in advance
Hi there,
im Testing the Tournament script for a new Side im creating. Got 2 Questions:
1. Is there a way a Player can submit a result? (and maybe the other player need to approve it)
2. Is there a Way to seperate a Category from some Groups for example i got a Group Premium Members and i want an internal Tournament only for Members of the group`
3. I need to increase the max Players on a tournament to 1024 is this possible?
stwan
08-22-2010, 07:23 PM
bananalive, please read this message (https://vborg.vbsupport.ru/showpost.php?p=2087303&postcount=977) and this page (https://vborg.vbsupport.ru/showthread.php?t=245023&page=66)...
Kr33p3r
08-23-2010, 12:10 AM
We have a bug it seems. We can provide access if needed.
There is a bug on the tournament bracket in the second leg of 64 at the top.
The system is not letting admins progress Spades (system id: 1901) through his win in the match between him and shew. For the sake of keeping the tournament going, I just progressed shew (system id:1692) and Spade's opponents know of the bug so recognized shew on the bracket as Spades.
I tried swapping Spades with shew, same problem. I even tried moving him to another slot of the bracket, same problem. Now even shew can not be progressed.
The rest of the bracket is fine.
Mulle
08-23-2010, 05:03 AM
Is it possible to determine how the players should be arranged in bracket?
I guess it's random otherwise?
bananalive
08-23-2010, 02:14 PM
We have a bug it seems. We can provide access if needed.
If you pm me the details, then I'll look into it.
bananalive
08-23-2010, 02:16 PM
Is it possible to determine how the players should be arranged in bracket?
No.
I guess it's random otherwise?
Yes
bananalive
08-23-2010, 02:18 PM
bananalive, please read this message (https://vborg.vbsupport.ru/showpost.php?p=2087303&postcount=977) and this page (https://vborg.vbsupport.ru/showthread.php?t=245023&page=66)...
I'll look into the issue with vB experience
Edit: the problem is with plugin vBExperience (links)] executed on hook location global_setup_complete
Change hook location from global_setup_complete to process_templates_complete and that should fix issue.
bananalive
08-23-2010, 02:19 PM
Hi there,
im Testing the Tournament script for a new Side im creating. Got 2 Questions:
1. Is there a way a Player can submit a result? (and maybe the other player need to approve it)
2. Is there a Way to seperate a Category from some Groups for example i got a Group Premium Members and i want an internal Tournament only for Members of the group`
3. I need to increase the max Players on a tournament to 1024 is this possible?
1. Yes for ladder challenge results, not for tournaments
2. Not at the moment
3. No, the algorithms do not work with that number of players.
Crystal Shards
08-23-2010, 04:29 PM
I've installed it but there are no permissions on the usergroup page.
bananalive
08-23-2010, 04:33 PM
I've installed it but there are no permissions on the usergroup page.
Check that you have uploaded bitfield_tournament2008.php to /includes/xml/
Crystal Shards
08-23-2010, 04:44 PM
Yeah, nevermind. It turns out my FTP had frozen.
Mulle
08-24-2010, 05:07 AM
Originally Posted by Mulle
Is it possible to determine how the players should be arranged in bracket?
No.
Is it possible to do some changes that makes it work?
In that case, what and where should I edit?
Gold Phan7om
08-24-2010, 09:22 AM
In my tournament structure I am having problems with moving 1 particular team forward, after each team name on the ladder there is a button with to arrows [>>] called progress. however this button doesn't work, I was wondering if anyone could help me?
bananalive
08-24-2010, 10:39 AM
We have a bug it seems. We can provide access if needed.
The attached files should fix your problem
Upload tournaments.php to forum directory
Upload functions_tal.php to /includes/
bananalive
08-24-2010, 10:40 AM
In my tournament structure I am having problems with moving 1 particular team forward, after each team name on the ladder there is a button with to arrows [>>] called progress. however this button doesn't work, I was wondering if anyone could help me?
Have you got javascript enabled?
What is the team name?
Gold Phan7om
08-24-2010, 04:09 PM
Have you got javascript enabled?
What is the team name?
Yes javascript is enabled, this isnt happening on other browsers and the team name is Devil's incarnation squad'
semka
08-25-2010, 09:29 PM
It possible to back comment box under Tournament resultats?
stwan
08-27-2010, 01:02 PM
I'll look into the issue with vB experience
Edit: the problem is with plugin vBExperience (links)] executed on hook location global_setup_complete
Change hook location from global_setup_complete to process_templates_complete and that should fix issue.
Please fix in next version :)
stwan
08-27-2010, 01:29 PM
please make Words => in the phrase:
line 2290:
This ladder has no tournaments.
line 2308:
Create a new tournament linked to this ladder.
betts02
08-29-2010, 12:03 AM
When i click join tournament i get :
vBulletin Message
You are not Leader of any team which is eligible to join this tournament - check the maximum/ minimum team members of the ladder if you are leader of a team. Click here to go back to the tournament.
When i click the "Click here", it says "vBulletin Message
Error. Invalid tournament"
Merjawy
08-29-2010, 03:56 AM
Installed it and the tab in navbar still visible to guests who have no permissions to anything to do with it
They get nowhere when they click it but its still showing
Can you make it where the tab doesn't show to who don't have permissions?
Thanks
bananalive
08-29-2010, 07:42 PM
please make Words => in the phrase:
line 2290:
This ladder has no tournaments.
line 2308:
Create a new tournament linked to this ladder.
Fixed in v4.2.1
bananalive
08-29-2010, 07:43 PM
When i click join tournament i get :
vBulletin Message
You are not Leader of any team which is eligible to join this tournament - check the maximum/ minimum team members of the ladder if you are leader of a team. Click here to go back to the tournament.
When i click the "Click here", it says "vBulletin Message
Error. Invalid tournament"
Fixed in v4.2.1
bananalive
08-29-2010, 07:43 PM
Yes javascript is enabled, this isnt happening on other browsers and the team name is Devil's incarnation squad'
Fixed in next version - v4.2.1
bananalive
08-29-2010, 07:45 PM
It possible to back comment box under Tournament resultats?
I don't understand the question.
But to change the layout of the tournament page, edit template tmnt_display.
Gold Phan7om
08-29-2010, 08:05 PM
Just upgraded and works perfect Thanks!
bananalive
08-29-2010, 08:23 PM
v4.2.1 Video of seasons
http://www.youtube.com/watch?v=PPiHxlmIY40
ProFifaLeagues
08-29-2010, 08:46 PM
Upgraded easy as always top work thanks!!!
FireflyP2C
09-01-2010, 05:22 AM
Great script. But one thing missing. The ability to set different challenge options for each ladder. This could be done via drop boxes if we have a place to add the choices per ladder. Like add a time/date check box, plus other game specific options via admin. For example for a MW2 ladder you could add Perks - yes no, Air Support - yes no, harcore - yes no etc. Then different options for another game.
Raeven
09-01-2010, 11:06 AM
I have 2 small Question:
Would it be Possible to have additional "Leaders" for a Squad. What I mean is:
Admin (Same as the Leader, just cant be removed by a Leader)
Co Admin (Same as leader, but can be removed by Admin, but not by Leader)
Leader (normal as now)
Co Leader (normal as now)
(also I would need 2 more "Ranks" in between of Co-Admin and leader), since I want to use that for my Clan Rosters as well ;) (way better then to use these current Roster Addons)
And next Thing:
Is it somehow possible to show a Roster alone (without the Sidebar), so I can integrate them better as rosters, into each Squads Forum Part ;).?
//edit: Btw. This is one of the most useful Mods ever for a Clan Forum ;).
ilbianconiglio
09-01-2010, 02:13 PM
Hi, I'm new to the vbulletin system.
I just installed this mod and it seems to works fine. Anyway I want to translate it to Italian.
How can I do it? Which is the best and scalable way?
stwan
09-02-2010, 01:08 PM
Bugs 4.2.1beta (Mozilla 3.6.8):
https://vborg.vbsupport.ru/
http://s54.radikal.ru/i143/1009/6f/1315709d4351.jpg
Not show the number of tournaments and ladder (Uncategorised):
https://vborg.vbsupport.ru/external/2010/09/57.jpg
Please make Words => in the phrase:
Line 1527:
<p class="label">Link this tournament to a Ladder</p>
Line 5241:
<label for="prize">Link this tournament to a Ladder</label>
Line 5243:
Winner gets <input class="textbox numeric" name="prize" value="50" size="5" maxlength="4" type="prize" /> points added to their elo rating in ladder:
Line 1535:
Winner gets <input class="textbox numeric" name="prize" value="{vb:var tmnt.prize}" size="5" maxlength="4" type="prize" /> points added to their elo rating.
In competitions.php?do=help please make all Words => phrases.
For xhtml 1.0 in template tmnt_help + new version player youtube:
<object width="384" height="231"><param name="movie" value="http://www.youtube.com/v/SLoRv3mcmls?fs=1&hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/SLoRv3mcmls?fs=1&hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="384" height="231"></embed></object>
Replace:
<object class="restrain" type="application/x-shockwave-flash" width="384" height="231" data="http://www.youtube.com/v/SLoRv3mcmls?version=3&color1=0xb1b1b1&color2=0xcfc fcf&feature=player_embedded">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&fe ature=player_embedded" />
<param name="wmode" value="transparent" />
<param name="allowfullscreen" value="true" />
<!--[if IE 6]>
<embed width="384" height="231" type="application/x-shockwave-flash" src="http://www.youtube.com/v/SLoRv3mcmls?version=3&color1=0xb1b1b1&color2=0xcfc fcf&feature=player_embedded" />
<![endif]--></object>
and
<object width="384" height="231"><param name="movie" value="http://www.youtube.com/v/hOjkZq1tiRg?fs=1&hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hOjkZq1tiRg?fs=1&hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="384" height="231"></embed></object>
Replace:
<object class="restrain" type="application/x-shockwave-flash" width="384" height="231" data="http://www.youtube.com/v/hOjkZq1tiRg?version=3&color1=0xb1b1b1&color2=0xcfc fcf&feature=player_embedded">
<param name="movie" value="http://www.youtube.com/v/{vb:raw code}?version=3&color1=0xb1b1b1&color2=0xcfcfcf&fe ature=player_embedded" />
<param name="wmode" value="transparent" />
<param name="allowfullscreen" value="true" />
<!--[if IE 6]>
<embed width="384" height="231" type="application/x-shockwave-flash" src="http://www.youtube.com/v/hOjkZq1tiRg?version=3&color1=0xb1b1b1&color2=0xcfc fcf&feature=player_embedded" />
<![endif]--></object>
nosretap
09-02-2010, 11:43 PM
Thanks for any help!
1- I have installed the mod and it doesn't give me the ability to create a ladder. I can create a tournament, but not a ladder.
http://media.gamehouse.com/m/GHBlog/Social/Extra/No%20New%20Ladder.JPG
Any ideas why?
2- Also, I was an idiot and forgot to "upgrade" the mod from 2.8.4. I, instead, uninstalled the old one, and installed the new one with my vB 4.0* install so lost all of my data. I have a vb database backup from the day before, how hard is it to get the tmnt_* data from the "old" format and insert it in to the "new" one?
Thanks!
bananalive
09-03-2010, 12:14 PM
Bugs 4.2.1beta (Mozilla 3.6.8):
...
Fixed phrases and css bugs for v4.2.2
Youtube are now embedded using the new YouTube iframe embed (supporting HTML5)
Help page is now phrased.
bananalive
09-03-2010, 12:25 PM
Thanks for any help!
1- I have installed the mod and it doesn't give me the ability to create a ladder. I can create a tournament, but not a ladder.
http://media.gamehouse.com/m/GHBlog/Social/Extra/No%20New%20Ladder.JPG
Any ideas why?
2- Also, I was an idiot and forgot to "upgrade" the mod from 2.8.4. I, instead, uninstalled the old one, and installed the new one with my vB 4.0* install so lost all of my data. I have a vb database backup from the day before, how hard is it to get the tmnt_* data from the "old" format and insert it in to the "new" one?
Thanks!
1. Usergroup permissions are split into two blocks: Tournament and Ladder Permissions and More Tournament and Ladder Permissions. Ladder permissions are in the latter.
2. The table structure for this modification has not changed very much since v2.8.4 so you should be able to get the data from your backup and add it via phpmyadmin.
bananalive
09-03-2010, 12:27 PM
Hi, I'm new to the vbulletin system.
I just installed this mod and it seems to works fine. Anyway I want to translate it to Italian.
How can I do it? Which is the best and scalable way?
Use the phrase manager in AdminCP, and translate each phrase.
All the phrases for this modification begin with either tmnt_ or ladder_
stwan
09-03-2010, 01:57 PM
In version 4.2.1beta not corrected conflict with vBExpirience!
And bug:
Guests can not see Tournaments and Ladder, although the setting is right on the view...
betts02
09-04-2010, 08:57 AM
Does the latest version work with more than 8 teams in the double elimination ?
And still coming back to see if any news on a league intergrated or stand alone
bananalive
09-06-2010, 12:48 PM
In version 4.2.1beta not corrected conflict with vBExpirience!
Did you try this:
the problem is with plugin vBExperience (links)] executed on hook location global_setup_complete
Change hook location from global_setup_complete to process_templates_complete and that should fix issue.
In version 4.2.1beta not corrected conflict with vBExpirience!
And bug:
Guests can not see Tournaments and Ladder, although the setting is right on the view...
I cannot replicate this error.
bananalive
09-06-2010, 12:48 PM
Does the latest version work with more than 8 teams in the double elimination ?
And still coming back to see if any news on a league intergrated or stand alone
No, not yet.
What is it you wanted from a league? I'm not really sure what a league is.
FireflyP2C
09-06-2010, 01:41 PM
A league is where plays each other once ( or a set number of time ) in a season, with a set number of point for a win or draw. After everyone has played each other once the team with the most points wins. Like any football league in the world.
BTW is it possible to add more challegne options, and to have different challenge options for each ladder?
betts02
09-06-2010, 02:06 PM
League system consists of this example :
6 x teams
Each team would have 1 match per week
Each team would play a Home and Away match
With a Home and Away match, that means each team would play the other team twice over the season
So the whole season for 6 teams would last 10 weeks
5 Home games
5 Away games
each score would be points set per win and draw
Optional settings for Points For and Against
This meaning if in football, 2 teams win/draw and end up on the same points at the end of the season
You take all the goals team a scored and take away all the goals they had against them
Same with team b
nosretap
09-07-2010, 04:50 PM
Thanks, Bananalive, but I don't have a More Tournament and Ladder Permissions unless I am just not finding it! I have looked everywhere!
(Followup: found it in Usergroup Manager. Was looking in 'Settings'). Thanks!
ilbianconiglio
09-07-2010, 07:49 PM
A great service is to allow the two competitor to upload own replay of the match.
Also, can you allow the competitor to report/approve the results?
I use this to run StarCraft II tournaments on my forum. We have a 64 person tournament going right now and it's working out great. It would be nice if we were allowed to attach files and assign races / classes to each match. Beyond that, great job! I hope the Double Elimination gets sorted out for larger tournaments soon.
betts02
09-08-2010, 09:49 PM
I see the option to progress a team/player to the next round in a tournament
But no option to revert it
If you be accident progress a wrong team, How can you edit this and progress the correct team ?
betts02
09-08-2010, 11:10 PM
When the tournament is created and i have selected the thread to post it up in
It displays it fine exemp this part :
No Players: 8
Type: de
k_e_i_k_u_n_1_7
09-10-2010, 02:25 AM
Thanks mate, we'll be using this tourney plugin extensively
Jimbolosey
09-10-2010, 01:35 PM
Database error in vBulletin 4.0.6:
Invalid SQL:
SELECT *
FROM vbtmnt_ladders
WHERE groupid != 0
ORDER BY groupid ASC;
MySQL Error : Unknown column 'groupid' in 'where clause'
Error Number : 1054
Request Date : Friday, September 10th 2010 @ 09:33:52 AM
Error Date : Friday, September 10th 2010 @ 09:33:52 AM
Script : http://www.****.com/forums/ladders.php?do=edit&id=1
Referrer : http://www.****.com/forums/ladders.php?do=view&id=1
IP Address : ****
Username : ****
Classname : vB_Database
MySQL Version : 5.0.91mm-log
I get this when trying to edit a ladder. I just wanted to change the icon... I can't find anything in the database about ladders, only a column for categories. Can someone give me specifics on the columns needed?
bananalive
09-10-2010, 02:05 PM
Database error in vBulletin 4.0.6:
Invalid SQL:
SELECT *
FROM vbtmnt_ladders
WHERE groupid != 0
ORDER BY groupid ASC;
MySQL Error : Unknown column 'groupid' in 'where clause'
Error Number : 1054
Request Date : Friday, September 10th 2010 @ 09:33:52 AM
Error Date : Friday, September 10th 2010 @ 09:33:52 AM
Script : http://www.****.com/forums/ladders.php?do=edit&id=1
Referrer : http://www.****.com/forums/ladders.php?do=view&id=1
IP Address : ****
Username : ****
Classname : vB_Database
MySQL Version : 5.0.91mm-log
I get this when trying to edit a ladder. I just wanted to change the icon... I can't find anything in the database about ladders, only a column for categories. Can someone give me specifics on the columns needed?
The above error is occuring due to a missing column in your mysql database. Table 'vbtmnt_ladders' is missing column 'groupid' with following details: int(10), NOT NULL, default value '0'.
Have you imported the latest product file, allowing over-write?
bananalive
09-10-2010, 02:06 PM
When the tournament is created and i have selected the thread to post it up in
It displays it fine exemp this part :
No Players: 8
Type: de
Fixed for next version, in meanwhile you have to edit manually edit affected threads.
bananalive
09-10-2010, 02:07 PM
I see the option to progress a team/player to the next round in a tournament
But no option to revert it
If you be accident progress a wrong team, How can you edit this and progress the correct team ?
At the moment you can only regress players within Single Elimination tournaments.
PJSkiboy
09-10-2010, 02:08 PM
Not sure if this has already been mentioned in this thread or not (shame on me for not searching), but it would be nice if you could input scores and have them next to the usernames in the brackets. Would also be nice if you could display something like team icons as well, but that's just getting greedy, lol.
bananalive
09-10-2010, 02:09 PM
A great service is to allow the two competitor to upload own replay of the match.
Also, can you allow the competitor to report/approve the results?
Not at the moment.
bananalive
09-10-2010, 02:20 PM
BTW is it possible to add more challegne options, and to have different challenge options for each ladder?
Added in next version
Robbed
09-10-2010, 03:55 PM
One suggestion:
Would it be possible to make tournaments best out 3, 5, 7. On the tree you would be able to change the series every time someone wins then it would only advance after 2 , 3 , 4 wins depending on the series?
Jimbolosey
09-10-2010, 04:14 PM
The above error is occuring due to a missing column in your mysql database. Table 'vbtmnt_ladders' is missing column 'groupid' with following details: int(10), NOT NULL, default value '0'.
Have you imported the latest product file, allowing over-write?
Yeah, I originally had 4.2.0, but that gave me all the errors. I tried the 4.2.1 beta and its working now.
*I think I got the version #s right...
HighJinx
09-11-2010, 12:51 PM
We are in the online competitive gaming scene playing the likes of Call of Duty 4 and more and would like to get more involved with running cups/tournaments/ladders as do other gaming orgs, but most of the popular cup sites use webspell with its own cup addon, we would like to utilize our vb with your mod.
We have the Tournaments & Ladders Manager v4.2.0 mod installed on our site http://high-jinx.net/competitions.php, we are playing around with it until we go live, we have a few requests or ideas for a future version.
edit each round or stage of a tournament
add round 1, round 2, quarterfinal, semi-final, final plus an image insert
manually move teams into tournament slots
option to prefix teams with a branding name
shorten the width of the tree background (possibly our style modification)
add custom profile fields for the teams
Thanks in advance :D, a very good mod.
bananalive
09-11-2010, 02:07 PM
Preview of Customisable Fields for Ladder Challenges
Available in v4.2.2+
Customisable per ladder
Default: 'Best of' & 'Map'
http://www.youtube.com/watch?v=bO1y5yhze1g
Edit: v4.2.2 also includes:
Round names at top of each round/column
admin can now add multiple players to tournaments (seperate each username by a semi colon ';'))
other things...
CharlieDelta
09-11-2010, 02:23 PM
Preview of Customisable Fields for Ladder Challenges
Available in v4.2.2+
Customisable per ladder
Default: 'Best of' & 'Map'
http://www.youtube.com/watch?v=bO1y5yhze1g
Awesome!!!
ProFifaLeagues
09-11-2010, 03:00 PM
Preview of Customisable Fields for Ladder Challenges
Available in v4.2.2+
Customisable per ladder
Default: 'Best of' & 'Map'
http://www.youtube.com/watch?v=bO1y5yhze1g
Great news thanks for all the work you put in to this mod!!!!
Nephalim
09-11-2010, 04:51 PM
This was awesome in my 3.8.6 forum just upgraded to 4 and all is good. But where do you now add team logos? There is no button or I'm just not seeing it :)
Thank you much
D'oh nevermind. My template skin is dark and did not see the edit button!
Nephalim
09-12-2010, 02:01 AM
Hi. Using VB 4.0.5 and my Members can't see the 'Help' link for tournaments when logged in. But if they log out they can see it? Also, they can't signup as a free agent because they can't see the free agent link either. But when not logged in we can see it? How can I fix this?
Thank you much
Nephalim
09-12-2010, 02:47 PM
Hi. Using VB 4.0.5 and my Members can't see the 'Help' link for tournaments when logged in. But if they log out they can see it? Also, they can't signup as a free agent because they can't see the free agent link either. But when not logged in we can see it? How can I fix this?
Thank you much
bump ...:cool:
bananalive
09-12-2010, 03:49 PM
Hi. Using VB 4.0.5 and my Members can't see the 'Help' link for tournaments when logged in. But if they log out they can see it?
Check your usergroup permissions. Help link will show to those who have permission to view either tournament or ladders.
Also, they can't signup as a free agent because they can't see the free agent link either. But when not logged in we can see it? How can I fix this?
Free agent link will only appear to those who aren't members of other teams.
The link should not be showing for unregistered members, which has been fixed for v4.2.2
Nephalim
09-12-2010, 06:40 PM
Check your usergroup permissions. Help link will show to those who have permission to view either tournament or ladders.
Free agent link will only appear to those who aren't members of other teams.
The link should not be showing for unregistered members, which has been fixed for v4.2.2
Thanks for reply. I am the admin there and can't see the help link unless I log off. Doesn't work for a test account too that has permissions to view all and join. That's cool the free agent thing! But the link shows for any unregistered. I have unregistered set to view only tournaments.
bananalive
09-12-2010, 07:51 PM
Thanks for reply. I am the admin there and can't see the help link unless I log off. Doesn't work for a test account too that has permissions to view all and join. That's cool the free agent thing! But the link shows for any unregistered. I have unregistered set to view only tournaments.
Are you in any teams?
Nephalim
09-12-2010, 08:11 PM
Are you in any teams?
Yes, I am. I have asked my helpers and it doesn't show for them either. I can PM you if you like:)
FireflyP2C
09-13-2010, 08:51 AM
Preview of Customisable Fields for Ladder Challenges
Available in v4.2.2+
Customisable per ladder
Default: 'Best of' & 'Map'
http://www.youtube.com/watch?v=bO1y5yhze1g
Edit: v4.2.2 also includes:
Round names at top of each round/column
admin can now add multiple players to tournaments (seperate each username by a semi colon ';'))
other things...
Very impressive. Will we be able to change the map field and can we add as many seperate options to each ladder, ie one ladder has 4 options and another ladder has 6 completely different options?
bananalive
09-13-2010, 12:05 PM
Very impressive. Will we be able to change the map field and can we add as many seperate options to each ladder, ie one ladder has 4 options and another ladder has 6 completely different options?
Yep, 'Map' and 'Best of' are the two default fields, but they can be changed/deleted and then you can add as many other options as you need.
And yes they are definable per ladder.
bananalive
09-13-2010, 12:07 PM
Yes, I am. I have asked my helpers and it doesn't show for them either. I can PM you if you like:)
So that's why the link isn't displaying for you.
If you create a new user, then they will see the link.
It's more clear in v4.2.2
Nephalim
09-13-2010, 12:14 PM
So that's why the link isn't displaying for you.
If you create a new user, then they will see the link.
It's more clear in v4.2.2
Hmm... I will upload a image because not only does the help link not show .... the whole row of navigation links doesn't show :(
The first one is when not logged in unregistered.
The second one is logged in member!
bananalive
09-13-2010, 02:00 PM
Hmm... I will upload a image because not only does the help link not show .... the whole row of navigation links doesn't show :(
The first one is when not logged in unregistered.
The second one is logged in member!
Can any users logged in see the navigation menu?
It may be modification conflict, are you using vBexperience?
Nephalim
09-13-2010, 02:50 PM
Can any users logged in see the navigation menu?
It may be modification conflict, are you using vBexperience?
No and not using vb experience. But, I will update to 4.2.2 and see if it fixes this. thank you much. Awesome add on:up:
It still doesn't show
bananalive
09-13-2010, 03:30 PM
No and not using vb experience. But, I will update to 4.2.2 and see if it fixes this. thank you much. Awesome add on:up:
It still doesn't show
What other modifications are you using?
Nephalim
09-13-2010, 03:40 PM
What other modifications are you using?
Hi, tried sending a PM to you with a test account for site if you would like to look at source. Your inbox is full :)
Hi there and excellent mod!
For those with the "Deprecated" on top of the screen you can replace
Line 586 of ladders.php
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
with this one
unset ($bbcode_parser);
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
and same thing on tournaments.php on line 3096
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
with this
unset($bbcode_parser);
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
This is for php 5.3.x users!
Again excellent mod ! Keep it up!
-Yiannis
Nephalim
09-13-2010, 05:10 PM
Yiannis. Sorry, what is deprecated?
"Assigning the return value of new by reference is deprecated"
<5.x.x
$node_obj =& new someClass($somearg, $moreargs);
>=5.x.x
$node_obj = new someClass($somearg, $moreargs);
and it's a good thing to unset($node_obj) before the assignment, especially in loops.
I am not sure in which version of php the deprecation took place. In my 5.3.0 it surely is.
Also may I request you consider upcoming events displayed in Calendar plz?
Thanx a mil.
wold3mort
09-13-2010, 06:22 PM
Hi I have a question,
was recently concluded a tournament and followed the pattern of this product, the result of the last game of the tournament is wrong because theres been a problem between the players and then to repeat this game, the problem I have is that the tournament Now I flag as closed and I can not undo the last result as I fix? thanks
champendk
09-13-2010, 10:58 PM
Does user report scores from matches or is it done by admin?
wold3mort
09-13-2010, 11:45 PM
Let me explain, I'm admin and I created the tournament on fifa10 ps3 users have to do lots and write the result on the forum and I have to score the winner in the tournament, the error was mine because I scored a winner instead of another .. how do I change it?
Does user report scores from matches or is it done by admin?
in Ladder both users have to report same score and if not then the match is desputed.
in Tournament admin/mod has to post scores.
wold3mort
09-14-2010, 03:07 PM
how do I change the winner of a tournament?
dodgeuk19
09-14-2010, 05:57 PM
hi i have this error, once i created a ladder,
Database error in vBulletin 4.0.3:
Invalid SQL:
SELECT players.*, players.userid AS userid,
user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, user.username AS username
, userfield.*, usertextfield.* , players.rank AS rank
FROM vbtmnt_ladder_players AS players
LEFT JOIN vbuser AS user ON (players.userid = user.userid) LEFT JOIN vbavatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vbcustomavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
WHERE players.lid=1
AND players.active=1
ORDER BY players.rank DESC,
players.wins DESC,
players.draws DESC
LIMIT 0, 25;
the ladder shows but i when i click on it i get the same message,
any ideas
Thanks
Dodge
i have installed latest version too, will try unistalling and will post again
dodgeuk19
09-14-2010, 07:17 PM
have removed and reinstalled it, seems to be working
bananalive
09-15-2010, 06:03 PM
how do I change the winner of a tournament?
You can't, unless you edit the database via phpmyadmin.
bananalive
09-15-2010, 06:10 PM
Hi there and excellent mod!
For those with the "Deprecated" on top of the screen you can replace
Line 586 of ladders.php
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
with this one
unset ($bbcode_parser);
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
and same thing on tournaments.php on line 3096
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
with this
unset($bbcode_parser);
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list(), true);
This is for php 5.3.x users!
Again excellent mod ! Keep it up!
-YiannisCorrected for future versions.
FireflyP2C
09-16-2010, 07:42 AM
First of great job. Adding the challenge options so quickly is very impressive. Ive worked with alot of gaming scripts and this one is very professional. Can I suggest some future upgrades that have worked well on some of the major gaming sites I have worked on.
1. Dedicated rules pages for each ladder.
2. When reporting a loss, the losing team picks a man of the match from the opposing team.
3. Leader board of man of the match.
4. Set staff to individual ladders or groups of ladder with different permission sets.
5. Ticket system ( via pm ) that can be viewed by only the staff assigned to that ladder.
6. Automatic achievements on ladder. Ie team wins 5 games in a row or loses 3 straight games. Icon on team page for each acheivement.
7. Option for drop down menu for certain challenge options ( ie time/date option )
8. Option to let teams insert a youtube video on their team page.
Thats all for now, hope you dont think Im asking for too much. Just suggestions to improve an already great script.
noddyy
09-16-2010, 08:54 AM
They would be great additions to this already great mod!
champendk
09-16-2010, 10:07 AM
You can't, unless you edit the database via phpmyadmin.
Is this something u will change in the future?
FireflyP2C
09-16-2010, 01:57 PM
Need to ask a question. How do the disputes work. We presume it was when 2 different scores where reported but thats not the case.
bananalive
09-16-2010, 04:27 PM
Need to ask a question. How do the disputes work. We presume it was when 2 different scores where reported but thats not the case.
Either player can dispute the challenge once it has been accepted, this puts a 'flag' next to the match and it will appear for Ladder Admins on the Disputed Matches page.
Disputed matches page shows who reported the match and has the option to pm both players and option for admin to submit the score.
bananalive
09-16-2010, 04:29 PM
Is this something u will change in the future?
Maybe, there are a few complications at the moment present at the moment which prevent simply adding a link to re-open tournament(s).
May I request you consider upcoming events (ladder or tournament) to have the option to put them automatically in Calendar plz?
Kr33p3r
09-17-2010, 11:12 PM
So, is it me or should semi-finals be the round BEFORE the finals?
http://en.wikipedia.org/wiki/Single-elimination_tournament
when eight remain at the start it is generally called the quarter-final round; this is followed by the semi-final round in which only four are left, the two winners of which then meet in the final or championship round.
ThatEbayGuy
09-18-2010, 02:57 AM
I'm probably just being retarded but I can't find how to create a tournament. The ladder seems straight forward, I just don't see a link to create a new tournament under competitions.
Edit: I definitely didn't see the usergroup permissions for tournaments. I'm good now.
Hello ,sorry for my bad english
when i created ladder ,tounament lms and single elimination OK
but double elimination :nothing, the players do not appear
an idea ?
thank you for your help
bananalive
09-18-2010, 07:41 PM
Hello ,sorry for my bad english
when i created ladder ,tounament lms and single elimination OK
but double elimination :nothing, the players do not appear
an idea ?
thank you for your help
There was an error in v4.2.2, I will be releasing bug fix v4.2.3 within next half hour.
bananalive
09-18-2010, 07:44 PM
So, is it me or should semi-finals be the round BEFORE the finals?
http://en.wikipedia.org/wiki/Single-elimination_tournament
It should go:
Quarter-Finals -> Semi-Finals -> Final -> Winner
bananalive
09-18-2010, 09:30 PM
v4.2.3 has just been released fixing the bugs relating to the tournament part of this modification found in v4.2.2.
thank you . very very good :D
ThatEbayGuy
09-19-2010, 03:55 AM
Is there any way I can take away the option to put in "Map" when you challenge someone on a ladder? I'm using this for Madden NFL 11 so there's no real point for that. If it's something small I can do, please let me know.
Thanks
betts02
09-19-2010, 05:53 AM
Upgraded to latest version and when i clic k to view my tournaments that was created before the upgrade i get :
Database error in vBulletin 4.0.5:
Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*,
postparsed.pagetext_html, postparsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid,
user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight , customavatar.width_thumb AS width_thumb, customavatar.height_thumb AS height_thumb
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN forumsavatar AS avatar ON(avatar.avatarid = user.avatarid)
LEFT JOIN forumscustomavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 1 AND postparsed.languageid = 1)
WHERE post.threadid = '3433'
AND post.visible != 2
ORDER BY post.dateline
LIMIT 1, 12;
MySQL Error : Table 'nextgen6_forum.post' doesn't exist
Error Number : 1146
Request Date : Sunday, September 19th 2010 @ 01:48:32 AM
Error Date : Sunday, September 19th 2010 @ 01:48:32 AM
Script : http://www.nextgenerationgamers.co.uk/forums/tournaments.php?do=view&id=6
Referrer : http://www.nextgenerationgamers.co.uk/forums/competitions.php?c=8
IP Address : 88.111.185.67
Username : NGG betts02
Classname : vB_Database
MySQL Version : 5.0.91-community
Any helo or ideas ?
Cheers in advance
bananalive
09-19-2010, 09:51 AM
Upgraded to latest version and when i clic k to view my tournaments that was created before the upgrade i get :
Database error in vBulletin 4.0.5:
Invalid SQL:
Any helo or ideas ?
Cheers in advance
Upload attached file to forum directory
bananalive
09-19-2010, 09:53 AM
Is there any way I can take away the option to put in "Map" when you challenge someone on a ladder? I'm using this for Madden NFL 11 so there's no real point for that. If it's something small I can do, please let me know.
Thanks
Yes:
Click Edit Ladder
Scroll down to bottom of page to Challenge Extra Fields
Remove 'Map' from field name
betts02
09-19-2010, 11:26 AM
Many thanks mate, Worked a treat
champendk
09-19-2010, 07:26 PM
I totally love this mod, best tournament script i ever tried, and still it has so much potential. I would like to see it become as good as Gamebattles.com wich is the best ladder site out there. Its good for inspiration :-)
Dont know if there is a roadmap for this mod?
There is a ton of things i would like to see added but dont want to seem to greedy.
Feature req.
1. when u play best of 3 to have the option to make people report 3 scores and summon up.
2. Add a date and a time on a challenge so people know when to be online.
3. Put on amount of hours(24 or 48) before u can challenge the same team, this is made to avoid cheat.
4. Make some widgets to put on frontpage of the cms (top 10 ranking, latest matches ect)
5. pay to play
6. create a player profile for singles as for teams
7 a more detailed team profile like http://gamebattles.com/xbox360/battlefield-bad-company-2/team/team-hk/.
8. Matchfinder is high on the wish list
9. League option
10. rules for each ladder/tournament and not as description
FireflyP2C
09-20-2010, 06:43 AM
Good ideas.
Another suggestion is a warlight. Basically the team admin can click their warlight on, which means a icon appears beside their team on the ladder indicating they are looking for a match. Its a good idea to have the icon dissappear automatically after 1 hour.
ProFifaLeagues
09-20-2010, 06:44 AM
Good ideas.
Another suggestion is a warlight. Basically the team admin can click their warlight on, which means a icon appears beside their team on the ladder indicating they are looking for a match. Its a good idea to have the icon dissappear automatically after 1 hour.
Now that would be top class
Even if the players would be able to do this it would be a great add on
FireflyP2C
09-20-2010, 09:22 AM
Another suggestion is a calendar on each teams page showing what matches they have accepted so people know when that team is free to challenge.
champendk
09-20-2010, 10:04 AM
Is it ok to change this line or remove it:
Tournaments & Ladders Manager v4.2.3 Copyright by BananaLive
If ok where do i do that?
Kr33p3r
09-20-2010, 06:54 PM
It should go:
Quarter-Finals -> Semi-Finals -> Final -> Winner
For me, it goes
Quarter-Finals -> Semi-Finals -> Final
With the Finals in the semi-finals column and winner in the finals
http://www.cyberneticpunks.com/forums/tournaments.php?do=view&id=13
Konsolenheld
09-21-2010, 09:00 AM
Is there any German Translation?
ThatEbayGuy
09-22-2010, 03:15 AM
As an Admin, how can I see what was put in the Extra Fields? I'm using one of the fields as a game rules section, so how can I see to the rules they agreed on before the game?
Thanks
FireflyP2C
09-22-2010, 06:24 AM
It would be easier to have a link to a rules page in the header paragragh of the ladder.
FireflyP2C
09-22-2010, 09:56 AM
I know Im getting annoying now.
But how about warrning ticks beside a team/player on the ladder and on their profile page. The admin can give ticks, and say get 3 ticks and your team is disqualified.
Back on my old site Paniczoom, we had a reputation system. 1 to 5 stars. submitted after every match when the teams entered the score.
champendk
09-22-2010, 10:07 AM
I know Im getting annoying now.
I dont think so, you are helping making this script better, like the rest of us :-)
Kr33p3r
09-23-2010, 11:48 PM
Tournament admins are not about to move contestants up in the bracket.
http://www.cyberneticpunks.com/forums/tournaments.php?do=view&id=15
I verified that the original template has the same problems to rule out my modifications. The arrow just isn't there. Double checked permissions, etc.
Can provide login if needed.
bananalive
09-24-2010, 08:40 AM
Tournament admins are not about to move contestants up in the bracket.
http://www.cyberneticpunks.com/forums/tournaments.php?do=view&id=15
I verified that the original template has the same problems to rule out my modifications. The arrow just isn't there. Double checked permissions, etc.
Can provide login if needed.
Upload attached file to /includes/ folder in forum directory
bananalive
09-24-2010, 08:42 AM
For me, it goes
Quarter-Finals -> Semi-Finals -> Final
With the Finals in the semi-finals column and winner in the finals
http://www.cyberneticpunks.com/forums/tournaments.php?do=view&id=13
Fixed in latest version
bananalive
09-24-2010, 08:49 AM
Is it ok to change this line or remove it:
Tournaments & Ladders Manager v4.2.3 Copyright by BananaLive
If ok where do i do that?
If you remove the copyright, I would request that you make a donation, to help support the modification. You can make a donation by clicking the 'Support Developer' in the first post. The copyright line is at the bottom of template 'tmnt_shell'.
champendk
09-24-2010, 01:31 PM
Donation of 50$ made ... But would have anyway just didnt know where :-)
Keep up the good work and ill donate some more
Kr33p3r
09-26-2010, 07:20 AM
Upload attached file to /includes/ folder in forum directory
Worked, thanks!
rwolf64
09-27-2010, 01:29 AM
How can I reset the information... Example: I want the points in postbit and everything to go back to installation default... How can I do that?
midnz
09-27-2010, 03:52 AM
How can I reset the information... Example: I want the points in postbit and everything to go back to installation default... How can I do that?
Have you tried uninstalling and then reinstalling?
way2xtreme
09-27-2010, 06:03 AM
Hi, I have 2 questions:
1, How do you update a match in the single elimination chart from tournament admin?
2, Can you put the score result in single elimination chart?
Thanks
W
champendk
09-27-2010, 12:36 PM
Hi
i dont know what went wrong but when i start a tournament i cant find where to report scores? the arrows is on duble elimination tournament but not on the single...
champendk
09-28-2010, 06:57 PM
can anyone help?
rwolf64
09-28-2010, 08:34 PM
Have you tried uninstalling and then reinstalling?
Well no, cause I don't want to erase the created ladders.
SB Staff
09-28-2010, 10:41 PM
I downloaded this and testing the tourney feature. I setup the tourney - but no where for the teams to report the match results for their round? Can you point me where they are to report tourney match results at please?
madrtr
09-28-2010, 11:54 PM
Any chance of releasing it without the ELO system, and just having a points based system for win / loss?
more than happy to donate to look into this.
champendk
09-28-2010, 11:57 PM
Or even better.. A way to change the point system to our desire
DeadSilence_
09-29-2010, 02:03 AM
I can't seem to install it properly. Can anyone help? It keeps giving me this when I go to import the file:
Importing Product, Please Wait...
[:]
vBulletin Message
unclosed_tag
ThatEbayGuy
09-29-2010, 04:18 AM
How exactly do the Elo points work for ladders? I have a guy who is 1-0 with 1036 points and a guy who is 4-0 with 1016 points. I honestly have no idea what's going on with it. If it's relevant, I changed my K-Value from 50 to 100 before any games were played.
Also I'm using this for Madden 11 so does the score affect it? Because we get games like 56-21 or even more of a blow out.
Oh and finally, would you be willing to help come up with a new algorithm for determining Elo rating? I'd be willing to make a donation.
Thanks
owning_y0u
09-29-2010, 08:47 AM
is it correct that this only mod is using the primaryuser group to copy the rights??
as i have a friend that is additional in the Admin group but cant enter the competions mod, while i can and i'm in the primary admin group.
Currently all other groups are blocked to view it
singsign
09-29-2010, 03:19 PM
How can I make the team logos bigger on the page?
SB Staff
09-29-2010, 09:41 PM
Or even better.. A way to change the point system to our desire
Agree - would love a system where in admin setup you can set the points for a win and the negative points for a loss. Thanks!
SB Staff
09-29-2010, 09:43 PM
I can't seem to install it properly. Can anyone help? It keeps giving me this when I go to import the file:
Importing Product, Please Wait...
[:]
vBulletin Message
unclosed_tag
See the READ ME file in the download files. You have to first upload with FTP to your root directory (see where and what files in the read me section) to your server. Then you try to import the product file.
singsign
09-29-2010, 11:50 PM
For some reason I can't access the Mod and I am the Admin... I was going to make a donation since I erased the copyright info, and you said it could be done if I made a donation. What I want to know is, if that is the reason why I couldn't access the Mod... Please let me know, I have a tournament on monday with GameStop and I need the Mod for it. This is what it says:
"You do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation."
Tried messing with the usergroup settings under Admin?
owning_y0u
09-30-2010, 04:25 AM
@rwolf64 edit your usergroups to let them view the mod,
For admin turn all Tournament and ladder permissions to yes, and set the maximum teams a user can create to a amount you want to let them create.
Do not set Tournament Moderator to Yes for registrated users or other usergroups you dont want to have full controll over all tournaments/ladders.
ThatEbayGuy
09-30-2010, 07:30 PM
How exactly do the Elo points work for ladders? I have a guy who is 1-0 with 1036 points and a guy who is 4-0 with 1016 points. I honestly have no idea what's going on with it. If it's relevant, I changed my K-Value from 50 to 100 before any games were played.
Also I'm using this for Madden 11 so does the score affect it? Because we get games like 56-21 or even more of a blow out.
Oh and finally, would you be willing to help come up with a new algorithm for determining Elo rating? I'd be willing to make a donation.
Thanks
midnz
09-30-2010, 08:20 PM
How exactly do the Elo points work for ladders? I have a guy who is 1-0 with 1036 points and a guy who is 4-0 with 1016 points. I honestly have no idea what's going on with it. If it's relevant, I changed my K-Value from 50 to 100 before any games were played.
Also I'm using this for Madden 11 so does the score affect it? Because we get games like 56-21 or even more of a blow out.
Oh and finally, would you be willing to help come up with a new algorithm for determining Elo rating? I'd be willing to make a donation.
Thanks
ELO Rating System - Explained
The ELO Rating System has been around for decades. It was originally used for rating chess players but is portable to other games and fits in well with web games. Here's what it does:
ELO is used to rate players based on skill level. It is generally used for two player games like chess but can be modified.
A new player is assigned a default rating, say 1200.
Two players compete and end with one of three results: player 1 wins, player 2 wins, players 1 & 2 tie.
The two player's ratings are fed into an algorithm along with the end state of the game and a new rating for each player is returned.
If two players both rated 1200 played and player 1 wins then player 1 will have a rating of about 1205 and player 2 will be 1195. What makes ELO so cool is what happens over time. Players that win a lot end up with higher ratings. But the higher rated player starts to see diminishing returns for defeating low ranked players. So in order for a high ranked player to increase his rank, he must defeat other higher ranked players. If a high ranked player loses to a low ranked player, he loses much more of his rating then he'd gain if he won the match. Over time the game players will end up being rated based on their skill level rather than other factors.
ThatEbayGuy
09-30-2010, 11:08 PM
ELO Rating System - Explained
The ELO Rating System has been around for decades. It was originally used for rating chess players but is portable to other games and fits in well with web games. Here's what it does:
ELO is used to rate players based on skill level. It is generally used for two player games like chess but can be modified.
A new player is assigned a default rating, say 1200.
Two players compete and end with one of three results: player 1 wins, player 2 wins, players 1 & 2 tie.
The two player's ratings are fed into an algorithm along with the end state of the game and a new rating for each player is returned.
If two players both rated 1200 played and player 1 wins then player 1 will have a rating of about 1205 and player 2 will be 1195. What makes ELO so cool is what happens over time. Players that win a lot end up with higher ratings. But the higher rated player starts to see diminishing returns for defeating low ranked players. So in order for a high ranked player to increase his rank, he must defeat other higher ranked players. If a high ranked player loses to a low ranked player, he loses much more of his rating then he'd gain if he won the match. Over time the game players will end up being rated based on their skill level rather than other factors.
That's what I was thinking but at the same time I don't think someone who is 4-1 should be at the bottom of the ladder. And that's what is going on right now. Is there any way I can tweak the system? I was digging in the ladder file but I have no experience in javascript. I like the idea of Elo, but I don't like that a 4-1 player can be behind someone who is 0-3 and my site members don't like it either.
bananalive
10-02-2010, 10:24 AM
How exactly do the Elo points work for ladders? I have a guy who is 1-0 with 1036 points and a guy who is 4-0 with 1016 points. I honestly have no idea what's going on with it. If it's relevant, I changed my K-Value from 50 to 100 before any games were played.
Also I'm using this for Madden 11 so does the score affect it? Because we get games like 56-21 or even more of a blow out.
Oh and finally, would you be willing to help come up with a new algorithm for determining Elo rating? I'd be willing to make a donation.
Thanks
Elo rating is also based on who they play:
When players draw their scores, become closer together.
When player of higher rank wins, winner elo rating increases only little bit.
When player of lower rank wins, winner elo rating increases more.
bananalive
10-02-2010, 10:29 AM
How can I make the team logos bigger on the page?
On the team page?
Edit competitions.php
Go to lines 1609-1624:
$size = getimagesize($teamlogo);
if ($size[1] > 80 OR $size[0] > 80) {
if ($size[1] > $size[0]) {
$ratio = $size[1]/80;
if ($ratio != 0) {
$size[1] = $size[1]/$ratio;
$size[0] = $size[0]/$ratio;
}
} else {
$ratio = $size[0]/80;
if ($ratio != 0) {
$size[1] = $size[1]/$ratio;
$size[0] = $size[0]/$ratio;
}
}
}
Replace with
$size = getimagesize($teamlogo);
if ($size[1] > 120 OR $size[0] > 120) {
if ($size[1] > $size[0]) {
$ratio = $size[1]/120;
if ($ratio != 0) {
$size[1] = $size[1]/$ratio;
$size[0] = $size[0]/$ratio;
}
} else {
$ratio = $size[0]/120;
if ($ratio != 0) {
$size[1] = $size[1]/$ratio;
$size[0] = $size[0]/$ratio;
}
}
}
bananalive
10-02-2010, 10:31 AM
is it correct that this only mod is using the primaryuser group to copy the rights??
as i have a friend that is additional in the Admin group but cant enter the competions mod, while i can and i'm in the primary admin group.
Currently all other groups are blocked to view it
This product uses vBulletin Usergroup Permissions, so it should also take into account secondary usergroup permissions.
bananalive
10-02-2010, 10:33 AM
I downloaded this and testing the tourney feature. I setup the tourney - but no where for the teams to report the match results for their round? Can you point me where they are to report tourney match results at please?
Tournament moderators submit the results.
bananalive
10-02-2010, 10:34 AM
Hi, I have 2 questions:
1, How do you update a match in the single elimination chart from tournament admin?
2, Can you put the score result in single elimination chart?
Thanks
W
1. Use the arrows, to progress players to next round, use cross to regress wrongly progressed players.
2. No.
bananalive
10-02-2010, 10:34 AM
Donation of 50$ made ... But would have anyway just didnt know where :-)
Keep up the good work and ill donate some more
Thanks a lot
bananalive
10-02-2010, 10:35 AM
Hi
i dont know what went wrong but when i start a tournament i cant find where to report scores? the arrows is on duble elimination tournament but not on the single...
https://vborg.vbsupport.ru/showpost.php?p=2102622&postcount=418
champendk
10-02-2010, 04:25 PM
Thanks..
Is it posible to change tournaments so that scores are reported by users... It very high ón the wish list
IR15H
10-03-2010, 11:21 AM
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.php?do=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!
WingnutWN
10-04-2010, 12:18 AM
Nice, suggestion for a future update - when creating the team, can you have it send out PM's to all the players you want?
bananalive
10-04-2010, 11:07 AM
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
bananalive
10-04-2010, 11:08 AM
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.
FireflyP2C
10-04-2010, 08:43 PM
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.
bananalive
10-04-2010, 09:50 PM
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.
FireflyP2C
10-04-2010, 09:52 PM
Ok thanks.
champendk
10-04-2010, 10:46 PM
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
FireflyP2C
10-05-2010, 09:41 AM
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.
FireflyP2C
10-05-2010, 09:46 AM
On a side nite, as Admin I cant view any challenges other than those regarding my own team. Any else having this problem?
ti07shadow
10-06-2010, 10:08 PM
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
https://vborg.vbsupport.ru/external/2010/10/35.png
champendk
10-07-2010, 04:55 AM
Upload the file from the post above, where he answer the same question :-)
https://vborg.vbsupport.ru/showpost.php?p=2102622&postcount=418
FireflyP2C
10-07-2010, 02:43 PM
Found a small bug.
When i goto a ladder through the different catergories I get this
http://www.play2compete.com/forums/ladders.php?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?
bananalive
10-07-2010, 07:07 PM
Found a small bug.
When i goto a ladder through the different catergories I get this
http://www.play2compete.com/forums/ladders.php?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.
bananalive
10-07-2010, 07:19 PM
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.
FireflyP2C
10-07-2010, 08:03 PM
Sounds great. Keep up the amazing work.
ti07shadow
10-07-2010, 08:16 PM
i get this error when clicking a username in the hall of fame
Fatal error: Class 'vBCms_Route_List' not found in /home/utournam/public_html/vbulletin/member.php on line 567
champendk
10-07-2010, 10:02 PM
Thats F.... sweet
I guess i have to donate ones more.
Mad probs ;-)
bananalive
10-08-2010, 08:13 PM
i get this error when clicking a username in the hall of fame
Fatal error: Class 'vBCms_Route_List' not found in /home/utournam/public_html/vbulletin/member.php on line 567
Not sure what causing that. Hopefully it will be fixed from changing link format.
owning_y0u
10-08-2010, 09:00 PM
getting a DB error
atabase error in vBulletin 4.0.7:
Invalid SQL:
SELECT *
FROM NCe_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 : Friday, October 8th 2010 @ 11:54:50 PM
Error Date : Friday, October 8th 2010 @ 11:54:50 PM
Script : http://next-century.eu/competitions.php?do=freeagent&id=17
Referrer : http://next-century.eu/competitions.php?do=freeagents
IP Address : xx.xx.xx.xx
Username : Owning
Classname : vB_Database
MySQL Version : 5.0.90
ThatEbayGuy
10-10-2010, 02:10 AM
Is there any way you could help me tweak the Elo rating? I have a guy who is 4-1 on the bottom of the ladder and that makes no sense to me.
The_Rascal
10-10-2010, 01:01 PM
I get this error when clicking on the competitions navbar button
Internal Server Error
Mismatch between target GID (100) and GID (527) of file "/***/*****/***********/public_html/forums/competitions.php"
Is this something to do with my host?
We are running 4.07
bananalive
10-10-2010, 01:20 PM
getting a DB error
atabase error in vBulletin 4.0.7:
Invalid SQL:
SELECT *
FROM NCe_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 : Friday, October 8th 2010 @ 11:54:50 PM
Error Date : Friday, October 8th 2010 @ 11:54:50 PM
Script : http://next-century.eu/competitions.php?do=freeagent&id=17
Referrer : http://next-century.eu/competitions.php?do=freeagents
IP Address : xx.xx.xx.xx
Username : Owning
Classname : vB_Database
MySQL Version : 5.0.90
Have you uploaded the latest competitions.php allowing over-write?
bananalive
10-10-2010, 01:24 PM
Is there any way you could help me tweak the Elo rating? I have a guy who is 4-1 on the bottom of the ladder and that makes no sense to me.
You would need to change one of these equations in ladders.php...
$p_f = 1 - 1/(10^($dr*sqrt($k)/2000)+1);
$newrank_u = $rank_u + 4*sqrt($k)*(1-$p_f)
If you've got any improvements i'll happily add them.
bananalive
10-10-2010, 01:25 PM
For those who have edited tmnt_bracket template to include extra user details in tournament brackets (and are finding bracket lines to be incomplete) this is now fixed for next version.
SB Staff
10-11-2010, 02:41 PM
You would need to change one of these equations in ladders.php...
$p_f = 1 - 1/(10^($dr*sqrt($k)/2000)+1);
$newrank_u = $rank_u + 4*sqrt($k)*(1-$p_f)
If you've got any improvements i'll happily add them.
I have seen 2 basic methods for scoring.
1) SIMPLE METHOD - So much for Win and so much for Loss. We use this. 100 XP pts for Win and -33 for Loss. Regardless of team rank it is the same.
2) COMPELX METHOD - where the scoring is effected by rank. A higher rank team losses more XP points to a loss to a lower rank team and a Higher rank team wins fewer points for a win over a lower ranked team. The theory is to keep the higher ranked teams playing more higher ranked teams and not the lower ranked teams just to stay on the top of the ladder. However, the down side is the higher ranked team will not want to play a lower ranked team due to more points lost if they lose. I believe this system or something similiar is used by ladder sites.
In either method developed, would be wonderful if in the admin section each team can choose which system they want to use or can change the point values themselves. We used to set the point values on the table format (method 2) so no matter what method the result was still 100 pts for Win and -33 for loss. Just to keep it simple.
Just in case you are interested - here is some more info. on the #2 complex system:
SUMMARY:
If you play a team that has the same "Level" number as you, the winner increases XP by 100 points and the loser decreases XP by 100 points.
If the level of difference is 1, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 90 and loser loses 90 but if the losers xp points is greater then the winner xp points. The winner gets 120 and the loser losses 110.
If the level of difference is 2, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 80 and loser loses 80 but if the losers xp points is greater then the winner xp points. The winner gets 140 and the loser losses 120.
If the level of difference is 3, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 70 and loser loses 70 but if the losers xp points is greater then the winner xp points. The winner gets 160 and the loser losses 130.
If the level of difference is 4, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 60 and loser loses 60 but if the losers xp points is greater then the winner xp points. The winner gets 175 and the loser losses 140.
If the level of difference is 5, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 50 and loser loses 50 but if the losers xp points is greater then the winner xp points. The winner gets 190 and the loser losses 150.
If the level of difference is 6, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 40 and loser loses 40 but if the losers xp points is greater then the winner xp points. The winner gets 205 and the loser losses 160.
If the level of difference is 7, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 30 and loser loses 30 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
If the level of difference is 8, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 20 and loser loses 20 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
If the level of difference is 9, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 10 and loser loses 10 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
If the level of difference is 10, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 5 and loser loses 5 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
Bananalive - I will send you a PM with some more info. that may be useful on system 2 just in case you are interested in it.
champendk
10-11-2010, 09:20 PM
Nice one SB...
oooh em geee
10-12-2010, 02:58 AM
I can't seem to find the dispute button for a challenge, and I get a database error when I create a Ladder for Players.
vBulletin 4.0.6
Tournament Plugin 4.2.4
InfoAddict
10-12-2010, 10:46 AM
I can't change a players points back to 0? Any idea why?
oooh em geee
10-13-2010, 03:59 AM
I can't seem to find the dispute button for a challenge, and I get a database error when I create a Ladder for Players.
vBulletin 4.0.6
Tournament Plugin 4.2.4
I figured out why I got a database error. It shows the database error after turning the: "Join User Tables to User Profile Tables" on.
- Also I can only dispute matches in a Ladder with players. In the team Ladder there is no dispute option.
- The submit a lose button is also only available in a tournament with players. Its not there in a tournament with teams.
- The screenshot of proof field is only available in player Ladders, and not in team Ladders for some reason.
oooh em geee
10-13-2010, 07:25 PM
Also it would be nice if we could turn off the private message notification, and only have the challenge notification. Every time someone gets challenged now they get 2 notifications.
oooh em geee
10-14-2010, 02:01 AM
If a moderator inserts a challenge they can't pick a map or anything. It just creates the challenge. It would be nice if they could.
Loving your plugin keep up the good work!
ThatEbayGuy
10-15-2010, 12:46 AM
Could you maybe tweak the rating system to experience isn't as much of a factor. It would just depend on the result of the game (win or loss) and the relative skill levels. Also is there a way to cancel a challenge without calling it a draw if it never happens?
FireflyP2C
10-15-2010, 01:51 PM
Got some questions:
Is it possible for a player to play on 2 teams on the same ladder/tournament?
Can we modify the help pages ourselves?
Can we have an update list for v4.3 or v4.2.5 please?
Plus whats the difference between this script and this one https://vborg.vbsupport.ru/showthread.php?t=189375&page=139
champendk
10-15-2010, 05:08 PM
I would like to see some widgets souch as
1. Latest match (box with 2 team logos and score in the middle)
2. Ranking (top 10 maybe with tabs to show xbox, ps3 etc)
3. Latest laddets/tournaments (box that shows ladders and a join buttom)
To get an idea look gamebattles.com :-)
champendk
10-16-2010, 07:58 AM
I really like the that you Can set date and time on challenges but it would be cool if there was resend the Challenge with a new date and time
champendk
10-16-2010, 06:01 PM
High on the wish list.
Option to change wrong reported scores
champendk
10-16-2010, 06:51 PM
Elo rating causes some weird stuff :-(
I have seen 2 basic methods for scoring.
1) SIMPLE METHOD - So much for Win and so much for Loss. We use this. 100 XP pts for Win and -33 for Loss. Regardless of team rank it is the same.
2) COMPELX METHOD - where the scoring is effected by rank. A higher rank team losses more XP points to a loss to a lower rank team and a Higher rank team wins fewer points for a win over a lower ranked team. The theory is to keep the higher ranked teams playing more higher ranked teams and not the lower ranked teams just to stay on the top of the ladder. However, the down side is the higher ranked team will not want to play a lower ranked team due to more points lost if they lose. I believe this system or something similiar is used by ladder sites.
In either method developed, would be wonderful if in the admin section each team can choose which system they want to use or can change the point values themselves. We used to set the point values on the table format (method 2) so no matter what method the result was still 100 pts for Win and -33 for loss. Just to keep it simple.
Just in case you are interested - here is some more info. on the #2 complex system:
SUMMARY:
If you play a team that has the same "Level" number as you, the winner increases XP by 100 points and the loser decreases XP by 100 points.
If the level of difference is 1, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 90 and loser loses 90 but if the losers xp points is greater then the winner xp points. The winner gets 120 and the loser losses 110.
If the level of difference is 2, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 80 and loser loses 80 but if the losers xp points is greater then the winner xp points. The winner gets 140 and the loser losses 120.
If the level of difference is 3, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 70 and loser loses 70 but if the losers xp points is greater then the winner xp points. The winner gets 160 and the loser losses 130.
If the level of difference is 4, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 60 and loser loses 60 but if the losers xp points is greater then the winner xp points. The winner gets 175 and the loser losses 140.
If the level of difference is 5, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 50 and loser loses 50 but if the losers xp points is greater then the winner xp points. The winner gets 190 and the loser losses 150.
If the level of difference is 6, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 40 and loser loses 40 but if the losers xp points is greater then the winner xp points. The winner gets 205 and the loser losses 160.
If the level of difference is 7, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 30 and loser loses 30 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
If the level of difference is 8, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 20 and loser loses 20 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
If the level of difference is 9, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 10 and loser loses 10 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
If the level of difference is 10, there is a check for who has more points. If the winners points is greater then the losers, the winner gets 5 and loser loses 5 but if the losers xp points is greater then the winner xp points. The winner gets 215 and the loser losses 170.
Bananalive - I will send you a PM with some more info. that may be useful on system 2 just in case you are interested in it.
how do i add 2. system ?
champendk
10-16-2010, 09:33 PM
You can't, unless you edit the database via phpmyadmin.
How is this done?
snyddk
10-18-2010, 10:38 AM
Hi mate. Great great plugin you made here
Have a suggestion I hope you will consider - a way to seed people (I figure a number from 1-max players joined), where you can tell the system the way you figure the end result will be.
This way you could maybe change the matchups from random, to place people accordingly to the seeding value.
Seed 1 and 2 will be placed on each side of bracket and have a big chance of meeting in final.
This could help to avoid the 2 best players from meeting in round 1,2,3
champendk
10-18-2010, 11:44 AM
Hi mate. Great great plugin you made here
Have a suggestion I hope you will consider - a way to seed people (I figure a number from 1-max players joined), where you can tell the system the way you figure the end result will be.
This way you could maybe change the matchups from random, to place people accordingly to the seeding value.
Seed 1 and 2 will be placed on each side of bracket and have a big chance of meeting in final.
This could help to avoid the 2 best players from meeting in round 1,2,3
Great suggestion +1
Kr33p3r
10-19-2010, 08:29 PM
Some needs.
Brackets need to show the score of each match. (Other bracket systems have this. We need to emulate what they have, if not improve on it)
Tournaments need to have a substitute(back ups) sign up system. (Tournaments do not run smoothly if substitutes are not accepted. Organizers know this.)
champendk
10-19-2010, 09:20 PM
I think the most importen thing is to be able to fix if a wrong score is added. And it should be done in the backend :-(
SB Staff
10-20-2010, 12:05 PM
I think the most importen thing is to be able to fix if a wrong score is added. And it should be done in the backend :-(
Agree - only an Admin should be able to fix by edit/delete match reports, edit/delete challenges, delete team, etc.
Nano_
10-22-2010, 10:46 AM
I have this bug in Team Members:
http://img688.imageshack.us/img688/9915/competies1287747554796.png
If i put this tag:
<B>
Andreas [S]
10-28-2010, 06:13 AM
I get this errors:
Warnung: getimagesize(images/avatars/archon1_128.gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/tournaments.php (Zeile 1796)
Warnung: getimagesize(images/avatars/baneling2_128.gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/tournaments.php (Zeile 1796)
Warnung: getimagesize(images/avatars/archon2_128.gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/tournaments.php (Zeile 1796)
Warnung: getimagesize(images/avatars/baneling1_128.gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/tournaments.php (Zeile 1796)
Warnung: getimagesize(images/avatars/dark_templar_trilogy_2_128.gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/tournaments.php (Zeile 1796)
Warnung: getimagesize(images/avatars/archon2_128.gif) [function.getimagesize]: failed to open stream: No such file or directory in [path]/tournaments.php (Zeile 3035)
XShava
10-28-2010, 05:04 PM
suggestions
Hide ladder all unranked player.
Look this and all Elo 1000 player:
http://www.konsolifin.net/bbs/ladders.php?do=view&id=8
And look this, and that cool unranked button:
http://mw2.ps3.consolegaming.eu/ladders.php?id=87
And all unranked player Rank 0 -> Last in list.
FireflyP2C
11-04-2010, 01:09 PM
Whens the next update?
ProFifaLeagues
11-04-2010, 03:15 PM
Thanks again only just got around to doing the update but all went well and working fine on 4.6
FireflyP2C
11-04-2010, 03:56 PM
4.6?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.