View Full Version : Major Additions - Forum Tournaments & Ladders
Pages :
1
2
3
4
5
6
[
7]
8
9
The_Rascal
03-11-2009, 03:57 PM
Is the teamlogos folder chmod 777
Could you show me screenshot of navbar so i could see what you mean pls
Thanks Bananalive
Heres the nav bar (i'm using our other theme now so it's now showing in red and not blue as previously noted)
https://vborg.vbsupport.ru/external/2009/03/19.png
Just re-read the instructions, and your post, and I'd looked at the wrong folder for it's attributes... Just set it to 777 and away we go, hopefully
Thanks for your help :up:
The_Rascal
03-11-2009, 04:25 PM
Can confirm that logo's now work
Jaxel
03-11-2009, 04:46 PM
Any template changes with today's update?
edytwinky
03-11-2009, 04:52 PM
I do apologize if this has been asked but is there a timetable set on if double elimination is going to be added?
Jaxel
03-11-2009, 04:54 PM
We just found a major bug...
http://www.8wayrun.com/competitions.php?do=view&id=18
Right now we are in Semi-Finals with 4 players left...
MateoGalvan vs Botsu (this is working fine)
MOLDAIVER vs Thermidor (this is broken)
MateoGalvan, Botsu and Thermidor properly have the X and -> buttons next to their name giving us the option to progress or regress them in the tournament. However, Moldaiver does not. He just beat Thermidor, but we can not progress him to the next match. This is a HUGE bug that is making us unable to continue the tournament. I can fix the problem directly in the database, but I would rather not have to do this for every tournament.
Okay, I found out what the problem is... These are the URLS to the links next to the 4 players...
MateoGalvan javascript:progress('18', '2097', 'MateoGalvan', 'round6', '1');
Botsu javascript:progress('18', '1719', 'Botsu', 'round6', '1');
Moldaiver javascript:progress('18', '3028', 'MOLDAIVER', 'round6', '3');
Thermidor javascript:progress('18', '2320', 'Thermidor', 'round6', '2');
The text in RED is wrong, it should be '2', not '3'. Its sending Moldaiver as the winner to a match that doesn't exist. So once my tournament moderator advances him to the wrong match, he loses his X/-> functions and goes nowhere. I just tested it by replacing the 3 in my database with a 2 and then he's listed correctly, however, once again, his arrow for the next match is wrong. It sends him to 2, instead of 1.
It happens in EVERY tournament, in the lower half of Round5 and beyond.
Doctor Death
03-11-2009, 09:02 PM
I have a tournament that is causing an error when trying to access it.... specifically here is error message:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT players.id, players.userid, players.username AS sname, user.teamname AS username, user.teamid, players.round, players.slot, players.time, players.round2, players.round3, players.round4, players.round5, players.round6, players.round7, players.round8, players.round9, players.round10, players.round11, players.winner FROM vywhbabh_tmnt_players AS players LEFT JOIN vywhbabh_tmnt_teams AS user ON (players.userid = user.teamid) WHERE tid=2 ORDER BY slot ASC;
MySQL Error : Unknown column 'players.round8' in 'field list'
Error Number : 1054
Request Date : Wednesday, March 11th 2009 @ 06:02:00 PM
Error Date : Wednesday, March 11th 2009 @ 06:02:00 PM
How is it possible to DELETE a tournament? I dont see an option to do that with?
Covert-OPs_
03-11-2009, 11:43 PM
Was todays update the one with all the new features? Can we get an list of everything in this latest update?
Wyzrd
03-12-2009, 03:37 AM
Is there a way to clear the Hall Of Fame. I just ran a quick tournament to see how it worked and would like to clear the Hall Of Fame section out now.
Otherwise, nice mod.
SouthpawK
03-12-2009, 05:44 AM
Kind of new to vb stuff so excuse the stupid questions...I have been reading all the replies here and this does sound great but honestly I am a little confused.
What are the different kinds of tournaments can one have with this?
More importantly...we want to have video compitetions where our members will upload their videos and other members will vote on them for the best video. Will this work for what we want to do? If not, any recommendations?
Thanks for any help
bananalive
03-12-2009, 02:07 PM
Any template changes with today's update?
No
I do apologize if this has been asked but is there a timetable set on if double elimination is going to be added?
I'm very busy atm, so it will be a long while.
I have a tournament that is causing an error when trying to access it.... specifically here is error message:
How is it possible to DELETE a tournament? I dont see an option to do that with?
Have a look at this post: https://vborg.vbsupport.ru/showpost.php?p=1756847&postcount=1447
Or add the column in phpmyadmin
round8 int(10) NOT NULL
Tournament Tools -> Delete
bananalive
03-12-2009, 02:08 PM
We just found a major bug...
http://www.8wayrun.com/competitions.php?do=view&id=18
Right now we are in Semi-Finals with 4 players left...
MateoGalvan vs Botsu (this is working fine)
MOLDAIVER vs Thermidor (this is broken)
MateoGalvan, Botsu and Thermidor properly have the X and -> buttons next to their name giving us the option to progress or regress them in the tournament. However, Moldaiver does not. He just beat Thermidor, but we can not progress him to the next match. This is a HUGE bug that is making us unable to continue the tournament. I can fix the problem directly in the database, but I would rather not have to do this for every tournament.
Okay, I found out what the problem is... These are the URLS to the links next to the 4 players...
MateoGalvan javascript:progress('18', '2097', 'MateoGalvan', 'round6', '1');
Botsu javascript:progress('18', '1719', 'Botsu', 'round6', '1');
Moldaiver javascript:progress('18', '3028', 'MOLDAIVER', 'round6', '3');
Thermidor javascript:progress('18', '2320', 'Thermidor', 'round6', '2');
The text in RED is wrong, it should be '2', not '3'. Its sending Moldaiver as the winner to a match that doesn't exist. So once my tournament moderator advances him to the wrong match, he loses his X/-> functions and goes nowhere. I just tested it by replacing the 3 in my database with a 2 and then he's listed correctly, however, once again, his arrow for the next match is wrong. It sends him to 2, instead of 1.
It happens in EVERY tournament, in the lower half of Round5 and beyond.
I'll look at the algorithm.
Was todays update the one with all the new features? Can we get an list of everything in this latest update?
See version history, linked at top of first post of every page. [Version History (https://vborg.vbsupport.ru/showpost.php?p=1609081&postcount=2)]
bananalive
03-12-2009, 02:10 PM
Is there a way to clear the Hall Of Fame. I just ran a quick tournament to see how it worked and would like to clear the Hall Of Fame section out now.
Otherwise, nice mod.
No.
Kind of new to vb stuff so excuse the stupid questions...I have been reading all the replies here and this does sound great but honestly I am a little confused.
What are the different kinds of tournaments can one have with this?
More importantly...we want to have video competitions where our members will upload their videos and other members will vote on them for the best video. Will this work for what we want to do? If not, any recommendations?
Thanks for any help
Single elimination
Last Man Standing
No, this won't work in your situation. I think want you want is something called a battle rap script but I'm not entirely sure.
bananalive
03-12-2009, 03:33 PM
We just found a major bug...
http://www.8wayrun.com/competitions.php?do=view&id=18
Right now we are in Semi-Finals with 4 players left...
MateoGalvan vs Botsu (this is working fine)
MOLDAIVER vs Thermidor (this is broken)
MateoGalvan, Botsu and Thermidor properly have the X and -> buttons next to their name giving us the option to progress or regress them in the tournament. However, Moldaiver does not. He just beat Thermidor, but we can not progress him to the next match. This is a HUGE bug that is making us unable to continue the tournament. I can fix the problem directly in the database, but I would rather not have to do this for every tournament.
Okay, I found out what the problem is... These are the URLS to the links next to the 4 players...
MateoGalvan javascript:progress('18', '2097', 'MateoGalvan', 'round6', '1');
Botsu javascript:progress('18', '1719', 'Botsu', 'round6', '1');
Moldaiver javascript:progress('18', '3028', 'MOLDAIVER', 'round6', '3');
Thermidor javascript:progress('18', '2320', 'Thermidor', 'round6', '2');
The text in RED is wrong, it should be '2', not '3'. Its sending Moldaiver as the winner to a match that doesn't exist. So once my tournament moderator advances him to the wrong match, he loses his X/-> functions and goes nowhere. I just tested it by replacing the 3 in my database with a 2 and then he's listed correctly, however, once again, his arrow for the next match is wrong. It sends him to 2, instead of 1.
It happens in EVERY tournament, in the lower half of Round5 and beyond.
Upload attached file.
Covert-OPs_
03-12-2009, 04:26 PM
Is it safe to assume that this update is not the one with the new features?
SouthpawK
03-12-2009, 05:01 PM
No.
Single elimination
Last Man Standing
No, this won't work in your situation. I think want you want is something called a battle rap script but I'm not entirely sure.
Thanks for your quick response and recomendation, I appreciate it. I'll keep looking...
bananalive
03-13-2009, 03:33 PM
Is it safe to assume that this update is not the one with the new features?
Yes
Covert-OPs_
03-13-2009, 05:23 PM
Yes
I know you have a lot on your plate, do you have an eta on when that update would be released?
AK47 Nemesis
03-14-2009, 11:39 AM
Sorry I must have missed the suggestion. I don't really get it though, couldn't they just organise it and then challenge team
Not every team knows eachother. With a matchfinder they can put a anonymous challenge on a calendar/roster and other teams will be able to accept it. Think of it as a blind date. Also, if a team is like incredibly good, other teams won't accept challenges from that team. With this they don't know who made the challenge so every team get's to play.
An example of a matchfinder system:
http://gamebattles.com/xbox360/call-of-duty-4/ladder/team-eu/match-finder
(Includes time, the reputation of the challenger, amount of players per team, best of 3 / 5, a pop up with the details and the amount of warnings the challenger has (By disputing matches for example).
Hopefully that will clear things up :)
Covert-OPs_
03-14-2009, 03:43 PM
Not every team knows eachother. With a matchfinder they can put a anonymous challenge on a calendar/roster and other teams will be able to accept it. Think of it as a blind date. Also, if a team is like incredibly good, other teams won't accept challenges from that team. With this they don't know who made the challenge so every team get's to play.
An example of a matchfinder system:
http://gamebattles.com/xbox360/call-of-duty-4/ladder/team-eu/match-finder
(Includes time, the reputation of the challenger, amount of players per team, best of 3 / 5, a pop up with the details and the amount of warnings the challenger has (By disputing matches for example).
Hopefully that will clear things up :)
I have to agree a match finder for the ladder system would be a HUGE ADDITION!
The_Rascal
03-15-2009, 10:09 AM
Thanks Bananalive
Heres the nav bar (i'm using our other theme now so it's now showing in red and not blue as previously noted)
https://vborg.vbsupport.ru/external/2009/03/19.png
Just re-read the instructions, and your post, and I'd looked at the wrong folder for it's attributes... Just set it to 777 and away we go, hopefully
Thanks for your help :up:
Update
Fixed this :)
Turned off the auto placement of the mad into the navbar and edited the header template manually... this brought the graphics through aswell :up:
All working perfectly now :)
JesterP
03-15-2009, 05:18 PM
Is it possible or will it ever be possible to substitute "no shows" after a tournament has started?
We run many dueling tournaments and always have people who don't show.
Thank you
J
bananalive
03-15-2009, 05:22 PM
Is it possible or will it ever be possible to substitute "no shows" after a tournament has started?
We run many dueling tournaments and always have people who don't show.
Thank you
J
Tournament Tools -> Swap Players
Then click the http://www.vbulletin.com/forum/images/misc/userfield_edit.gif image next to the appropriate person's name
bananalive
03-15-2009, 05:25 PM
I know you have a lot on your plate, do you have an eta on when that update would be released?
Not really. Hopefully the ladder challenges additions will be made before end of march.
Covert-OPs_
03-15-2009, 11:39 PM
Not really. Hopefully the ladder challenges additions will be made before end of march.
That would be great, we're close to starting a MLB the Show TOUrnament and would love to utilize this system for that.
HoLyMeN
03-16-2009, 01:31 AM
I think this makes a good starting point for a video games site before moving over to www.eliteladders.com . Nice work.
I imagine that migration of data wouldnt be too hard either, in both directions.
thanks for the info www.eliteladders.com have one of the best leader system :up:
Jaxel
03-16-2009, 04:49 AM
Bananalive... the old issue isn't completely fixed...
http://www.8wayrun.com/competitions.php?do=view&id=18
This tournament is over, in the database, the winner (MOLDAIVER) has the following values...
id = 568
userid = 3028
username = MOLDAIVER
tid = 18
round =
slot = 1583643734
time = 1235084426
round2 = 20
round3 = 10
round4 = 5
round5 = 3
round6 = 2
round7 = 1
round8 = 0
round9 = 0
round10 = 0
round11 = 0
winner = 1
score = 0
pot = 0
As you can see, he is clearly the winner in the database... but in the tournament results page, his name is not listed in the winner's slot.
FusionTim
03-16-2009, 09:38 AM
How do I delete a team from the ladder if I am admin?
DobieGillis?
03-16-2009, 11:17 AM
anybody using this Mod for March Madness?
Cybertims
03-16-2009, 12:26 PM
I can open and see the competitions.php file in all but one of my styles, any idea why that miught be? Is there a hook I am missing maybe?
All I get is the header, navbar and footer and no data or tables.
Cheers
bananalive
03-16-2009, 02:06 PM
I can open and see the competitions.php file in all but one of my styles, any idea why that miught be? Is there a hook I am missing maybe?
All I get is the header, navbar and footer and no data or tables.
Cheers
Check that style has template tmnt_shell
bananalive
03-16-2009, 02:07 PM
How do I delete a team from the ladder if I am admin?
You can't.
bananalive
03-16-2009, 02:11 PM
Bananalive... the old issue isn't completely fixed...
http://www.8wayrun.com/competitions.php?do=view&id=18
This tournament is over, in the database, the winner (MOLDAIVER) has the following values...
id = 568
userid = 3028
username = MOLDAIVER
tid = 18
round =
slot = 1583643734
time = 1235084426
round2 = 20
round3 = 10
round4 = 5
round5 = 3
round6 = 2
round7 = 1
round8 = 0
round9 = 0
round10 = 0
round11 = 0
winner = 1
score = 0
pot = 0
As you can see, he is clearly the winner in the database... but in the tournament results page, his name is not listed in the winner's slot.
Fixed in attached file
Edit: missed out something, re-uploaded
Cybertims
03-16-2009, 02:49 PM
Check that style has template tmnt_shellSorted...for some strange reason it didnt have that template, but the rest of the styles did......
cheers.
DobieGillis?
03-16-2009, 02:54 PM
stupid question. What do you mean by chmod teamlogos to 777? I've seen this a few times. I assume it means chnage the name of the folder to 777? My FTP client does not have the chmod option. Do I do this priorr to running the xml and leave it that name?
bananalive
03-16-2009, 02:58 PM
stupid question. What do you mean by chmod teamlogos to 777? I've seen this a few times. I assume it means chnage the name of the folder to 777? My FTP client does not have the chmod option. Do I do this priorr to running the xml and leave it that name?
chmod is the permissions of the file/ folder. You may need to uplaod it and then chnage the file/folder permissions. If there isn't a button for chmod if may be an option if you right click on the folder
DobieGillis?
03-16-2009, 03:00 PM
chmod is the permissions of the file/ folder. You may need to uplaod it and then chnage the file/folder permissions. If there isn't a button for chmod if may be an option if you right click on the folder
thanks, I think I need a real FTP client, lol!
bananalive
03-16-2009, 03:18 PM
thanks, I think I need a real FTP client, lol!
I use www.net2ftp.com which is web based ftp client.
DobieGillis?
03-16-2009, 03:22 PM
I use www.net2ftp.com which is web based ftp client.
just got Filezilla and set the folder to 777, that's it? Should I reimport the mod? TIA!
Jaxel
03-16-2009, 03:27 PM
I use Filezilla... I miss the old days of CuteFTP and WS_FTP though... those were good FTP programs.
bananalive
03-16-2009, 04:12 PM
just got Filezilla and set the folder to 777, that's it? Should I reimport the mod? TIA!
nah, incorrect folder permissions won't have affected installation
DobieGillis?
03-16-2009, 04:24 PM
nah, incorrect folder permissions won't have affected installation
thank you!
gamerscms
03-17-2009, 02:16 PM
Just installed the latest version and getting the following error:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT players.id, players.userid, players.username AS sname, user.teamname AS username, user.teamid, players.round, players.slot, players.time, players.round2, players.round3, players.round4, players.round5, players.round6, players.round7, players.round8, players.round9, players.round10, players.round11, players.winner FROM tmnt_players AS players LEFT JOIN tmnt_teams AS user ON (players.userid = user.teamid) WHERE tid=11 ORDER BY slot ASC;
MySQL Error : Unknown column 'players.round8' in 'field list'
Error Number : 1054
Request Date : Tuesday, March 17th 2009 @ 03:14:35 PM
Error Date : Tuesday, March 17th 2009 @ 03:14:35 PM
Script : http://www.xboxhive.co.uk/forums/competitions.php?do=view&id=11
Referrer : http://www.xboxhive.co.uk/forums/competitions.php
IP Address : ******
Username : ******
Classname : vB_Database
MySQL Version : 5.0.67-community
Any ideas how to fix this?
Also get the same error when trying to report a ladder match once other player has reported his score.
bananalive
03-17-2009, 03:34 PM
Just installed the latest version and getting the following error:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT players.id, players.userid, players.username AS sname, user.teamname AS username, user.teamid, players.round, players.slot, players.time, players.round2, players.round3, players.round4, players.round5, players.round6, players.round7, players.round8, players.round9, players.round10, players.round11, players.winner FROM tmnt_players AS players LEFT JOIN tmnt_teams AS user ON (players.userid = user.teamid) WHERE tid=11 ORDER BY slot ASC;
MySQL Error : Unknown column 'players.round8' in 'field list'
Error Number : 1054
Request Date : Tuesday, March 17th 2009 @ 03:14:35 PM
Error Date : Tuesday, March 17th 2009 @ 03:14:35 PM
Script : http://www.xboxhive.co.uk/forums/competitions.php?do=view&id=11
Referrer : http://www.xboxhive.co.uk/forums/competitions.php
IP Address : ******
Username : ******
Classname : vB_Database
MySQL Version : 5.0.67-community
Any ideas how to fix this?
Also get the same error when trying to report a ladder match once other player has reported his score.
Have a look at this post: https://vborg.vbsupport.ru/showp...postcount=1447
Or add the column in phpmyadmin
round8 int(10) NOT NULL
P@trick
03-17-2009, 06:09 PM
Hello,
just a little question about a function I need on this mod:
Is it possible to manage tournaments with the Swiss System (http://en.wikipedia.org/wiki/Swiss_system_tournament)
I tryed it with the Ladders, but when go to "Insert Ladder Challenge (http://localhost/vbulletin/competitions.php?do=insertladdermatch&id=1)" and I choose the parings, there comes the error: "Error. Invalid ladder"
What do I wrong?
SSC streezer
03-17-2009, 06:52 PM
hehe^^ wär guet wenn de richtig link inestellsch und nid de vo localhost xD
P@trick
03-17-2009, 06:57 PM
I just copy+paste from my testing forum into the editor. ;)
But the link plays no matter. So is Swiss System (like in soccer league) possible with this mod?
bananalive
03-17-2009, 07:51 PM
I just copy+paste from my testing forum into the editor. ;)
But the link plays no matter. So is Swiss System (like in soccer league) possible with this mod?
Sorry, no
P@trick
03-17-2009, 07:56 PM
Sorry, no
Is this feature planed for future versions?
Whats with my error (bug?)
I tryed it with the Ladders, but when go to "Insert Ladder Challenge (http://localhost/vbulletin/competitions.php?do=insertladdermatch&id=1)" and I choose the parings, there comes the error: "Error. Invalid ladder"
Jaxel
03-18-2009, 07:25 AM
New glitch...
http://www.8wayrun.com/competitions.php?do=view&id=18
The link to the user profile of the champion is not constructed correctly.
gamerscms
03-18-2009, 12:09 PM
Have a look at this post: https://vborg.vbsupport.ru/showp...postcount=1447
Or add the column in phpmyadmin
round8 int(10) NOT NULL
Ok i edited the XML file and it made no change :(
bananalive
03-18-2009, 03:00 PM
New glitch...
http://www.8wayrun.com/competitions.php?do=view&id=18
The link to the user profile of the champion is not constructed correctly.
Upload attached file.
bananalive
03-18-2009, 03:02 PM
Ok i edited the XML file and it made no change :(
Import attached product file
gamerscms
03-20-2009, 11:06 PM
Import attached product file
Great work, thanks loads for the file :)
Covert-OPs_
03-23-2009, 02:28 AM
Can someone help me out with LMS? When I clicked on the link for an explanation it talks about shooters. We're in the process of trying to start a tournament on a fighting game. However we need everyone to play everyone once through(like a round robin) is that how LMS works?
bananalive
03-23-2009, 01:35 PM
Can someone help me out with LMS? When I clicked on the link for an explanation it talks about shooters. We're in the process of trying to start a tournament on a fighting game. However we need everyone to play everyone once through(like a round robin) is that how LMS works?
No. LMS mod is just a tally where the player/team with highest number of points wins.
You could use LMS for round robin if you submitted a win by giving them extra point. The rounds would not be calculated and the results of each round would not be displayed.
Covert-OPs_
03-23-2009, 02:53 PM
No. LMS mod is just a tally where the player/team with highest number of points wins.
You could use LMS for round robin if you submitted a win by giving them extra point. The rounds would not be calculated and the results of each round would not be displayed.
So the LMS would is better suited for one match tournament? Where everyone would face off and the person with the most points in that one match would be the winner?
Assuming that is the case and I know I've asked you a bunch of times already(so I'm probably driving you crazy already) are you closer to having an eta on when we would have a round robin and the other options that I posted awhile back?
Fallback
03-23-2009, 05:50 PM
What I would like to see is a double elimination option. Tournament maker 2.1 (http://download.cnet.com/ALJ-Tournament-Maker/3000-18541_4-10620462.html?cdlPid=10722609) has this if you need to see an example.
Banannalive, can this be added to this mod?
Jaxel
03-24-2009, 03:43 AM
new MAJOR issue with tournaments...
http://www.8wayrun.com/competitions.php?do=view&id=21
4 players left... error in BOLD
OOFMATIC (javascript:progress('21', '319', 'OOFMATIC', 'round6', '2');)
Icychains (javascript:progress('21', '2988', 'Icychains', 'round6', '1');)
DustbusterGF (javascript:progress('21', '3056', 'DustbusterGF', 'round6', '2');)
jadilla (javascript:progress('21', '3138', 'jadilla', 'round6', '2');)
Advancing OOFMATIC forward blocks both DustbusterGF and jadilla from advancing, since their round6 spot is taken. Advancing either DustbusterGF or jadilla forward, blocks OOFMATIC from advancing, since his round6 spot is taken (even though its not his round6 spot). I'm going to edit the tournament in my database to fix it; but you should fix this for the future.
bananalive
03-24-2009, 02:12 PM
new MAJOR issue with tournaments...
http://www.8wayrun.com/competitions.php?do=view&id=21
4 players left... error in BOLD
OOFMATIC (javascript:progress('21', '319', 'OOFMATIC', 'round6', '2');)
Icychains (javascript:progress('21', '2988', 'Icychains', 'round6', '1');)
DustbusterGF (javascript:progress('21', '3056', 'DustbusterGF', 'round6', '2');)
jadilla (javascript:progress('21', '3138', 'jadilla', 'round6', '2');)
Advancing OOFMATIC forward blocks both DustbusterGF and jadilla from advancing, since their round6 spot is taken. Advancing either DustbusterGF or jadilla forward, blocks OOFMATIC from advancing, since his round6 spot is taken (even though its not his round6 spot). I'm going to edit the tournament in my database to fix it; but you should fix this for the future.
Fixed in next release. It should be available in few hours. If I just upload the competitions.php here then it will mostly likely cause errors in the other areas of the modified.
bananalive
03-24-2009, 02:13 PM
So the LMS would is better suited for one match tournament? Where everyone would face off and the person with the most points in that one match would be the winner?
Assuming that is the case and I know I've asked you a bunch of times already(so I'm probably driving you crazy already) are you closer to having an eta on when we would have a round robin and the other options that I posted awhile back?
What I would like to see is a double elimination option. Tournament maker 2.1 (http://download.cnet.com/ALJ-Tournament-Maker/3000-18541_4-10620462.html?cdlPid=10722609) has this if you need to see an example.
Banannalive, can this be added to this mod?
It's on my list of things to do. But I'm very busy atm, which gives me less time to code.
Redzzand
03-24-2009, 08:40 PM
after upgrade, i cannot see my ladder. says no permissions error, but when i checked the usergroup, i have the correct permissions set.
help!
Covert-OPs_
03-25-2009, 12:20 PM
It's on my list of things to do. But I'm very busy atm, which gives me less time to code.
Understood, as a result would you say that the features more than likely will not be added by the end of this month? I appreciate everything you've done and all your hard work so I'm not trying to be a jerk. We're just trying to start a tournament in the next two weeks so I want to know if to wait for the update or if I should go ahead and use something else in the meantime.
bananalive
03-25-2009, 02:36 PM
Understood, as a result would you say that the features more than likely will not be added by the end of this month? I appreciate everything you've done and all your hard work so I'm not trying to be a jerk. We're just trying to start a tournament in the next two weeks so I want to know if to wait for the update or if I should go ahead and use something else in the meantime.
Nope, I'd start the tournament
bananalive
03-25-2009, 02:39 PM
after upgrade, i cannot see my ladder. says no permissions error, but when i checked the usergroup, i have the correct permissions set.
help!
Do you mean you cannot access 'viewladder'
Do your usergroup options for Tournaments and Ladders look like this?
Tournament and Ladder Permissions
Can View Tournaments Yes No
Can Join Tournaments Yes No
Can Create Tournaments Yes No
Tournament Moderator Users with this option selected have full control over all tournaments. Yes No
Can Comment on Tournaments Yes No
Can Delete All Comments on Tournaments Yes No
Can Delete their own Comments on Tournaments Yes No
Can Create New Team Yes No
Can Request to Join Team Yes No
Can Edit and Delete All Teams Team leaders can edit and delete their own teams Yes No
Maximum teams a user can create Based on number teams the user has created.
More Tournament and Ladder Permissions
Can View Ladders Yes No
Can Join Ladders Yes No
Can Create Ladders Yes No
Can Edit Ladders Yes No
Can add a user to a team No conformation is needed by the user or the team leader(s). Yes No
realmr
03-26-2009, 09:53 AM
actually how and why are the tournaments conducted ?
can u give an example of how a tournament is conducted ? i.e the purpose of tournament, is it quiz or somthing like that...
bananalive
03-26-2009, 03:37 PM
actually how and why are the tournaments conducted ?
can u give an example of how a tournament is conducted ? i.e the purpose of tournament, is it quiz or somthing like that...
For Gaming Tournament?
You start tournament, members join, tournament starts, tournament happens, tournament results displayed.
You could use it for a quiz, using the LMS tournament type.
corazorback
03-26-2009, 09:38 PM
You should put an option to where you can switch between different skins/layouts in the AdminCP. Say you are running Skin 1 on your forum and you want to use Skin 2 for the Ladders & Tournaments mod....
Anyway of doing this?
Redzzand
03-27-2009, 06:57 PM
Do you mean you cannot access 'viewladder'
Do your usergroup options for Tournaments and Ladders look like this?
Tournament and Ladder Permissions
Can View Tournaments Yes No
Can Join Tournaments Yes No
Can Create Tournaments Yes No
Tournament Moderator Users with this option selected have full control over all tournaments. Yes No
Can Comment on Tournaments Yes No
Can Delete All Comments on Tournaments Yes No
Can Delete their own Comments on Tournaments Yes No
Can Create New Team Yes No
Can Request to Join Team Yes No
Can Edit and Delete All Teams Team leaders can edit and delete their own teams Yes No
Maximum teams a user can create Based on number teams the user has created.
More Tournament and Ladder Permissions
Can View Ladders Yes No
Can Join Ladders Yes No
Can Create Ladders Yes No
Can Edit Ladders Yes No
Can add a user to a team No conformation is needed by the user or the team leader(s). Yes No
It looks just like that... I have all options set to Yes for Administrator group. But cannot access.
All the other usergroups have the correct access according to their usergroup rights.
I have some suggestions, I haven't used this yet because my website isn't so popular but I play on gamebattles, and I this script has the potential to be as good of a script as the one running there...
-add the ability for single players (free agents) to sign up for ladders and be recruited by teams needing players
-maybe social group integration for teams that sign up
-more team information on team page
team avatars/logos
team website
list of tournament/ladders joined
overall team statistics based on ladders/tournaments won/lost
upcoming matches / challenges
match history
tournament history
-ladder avatars/logos
-tournament avatars/logos
-addition of league play format in ladder options (seasonal league type competition, instead of ladder challenges)
-ability to link specific forum IDs to ladders/tournament which then pull recent threads from that forum onto the ladder/tournament page
I apologize if any of these features are already implemented and i just don't see them because i haven't held or done any tournaments/ladders with the script yet. my forums aren't very populated at all, and i'm just suggesting things that i see as missing. overall the script is wonderful and i'd even pay money to see these improvements/suggestions made. thanks so much for all the hard work on this!
-timezone implementation (to know which timezones teams are coming from)
Gamelobby
03-29-2009, 05:42 PM
Most of those are already in, but League play, & Social Group integration would be great additions.!!
yea...maybe more notifications in your navbar area too
possibly add notifications in the area where you receive your new PM notifications in the navbar, you can have recent challenge or match notifications in that area as well.
also, when a player is submitting the scores of a match there should be the possibility of uploading screenshots for proof of the score, can't just take peoples word. is there also a dispute system?
adding players to teams, this is automatic. it doesn't even send out a request to the player you are adding as to whether or not they want to be a part of your team. this should work just like vbulletin's friend system, where an invitation is sent and has to be accepted before a player is added to a teams roster.
you can even add in a trash talking feature for upcoming matches like TWL, where players can vote on who they think is going to win the match and leave comments for upcoming and completed matches...
im not sure if most of my suggestions are already in, i don't see anything about "free agents" and i don't see any way to add ladder logos/avatars. i do see team logos/avatars available but it doesn't seem to be displaying or working for me. i'll test it out more...
this is the best ladder/tourny script ive ever seen for vbulletin to be fair, i would just definitely like to see it improved upon further and integrated even more with the other great community features of vbulletin.
mozik
03-30-2009, 06:35 AM
Could it be possiable to put a extra slot in the team members section for a gamertag for xboxlive? I run tournaments on my site but it is hard when I only have a username and no gamertag to contact them.
Gamelobby
03-30-2009, 06:37 AM
That would be helpful, but they should have their gamertag listed on thier profile.
mozik
03-30-2009, 07:27 PM
I have them do that also. But it would make it way easier for everyone if they could just go to team page and send invite instead of going though 3 or 4 pages.
Excellent mod can't wait to get this up and running. Will there be any plans for a league format?
GrendelKhan{TSU
04-01-2009, 04:17 AM
Excellent mod can't wait to get this up and running. Will there be any plans for a league format?
that would be awesome.
though I'm still hoping for a DOUBLE ELIMINATIONS first. :) (fingers crossed)
Gamelobby
04-02-2009, 10:40 PM
Poll: Should competitions.php be split into several smaller files?
I already have them split up. :)
So yes, great idea.!!
GrendelKhan{TSU
04-03-2009, 05:19 AM
nooooooooooooooooooo!!!!! more to manage. more hassle.
just keep it as is!!!!! if you do you're gunna end with bunch of ppl just asking if you could combine em :rolleyes: heh. mark my words! :p
BlueNinjaGo
04-03-2009, 06:45 PM
I plan on installing this, but I'm using 3.7.3. Should I expect any errors or anything I need to edit?
bananalive
04-04-2009, 11:12 AM
I plan on installing this, but I'm using 3.7.3. Should I expect any errors or anything I need to edit?
It should be fine without any edits.
BlueNinjaGo
04-04-2009, 02:22 PM
Edit: Oh my, I'm an idiot.. *facepalm*
Installed mod, everything works great, thank you kind sir!``
baco84
04-04-2009, 04:58 PM
i want to cancel your copiright if it's possible. how much i have to pay for?
yea idont really think the file should be broken up either, i voted no to the poll but its your script.
happy to see a league is being implemented!
BlueNinjaGo
04-04-2009, 11:50 PM
I run into Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3874
Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3874
when i view a ladder. Ideas?
bananalive
04-05-2009, 04:21 PM
I run into
when i view a ladder. Ideas?
The error comes from the custom style not having a unknown.gif image for users who do not have an avatar. I'll fix the problem in next release.
BlueNinjaGo
04-05-2009, 04:24 PM
Is there a temporary fix I could do? Thanks.
bananalive
04-05-2009, 04:29 PM
Is there a temporary fix I could do? Thanks.
Find in competitions.php:
$cmpt['avatarurl'] = $stylevar['imgdir_misc'] . '/unknown.gif';
$cmpt['avwidth'] = getimagesize($cmpt['avatarurl']);
$cmpt['avwidth'] = $cmpt['avwidth']['0'];
$avatarlp = $cmpt['avwidth'] + 30;
Replace:
$cmpt['avatarurl'] = $stylevar['imgdir_misc'] . '/unknown.gif';
if (file_exists($cmpt['avatarurl']))
{
$cmpt['avwidth'] = getimagesize($cmpt['avatarurl']);
$cmpt['avwidth'] = $cmpt['avwidth']['0'];
}
else
{
$cmpt['avwidth'] = 60;
}
$avatarlp = $cmpt['avwidth'] + 30;
BlueNinjaGo
04-05-2009, 05:08 PM
I found the code, and replaced it with what you said...now i'm getting:
Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3882
Warning: getimagesize(http://thesocialrev.com/forum/blak_ice/misc/unknown.gif) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in [path]/competitions.php on line 3882
Stifmeister2
04-05-2009, 07:24 PM
nooooooooooooooooooo!!!!! more to manage. more hassle.
just keep it as is!!!!! if you do you're gunna end with bunch of ppl just asking if you could combine em :rolleyes: heh. mark my words! :p
Agreed.
Gamelobby
04-05-2009, 08:04 PM
nooooooooooooooooooo!!!!! more to manage. more hassle.
just keep it as is!!!!! if you do you're gunna end with bunch of ppl just asking if you could combine em heh. mark my words!
Agreed.
Yea it is just as easy to split them up by linking to the direct areas.. no need to confuse people i guess. (but i wont mind because i have them split. :))
baco84
04-06-2009, 01:24 PM
i have installed this mod a few minutes ago. for the tournment is all ok. i have created 3 tournament with some people without a problem. the problem is in the ladder. for the first users no problem. for the second joined users, i read on the top of the pages this:
Warning: getimagesize() [function.getimagesize]: open_basedir restriction in effect. File(/forum/images_new/misc/unknown.gif) is not within the allowed path(s): ('.:/tmp:/home:/usr/local/lib/php:/nfs/home:/usr/home:/usr/local/bin/') in [path]/competitions.php on line 3874
Warning: getimagesize(/forum/images_new/misc/unknown.gif) [function.getimagesize]: failed to open stream: Operation not permitted in [path]/competitions.php on line 3874
the second user is visible, and also ranking and my logo, but at the top of my logo there is this error... i don't have a custom style...
baco84
04-06-2009, 01:43 PM
uh, another problem... on the single torunament, when i click on the progress player icon, i see an error, and everything is the same than before...
BlueNinjaGo
04-06-2009, 01:47 PM
uh, another problem... on the single torunament, when i click on the progress player icon, i see an error, and everything is the same than before...
You should take a screen shot of the error message so banana has an idea of what it says.
BlueNinjaGo
04-06-2009, 03:51 PM
Also, is there any way to manually "seed" a tournament? Some of our users want a "staff versus users" tournament, and I'd have to manually assign seed positions...
Possible? Maybe in the future?
SnapOff Racing
04-06-2009, 08:31 PM
nvm got it
BlueNinjaGo
04-06-2009, 10:06 PM
Suggestion:
Perhaps have some way of organizing ladders a little better... Some sort of catagories or something. Just an idea.
baco84
04-07-2009, 07:17 AM
here is the error
https://vborg.vbsupport.ru/
do you have any ideas???
Skyrider
04-07-2009, 08:50 AM
Can anyone join any teams once it has been created? I think it should be invite only, depending who the owner is.
BlueNinjaGo
04-07-2009, 01:32 PM
Can anyone join any teams once it has been created? I think it should be invite only, depending who the owner is.
You can give usergroups permission to join a team or not. But players "request" to join a team... the team leader has to make accept them. (Unless a Admin/mod says otherwise)
bananalive
04-07-2009, 01:55 PM
Suggestion:
Perhaps have some way of organizing ladders a little better... Some sort of catagories or something. Just an idea.
Coming in next version
bananalive
04-07-2009, 02:03 PM
here is the error
https://vborg.vbsupport.ru/
do you have any ideas???
What browser are you using?
BlueNinjaGo
04-07-2009, 03:20 PM
Coming in next version
Awesome... is there any way i can manually edit the brackets? Reason being, the tournaments we're hosting take place over Xbox Live, and for some reason sometimes people can't connect. I know it's not a real feature, but is there coding anywhere where I can just go in and switch the names around?
I'm sorry if I'm nagging too much.
(Also, nominated MOTM... by far the best improvement I've made to the site so far this year)
bananalive
04-07-2009, 05:59 PM
Awesome... is there any way i can manually edit the brackets? Reason being, the tournaments we're hosting take place over Xbox Live, and for some reason sometimes people can't connect. I know it's not a real feature, but is there coding anywhere where I can just go in and switch the names around?
I'm sorry if I'm nagging too much.
(Also, nominated MOTM... by far the best improvement I've made to the site so far this year)
Tournament Tools -> Swap Players
baco84
04-07-2009, 06:09 PM
What browser are you using?
ie 6.. it's old, i know... tomorrow i'll download firefox, and i'll try with it... but anyway it's a very unusual error...
BlueNinjaGo
04-08-2009, 02:32 AM
Tournament Tools -> Swap Players
Oh, ok! I thought that was to swap players in the tournament for players not in the tournament.... *facepalm*
Skyrider
04-08-2009, 06:57 AM
Any specific reason why I can't leave nor remove someone from a team?
bananalive
04-08-2009, 07:01 AM
Any specific reason why I can't leave nor remove someone from a team?
Team Leader's can remove player(s) from their team, the option for player to leave team is coming soon (probably next release)
Skyrider
04-08-2009, 07:11 AM
Team Leader's can remove player(s) from their team, the option for player to leave team is coming soon (probably next release)
What about admins? Can't they force someone to remove them from the team?
bananalive
04-08-2009, 07:52 AM
What about admins? Can't they force someone to remove them from the team?
No.
bananalive
04-08-2009, 08:06 AM
v2.8.0 is now available to download and test. As long as no problems are found, v2.8.0 will be released as non-BETA.
v2.8.0: 8 April 2009
- Added website, gamertag fields for teams
- Improved layout for Ladder Challenges (team section)
- Pop-up on team profile with tournaments joined/ won
- Reduced queries on Tournament Display by 1 (or 2 if there are no comments)
- No of comments in Tournament Details
- Team members can 'Leave Team'
- Tournament/ Ladder Categories
- Split competitions.php into: competitions.php, tournaments.php and ladders.php
Jaxel
04-08-2009, 01:51 PM
Any template changes we need to be aware of?
*EDIT* nevermind... just ran it through BC3... EVERYTHING was changed.
s8glive
04-08-2009, 03:53 PM
bug found can't delete ladders in 2.8.0 beta
bananalive
04-08-2009, 04:48 PM
bug found can't delete ladders in 2.8.0 beta
Thanks,
Here's quick fix...
Find in ladders.php (line 2194):
if ($_REQUEST['do'] == 'ladderdelete')
Replace:
if ($_REQUEST['do'] == 'delete')
baco84
04-08-2009, 04:51 PM
https://vborg.vbsupport.ru/ (http://img253.imageshack.us/my.php?image=error2gif.gif)
another error (i think)
bananalive
04-08-2009, 05:18 PM
http://img253.imageshack.us/img253/1461/error2gif.th.gif (http://img253.imageshack.us/my.php?image=error2gif.gif)
another error (i think)
I'm assuming that's a screen-shot taken in internet explorer.
Import attached product file and it should be fixed
baco84
04-08-2009, 05:37 PM
perfect, issue is solved! another question. how can i change the product language, in my language(italian)?
s8glive
04-08-2009, 07:14 PM
another bug found in 2.8.0 beta when i go to a ladder page then ladder links and click on Ladder Team Challenges the page fails to load.
BlueNinjaGo
04-08-2009, 08:03 PM
Ok, 3 questions. Thanks in advance.
1) If I install the update, will it affect tournaments in progress? I doubt it would, but I figured I'd double check.
2) My mod made a tournament with 20 players, and it looks screwed up. Is it because there's 20 players? (see attachement) (I had to cut off the buttom because of attachment restictions... click here (http://thesocialrev.com/forum/competitions.php?do=view&id=3) for the tournament if you want to see for yourself.
3) My mod progressed a user, but his name didn't move to the next line like the rest. The buttons to progress him is gone. (See same attachement)
BlueNinjaGo
04-08-2009, 09:55 PM
Ok, I found a bug with the catagories. I added a catagory. Added 2 ladders to it. Worked 100%.
I created a second catagory. I went to move a ladder into it, but when i go to chose a catagory, it has blank (for no catagory) and both catagories on the same line... So you can only choose none or the first one (has the second one after it, but it's all one selection)
Also, is there no way to delete a catagory?
s8glive
04-08-2009, 10:15 PM
Ok, 3 questions. Thanks in advance.
1) If I install the update, will it affect tournaments in progress? I doubt it would, but I figured I'd double check.
2) My mod made a tournament with 20 players, and it looks screwed up. Is it because there's 20 players? (see attachement) (I had to cut off the buttom because of attachment restictions... click here (http://thesocialrev.com/forum/competitions.php?do=view&id=3) for the tournament if you want to see for yourself.
3) My mod progressed a user, but his name didn't move to the next line like the rest. The buttons to progress him is gone. (See same attachement)
dude if this is a active part of your site don't upgrade to the beta. the beta still has bugs and are being worked out wait a week plus it was only released today.
bananalive
04-09-2009, 07:53 AM
another bug found in 2.8.0 beta when i go to a ladder page then ladder links and click on Ladder Team Challenges the page fails to load.
Thanks,
the link is to ladder.php instead of ladders.php
bananalive
04-09-2009, 07:54 AM
perfect, issue is solved! another question. how can i change the product language, in my language(italian)?
Translate the phrases in the admincp
bananalive
04-09-2009, 08:01 AM
Ok, I found a bug with the catagories. I added a catagory. Added 2 ladders to it. Worked 100%.
I created a second catagory. I went to move a ladder into it, but when i go to chose a catagory, it has blank (for no catagory) and both catagories on the same line... So you can only choose none or the first one (has the second one after it, but it's all one selection)
Also, is there no way to delete a catagory?
I can't seem to replicate this error, is it error on page 'Edit Ladder'?
I'll add link to delete category
bananalive
04-09-2009, 08:03 AM
Ok, 3 questions. Thanks in advance.
1) If I install the update, will it affect tournaments in progress? I doubt it would, but I figured I'd double check.
2) My mod made a tournament with 20 players, and it looks screwed up. Is it because there's 20 players? (see attachement) (I had to cut off the buttom because of attachment restictions... click here (http://thesocialrev.com/forum/competitions.php?do=view&id=3) for the tournament if you want to see for yourself.
3) My mod progressed a user, but his name didn't move to the next line like the rest. The buttons to progress him is gone. (See same attachement)
Rather than creating 20 player tournament, create a 32 player, then click start tournament, this will add in bye players and the brackets won't get messed up.
BlueNinjaGo
04-09-2009, 12:50 PM
I can't seem to replicate this error, is it error on page 'Edit Ladder'?
I'll add link to delete category
Thanks for adding the link. And yes, I went to edit a ladder that already existed, and the drop down combo box had 2 lines. One was blank, the other had two categories on the same line. I wish I had taken a screen shot for you, that's my mistake. (I uninstalled the update for now)
Rather than creating 20 player tournament, create a 32 player, then click start tournament, this will add in bye players and the brackets won't get messed up.
Ok, I saw the option to adjust the player limit and I assumed it would have had the same outcome. I'll go see if that does the trick.
Skyrider
04-09-2009, 01:47 PM
Tried clicking "Leave team", but it doesn't seem to work at all. Nothing is happening. Would be great if admins can force members out of a theme as well btw.
bananalive
04-09-2009, 02:03 PM
Tried clicking "Leave team", but it doesn't seem to work at all. Nothing is happening. Would be great if admins can force members out of a theme as well btw.
Do you get the javascript popup?
(Tested it with two accounts on my forum and it worked then.)
bananalive
04-09-2009, 02:06 PM
Thanks for adding the link. And yes, I went to edit a ladder that already existed, and the drop down combo box had 2 lines. One was blank, the other had two categories on the same line. I wish I had taken a screen shot for you, that's my mistake. (I uninstalled the update for now)
Found error, thanks.
Skyrider
04-09-2009, 02:23 PM
Do you get the javascript popup?
(Tested it with two accounts on my forum and it worked then.)
Nope, no pop-up at all. Maybe adblock of firefox is blocking it?
EDIT,
Even tried disabling it, nothing. Using FireFox 3.0.8. Same with IE6, nothing is happening.
s8glive
04-09-2009, 03:39 PM
when do you plan on releasing a little bit more of a updated beta so people don't have to read through to fix some of the errors manually?
bananalive
04-09-2009, 08:56 PM
when do you plan on releasing a little bit more of a updated beta so people don't have to read through to fix some of the errors manually?
I'll probably release something tomorrow. If no major bugs are found then it will be non-Beta.
bananalive
04-09-2009, 08:57 PM
Nope, no pop-up at all. Maybe adblock of firefox is blocking it?
EDIT,
Even tried disabling it, nothing. Using FireFox 3.0.8. Same with IE6, nothing is happening.
Weird, i wonder whether i added in the code after i released the beta.
baco84
04-10-2009, 08:55 AM
i have found an errormaybe. on ladder challenges, when i accepted a challenge, the match it's not confirmed, and i have to accept again and again... but the match doesn't exist anymore!
bananalive
04-10-2009, 09:10 AM
i have found an errormaybe. on ladder challenges, when i accepted a challenge, the match it's not confirmed, and i have to accept again and again... but the match doesn't exist anymore!
Thanks, fixed in next release
BlueNinjaGo
04-10-2009, 02:33 PM
Is there any way to add a text box when making a challenge during a ladder. The message would be added somewhere in the automated PM that's sent.
Just a feature that a few of my members suggested. I know you're really busy with other more important features and have a list of stuff you wanna add first, but just thought I'd mention it.
I'll probably release something tomorrow. If no major bugs are found then it will be non-Beta.
sweet
SnapOff Racing
04-12-2009, 07:11 AM
installed 2.8.1 and 2.8.0 and i get this error when creating a tournament:
Fatal error: Registry object is not an object in [path]/includes/class_dm.php on line 177
#0 vb_error_handler(256, Registry object is not an object, /home/gears/public_html/forums/includes/class_dm.php, 177, Array ([this] => vB_DataManager_Thread_FirstPost Object ([validfields] => Array ([firstpostid] => Array ([0] => 3,[1] => 2),[lastpost] => Array ([0] => 3,[1] => 2),[forumid] => Array ([0] => 3,[1] => 1),[pollid] => Array ([0] => 3,[1] => 0),[open] => Array ([0] => 3,[1] => 2,[2] => _-_mEtHoD_-_),[replycount] => Array ([0] => 3,[1] => 2),[hiddencount] => Array ([0] => 3,[1] => 2),[deletedcount] => Array ([0] => 3,[1] => 2),[lastposter] => Array ([0] => 7,[1] => 2),[lastpostid] => Array ([0] => 3,[1] => 2),[views] => Array ([0] => 3,[1] => 0),[notes] => Array ([0] => 7,[1] => 0),[sticky] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[votenum] => Array ([0] => 3,[1] => 0),[votetotal] => Array ([0] => 3,[1] => 0),[similar] => Array ([0] => 7,[1] => 2),[prefixid] => Array ([0] => 7,[1] => 0,[2] => _-_mEtHoD_-_),[taglist] => Array ([0] => 7,[1] => 0),[threadid] => Array ([0] => 3,[1] => 3),[title] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_), => Array ([0] => 7,[1] => 0,[2] => _-_mEtHoD_-_),[userid] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[dateline] => Array ([0] => 3,[1] => 2),[iconid] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[visible] => Array ([0] => 1,[1] => 0),[attach] => Array ([0] => 3,[1] => 0),[pagetext] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_),[allowsmilie] => Array ([0] => 3,[1] => 1),[showsignature] => Array ([0] => 1,[1] => 0),[ipaddress] => Array ([0] => 7,[1] => 2)), => Array (),[table] => thread,[condition_construct] => Array ([0] => threadid = %1$d,[1] => threadid),[thread] => Array (),[post] => Array (),[modlog] => Array (),[floodcheck] => ,[spamlog_insert] => ,[setfields] => Array (),[rawfields] => Array (),[registry] => ,[dbobject] => ,[lamda] => ,[errors] => Array (),[error_handler] => 1,[existing] => Array (),[info] => Array (),[condition] => ,[failure_callback] => ,[presave_called] => ),[registry] => ,[errtype] => 1)) called at [(null):0] #1 trigger_error(Registry object is not an object, 256) called at [/home/gears/public_html/forums/includes/class_dm.php:177] #2 vB_DataManager->vB_DataManager(, 1) called at [/home/gears/public_html/forums/includes/class_dm_threadpost.php:1482] #3 vB_DataManager_Thread_FirstPost->vB_DataManager_Thread_FirstPost(, 1) called at [/home/gears/public_html/forums/includes/functions_tal.php:166] #4 new_thread(1, 38, Test, [U][B] Test No Players: 4 Type: 1v1 Description: testing testing 123 View all Tournaments Here (http://www.gearsopedia.net/forums/competitions.php) , 1, 1, 1) called at [/home/gears/public_html/forums/tournaments.php:998]
An additional question would be:
If I wanted to create a tournament after I've hosted and completed one and wanted to set up the brackets, etc as they happened is this possible? to give the teams that won credit, etc? to keep track of their records? I hope so. Can someone explain please?
Thanks
The_Rascal
04-12-2009, 04:21 PM
is there anyway to remove the leader and promote another member of the team to leader?
or can only the leader do that?
H3C x Nevz
04-13-2009, 09:07 PM
The VBulletin Editor stretches out my pages whenever there's one on the screen. Is there any way to adjust their width?
Jayphen
04-14-2009, 05:10 AM
installed 2.8.1 and 2.8.0 and i get this error when creating a tournament:
Fatal error: Registry object is not an object in [path]/includes/class_dm.php on line 177
#0 vb_error_handler(256, Registry object is not an object, /home/gears/public_html/forums/includes/class_dm.php, 177, Array ([this] => vB_DataManager_Thread_FirstPost Object ([validfields] => Array ([firstpostid] => Array ([0] => 3,[1] => 2),[lastpost] => Array ([0] => 3,[1] => 2),[forumid] => Array ([0] => 3,[1] => 1),[pollid] => Array ([0] => 3,[1] =>
Same here, both versions, though 2.8.1 still shows as 2.8.0 btw.
bananalive
04-14-2009, 07:29 AM
installed 2.8.1 and 2.8.0 and i get this error when creating a tournament:
Fatal error: Registry object is not an object in [path]/includes/class_dm.php on line 177
#0 vb_error_handler(256, Registry object is not an object, /home/gears/public_html/forums/includes/class_dm.php, 177, Array ([this] => vB_DataManager_Thread_FirstPost Object ([validfields] => Array ([firstpostid] => Array ([0] => 3,[1] => 2),[lastpost] => Array ([0] => 3,[1] => 2),[forumid] => Array ([0] => 3,[1] => 1),[pollid] => Array ([0] => 3,[1] => 0),[open] => Array ([0] => 3,[1] => 2,[2] => _-_mEtHoD_-_),[replycount] => Array ([0] => 3,[1] => 2),[hiddencount] => Array ([0] => 3,[1] => 2),[deletedcount] => Array ([0] => 3,[1] => 2),[lastposter] => Array ([0] => 7,[1] => 2),[lastpostid] => Array ([0] => 3,[1] => 2),[views] => Array ([0] => 3,[1] => 0),[notes] => Array ([0] => 7,[1] => 0),[sticky] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[votenum] => Array ([0] => 3,[1] => 0),[votetotal] => Array ([0] => 3,[1] => 0),[similar] => Array ([0] => 7,[1] => 2),[prefixid] => Array ([0] => 7,[1] => 0,[2] => _-_mEtHoD_-_),[taglist] => Array ([0] => 7,[1] => 0),[threadid] => Array ([0] => 3,[1] => 3),[title] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_), => Array ([0] => 7,[1] => 0,[2] => _-_mEtHoD_-_),[userid] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[dateline] => Array ([0] => 3,[1] => 2),[iconid] => Array ([0] => 3,[1] => 0,[2] => _-_mEtHoD_-_),[visible] => Array ([0] => 1,[1] => 0),[attach] => Array ([0] => 3,[1] => 0),[pagetext] => Array ([0] => 7,[1] => 1,[2] => _-_mEtHoD_-_),[allowsmilie] => Array ([0] => 3,[1] => 1),[showsignature] => Array ([0] => 1,[1] => 0),[ipaddress] => Array ([0] => 7,[1] => 2)), => Array (),[table] => thread,[condition_construct] => Array ([0] => threadid = %1$d,[1] => threadid),[thread] => Array (),[post] => Array (),[modlog] => Array (),[floodcheck] => ,[spamlog_insert] => ,[setfields] => Array (),[rawfields] => Array (),[registry] => ,[dbobject] => ,[lamda] => ,[errors] => Array (),[error_handler] => 1,[existing] => Array (),[info] => Array (),[condition] => ,[failure_callback] => ,[presave_called] => ),[registry] => ,[errtype] => 1)) called at [(null):0] #1 trigger_error(Registry object is not an object, 256) called at [/home/gears/public_html/forums/includes/class_dm.php:177] #2 vB_DataManager->vB_DataManager(, 1) called at [/home/gears/public_html/forums/includes/class_dm_threadpost.php:1482] #3 vB_DataManager_Thread_FirstPost->vB_DataManager_Thread_FirstPost(, 1) called at [/home/gears/public_html/forums/includes/functions_tal.php:166] #4 new_thread(1, 38, Test, [U][B] Test No Players: 4 Type: 1v1 Description: testing testing 123 View all Tournaments Here (http://www.gearsopedia.net/forums/competitions.php) , 1, 1, 1) called at [/home/gears/public_html/forums/tournaments.php:998]
An additional question would be:
If I wanted to create a tournament after I've hosted and completed one and wanted to set up the brackets, etc as they happened is this possible? to give the teams that won credit, etc? to keep track of their records? I hope so. Can someone explain please?
ThanksSame here, both versions, though 2.8.1 still shows as 2.8.0 btw.
Upload attached file to
includes\
bananalive
04-14-2009, 07:30 AM
is there anyway to remove the leader and promote another member of the team to leader?
or can only the leader do that?
nope only team leader can promote players
bananalive
04-14-2009, 07:31 AM
The VBulletin Editor stretches out my pages whenever there's one on the screen. Is there any way to adjust their width?
It shouldn't. Can i see screenshot please?
Jaxel
04-14-2009, 08:03 AM
It shouldn't. Can i see screenshot please?
I can confirm it does this as well... I've been mentioning it for a while now, but I guess you never got aroudn to fixing it, so I had to fix it myself (its one of the MANY template fixes I've made). It happens because you force 640px as the panel width, when it should be called by the stylevars...
The problem is right here (code is in ALL your admin pages)
<td class="panelsurround" align="center"><div class="panel">
<div style="width:640px" align="left">
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
It should read...
<td class="panelsurround" align="center"><div class="panel">
<div style="width:$stylevar[formwidth]" align="left">
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
Also, because of the way you setup the $messagearea stuff, to use standard formwidth, instead of formwidth_usercp, that means those with larger messagearea widths can NEVER use the sidepanel option without it messing up the page layouts. Message areas in admin pages should be the width of a private message box, not the width of a new thread box.
bananalive
04-14-2009, 08:42 AM
I can confirm it does this as well... I've been mentioning it for a while now, but I guess you never got aroudn to fixing it, so I had to fix it myself (its one of the MANY template fixes I've made). It happens because you force 640px as the panel width, when it should be called by the stylevars...
The problem is right here (code is in ALL your admin pages)
<td class="panelsurround" align="center"><div class="panel">
<div style="width:640px" align="left">
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
It should read...
<td class="panelsurround" align="center"><div class="panel">
<div style="width:$stylevar[formwidth]" align="left">
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">
Also, because of the way you setup the $messagearea stuff, to use standard formwidth, instead of formwidth_usercp, that means those with larger messagearea widths can NEVER use the sidepanel option without it messing up the page layouts. Message areas in admin pages should be the width of a private message box, not the width of a new thread box.
Yes it should be:
<div align="$stylevar[left]" style="max-width:$stylevar[formwidth]; width:auto !important; width:$stylevar[formwidth_usercp]">
Gamelobby
04-14-2009, 05:43 PM
I dont seem to be having that problem, so im not going to worry, but will that be added to the next update.?
bananalive
04-14-2009, 05:47 PM
I dont seem to be having that problem, so im not going to worry, but will that be added to the next update.?
Yes. All fixes get added to consequent releases.
Shadawg
04-15-2009, 02:44 AM
I dont know if this has been answered previously, but i am after changing the bracket colour? i cannot seem to find the right coding that relates to it...
P.Jackson
04-15-2009, 07:55 AM
tis in the options
bananalive
04-15-2009, 09:41 AM
I dont know if this has been answered previously, but i am after changing the bracket colour? i cannot seem to find the right coding that relates to it...
Yes, it's vBulletin Options -> Tournaments & Ladders Options
jensecj
04-15-2009, 10:02 AM
is there anyway to show a persons ladder rating / ladder rank in postbit?
like with the tournaments joined / won, would love that feature :)
Phosphorus
04-15-2009, 12:58 PM
Got a problem since last update :
for eg if i wanna see details of a tourney (finished or waiting on players) i cant acces to the page.
The link redirect me on same place as before
eg :
http://free2play-fr.com/forums/competitions.php?
Phosphorus
04-15-2009, 01:02 PM
and i cant create any tourney etc .. and acces right are ok for all usergroups
Phosphorus
04-15-2009, 01:05 PM
in fact a lot of link dont work ... help please
Phosphorus
04-15-2009, 01:10 PM
and allways the same problmem with IE display like this
http://www.vosfichiers.com/thumbs/bwy1239804339z.jpg (http://www.vosfichiers.com/viewer.php?id=bwy1239804339z.jpg)
bananalive
04-15-2009, 01:30 PM
Got a problem since last update :
for eg if i wanna see details of a tourney (finished or waiting on players) i cant acces to the page.
The link redirect me on same place as before
eg :
http://free2play-fr.com/forums/competitions.php?
Revert templates, including the following:
tmnt_shell
tmnt_index_tbit
bananalive
04-15-2009, 01:31 PM
is there anyway to show a persons ladder rating / ladder rank in postbit?
like with the tournaments joined / won, would love that feature :)
No, sorry it's not possible as there are multiple ladders with different rankings
Phosphorus
04-15-2009, 02:09 PM
Revert templates, including the following:
tmnt_shell
tmnt_index_tbit
Thx works now :D
BlueNinjaGo
04-15-2009, 03:46 PM
Since I installed the update, no one is able to accept ladder challenges. It shows you have one... it says "accept now" and "reject now"... but when you click on "Accept" it does nothing but refresh.
jensecj
04-15-2009, 05:15 PM
Since I installed the update, no one is able to accept ladder challenges. It shows you have one... it says "accept now" and "reject now"... but when you click on "Accept" it does nothing but refresh.
had that exact issue, but upgrading to 2.8.1 fixed it...
BlueNinjaGo
04-15-2009, 07:42 PM
had that exact issue, but upgrading to 2.8.1 fixed it...
That's weird, I only ran across it when I upgraded to 2.8.1....
When I try to use the Admin/Mod ability to schedule a match between two people, It just refreshes (after I choose which teams) and does nothing.
Also, sidenote... two users accidently reported a ladder match score wrong... anyway to delete it or edit it?
any word on development with double elimination tournaments or league format?
btw the option to include screenshots when reporting has been added, thats great. however it is only for a link to a screenshot, could this be improved to upload an attachment? also, what about a dispute system?
some of the other features i suggested were
-twl style ranting/predicting before matches (vote whos going to win and talk trash in an individual match comment area)
-free agents for single players who would like to sign up on team ladders but don't have any team.
Shadawg
04-15-2009, 10:39 PM
tis in the options
Yes, it's vBulletin Options -> Tournaments & Ladders Options
Thanks, was using older version n upgraded, had no idea you implemented it into there...
Thanks again......
Slam Da Brakes
04-16-2009, 01:10 AM
Great little mod love the new additions
I recently updated to the new version, however stats in postbit no longer show. I have selected "yes" in the options. I did a search and found nothing.
Anyone else have this problem or a solution?
thanks
I recently updated to the new version, however stats in postbit no longer show. I have selected "yes" in the options. I did a search and found nothing.
Anyone else have this problem or a solution?
No, this doesn't seem to be working for me either. I am running the 2.8.1 BETA
also, i'm unsure why but the uploading of team images (logos) is not working for me. where do these files get stores? could it possibly be a permissions issue? ive made sure the height/width restriction are fixed properly but it just shows up as blank after editing the team information....
also, tournaments. it seems administrators simply are able to advance tournament winners but is it possible for the players themselves to report their win similarly to the ladder style. do admins always have to administrate tournaments by manually proceeding the winners without the competitors themselves reporting the win?
i was also thinking, how about a method of showing the latest reported matches or upcoming matches, or latest completed tournament results on forumhome. or fed as xml/rss so we can place them where we want, or others can subscribe to them.
bananalive
04-16-2009, 10:48 AM
any word on development with double elimination tournaments or league format?
btw the option to include screenshots when reporting has been added, thats great. however it is only for a link to a screenshot, could this be improved to upload an attachment? also, what about a dispute system?
some of the other features i suggested were
-twl style ranting/predicting before matches (vote whos going to win and talk trash in an individual match comment area)
-free agents for single players who would like to sign up on team ladders but don't have any team.
I haven't done anything to do with either of those.
players can report matches, referee (tournament moderator) can see screenshots, scores and who reported match
bananalive
04-16-2009, 10:49 AM
No, this doesn't seem to be working for me either. I am running the 2.8.1 BETA
also, i'm unsure why but the uploading of team images (logos) is not working for me. where do these files get stores? could it possibly be a permissions issue? ive made sure the height/width restriction are fixed properly but it just shows up as blank after editing the team information....
also, tournaments. it seems administrators simply are able to advance tournament winners but is it possible for the players themselves to report their win similarly to the ladder style. do admins always have to administrate tournaments by manually proceeding the winners without the competitors themselves reporting the win?
i was also thinking, how about a method of showing the latest reported matches or upcoming matches, or latest completed tournament results on forumhome. or fed as xml/rss so we can place them where we want, or others can subscribe to them.
Have you chmod teamlogos directory 777?
No just tournament moderators and tournament creator can.
bananalive
04-16-2009, 10:50 AM
That's weird, I only ran across it when I upgraded to 2.8.1....
When I try to use the Admin/Mod ability to schedule a match between two people, It just refreshes (after I choose which teams) and does nothing.
Also, sidenote... two users accidently reported a ladder match score wrong... anyway to delete it or edit it?
Fixed in attached file
No, it's possible to change score as it nots possible to work backwards with elo ratings
bananalive
04-16-2009, 10:51 AM
Great little mod love the new additions
I recently updated to the new version, however stats in postbit no longer show. I have selected "yes" in the options. I did a search and found nothing.
Anyone else have this problem or a solution?
thanks
Fixed in attached product file
Slam Da Brakes
04-16-2009, 12:51 PM
Fixed in attached product file
Thanks for the quick update and fix! I downloaded and updated, except now I get 404 page errors on tournament links.
I guess it's not my day. :confused:
BlueNinjaGo
04-16-2009, 12:58 PM
Fixed in attached file
No, it's possible to change score as it nots possible to work backwards with elo ratings
Thanks, I'll upload it when I get home... And do you have any recommendation of what to do in the event of a ladder match being entered wrong? Besides telling the users to just suck it up and deal with their mistakes? (Which I pretty much already did.)
BlueNinjaGo
04-16-2009, 04:29 PM
Ok, i uploaded the file you attached, and it didn't fix anything. Clicking accept challenge still doesn't do anything.
Then I noticed on all the team challenges, the "challenger" and "challenged" are always the same team name.
In the file attached, there's two screen shots (i just pasted in paint, sorry it looks so crude)... the first screen shot is team A, the second screen shot is from team B.... (I logged into each team leader's account and took screen shots, so those are first hand images)
That's it looks like.
how about required gamertag entry to be able to challenge others on the ladder. many times in games users have the ability to "smurf" as other players during matches, players whos name is on the roster and they are pretending to be that person. luckily most games today have gamertags or IDS (steam, xboxlive gamertag, psn network tag, wii id, etc.)
there should be a field required in the team administration to insert each players individual gamertag for that specific ladder before team challenging is enabled.
sry if im being annoying but really enjoy this script and would like to help with whatever suggestions i can to improve its functionality.
droid101
04-17-2009, 05:42 AM
As an admin, I'm trying to use the "Insert Challenge" option in a Ladder. Nothing happens after choosing the two opponents and pressing submit. What is supposed to happen?
I really need this to work to input all the past matches we've had in this ladder. From then on, everyone can just challenge each other and record the matches themselves. What's the deal?
bananalive
04-17-2009, 09:22 AM
Ok, i uploaded the file you attached, and it didn't fix anything. Clicking accept challenge still doesn't do anything.
Then I noticed on all the team challenges, the "challenger" and "challenged" are always the same team name.
In the file attached, there's two screen shots (i just pasted in paint, sorry it looks so crude)... the first screen shot is team A, the second screen shot is from team B.... (I logged into each team leader's account and took screen shots, so those are first hand images)
That's it looks like.
Fixed in attached file
bananalive
04-17-2009, 09:24 AM
As an admin, I'm trying to use the "Insert Challenge" option in a Ladder. Nothing happens after choosing the two opponents and pressing submit. What is supposed to happen?
I really need this to work to input all the past matches we've had in this ladder. From then on, everyone can just challenge each other and record the matches themselves. What's the deal?
I've released fix for this already. Attached if you missed it.
I'll compile a release with all the fixes in it soon.
BlueNinjaGo
04-17-2009, 12:48 PM
Ok, I uploaded the new file, and it still did nothing. Clicking accept or decline is doing nothing to existing challenges. I did send a new challenge and it was able to be accepted. So what do I do with the existing ones? I can't submit scores, I can't accept, or decline. And can't just ignore them because then I can't challenge that team.
Also, I tried to use the admin ability to insert a ladder challenge and I'm now getting "Error. Invalid ladder".
gakousei
04-17-2009, 01:47 PM
Thx for this great mod.
I have the same problem too.
When I try to use Admin ability to arrange a challenge I have always : "Error. Invalid ladder".
Another point :
I would like to add another information in the Statistics of players in the template "tmnt_ladder_cmpt".
How can I insert a basic field from the user profile ?
bananalive
04-17-2009, 01:58 PM
Thx for this great mod.
I have the same problem too.
When I try to use Admin ability to arrange a challenge I have always : "Error. Invalid ladder".
Another point :
I would like to add another information in the Statistics of players in the template "tmnt_ladder_cmpt".
How can I insert a basic field from the user profile ?fixed issue
Edit line 309 of ladders.php
$cmpts = $db->query_read("SELECT players.* players.userid AS userid, players.rank AS rank" . (!$team ? ", user.* , 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" : "") . "
gakousei
04-17-2009, 02:44 PM
Could you give me an exemple with "field1" ?
After I added , user.* into the php code, what am I suppose to add into the template ?
i tried with $cmpt[field1] then with $profile[field1] etc... I don't know how to add the field into the template.
Help would be greatly appreciate.
BlueNinjaGo
04-17-2009, 03:19 PM
Awesome, all bugs seemed to have been fixed. Thank you!
Can't wait til your next release!
droid101
04-17-2009, 08:54 PM
Wooty woo! Works great now.
Thank you so much, this mod is revolutionizing my website!
XxBOSSMASTERxX
04-17-2009, 10:01 PM
Database error help. with v2.7.8
Database error in vBulletin 3.7.4:
Invalid SQL:
UPDATE vbtmnt_ladder_players SET loses = loses + 1, wstreak = 0, lstreak = lstreak + 1, latime =1240008668, rank = 987.5, uod = -1, totalpoints = totalpoints + 10, longeststreak = 0 WHERE lid = 1 AND userid = 1;
MySQL Error : Unknown column 'uod' in 'field list'
Error Number : 1054
Request Date : Friday, April 17th 2009 @ 05:51:08 PM
Error Date : Friday, April 17th 2009 @ 05:51:08 PM
Script : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
Referrer : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
IP Address : xxx.xxx.xxx.xxx
Username : XxBOSSMASTERxX
Classname : vB_Database
MySQL Version : 5.0.77-community
bananalive
04-18-2009, 11:48 AM
Database error help. with v2.7.8
Database error in vBulletin 3.7.4:
Invalid SQL:
UPDATE vbtmnt_ladder_players SET loses = loses + 1, wstreak = 0, lstreak = lstreak + 1, latime =1240008668, rank = 987.5, uod = -1, totalpoints = totalpoints + 10, longeststreak = 0 WHERE lid = 1 AND userid = 1;
MySQL Error : Unknown column 'uod' in 'field list'
Error Number : 1054
Request Date : Friday, April 17th 2009 @ 05:51:08 PM
Error Date : Friday, April 17th 2009 @ 05:51:08 PM
Script : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
Referrer : http://www.darkmlg.com/foro/competitions.php?do=laddersubmitscore&id=3
IP Address : xxx.xxx.xxx.xxx
Username : XxBOSSMASTERxX
Classname : vB_Database
MySQL Version : 5.0.77-community
Run query
ALTER TABLE vbtmnt_ladder_players ADD uod INT(10) NOT NULL
gakousei
04-18-2009, 05:40 PM
Sorry to post it again but I had no reply.
I would like to add a profile's field into the player's statistics in the tmnt_ladder_cmpt template.
After I added , user.* into the php code, what am I suppose to add into the template ?
Could you give me an exemple with "field1" ?
i tried with $cmpt[field1] then with $profile[field1] etc...
I don't really know how to add the field into the template.
Help would be greatly appreciate.
bananalive
04-19-2009, 07:29 PM
Sorry to post it again but I had no reply.
I would like to add a profile's field into the player's statistics in the tmnt_ladder_cmpt template.
After I added , user.* into the php code, what am I suppose to add into the template ?
Could you give me an exemple with "field1" ?
i tried with $cmpt[field1] then with $profile[field1] etc...
I don't really know how to add the field into the template.
Help would be greatly appreciate.
change line 311
" . (!$team ? "LEFT JOIN " . TABLE_PREFIX . "user AS user ON (players.userid = user.userid) LEFT JOIN " . TABLE_PREFIX . "avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON(customavatar.userid = user.userid) " : "") . "
to:
" . (!$team ? "LEFT JOIN " . TABLE_PREFIX . "user AS user ON (players.userid = user.userid) LEFT JOIN " . TABLE_PREFIX . "avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN " . TABLE_PREFIX . "customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN " . TABLE_PREFIX . "userfield AS userfield ON(userfield.userid = user.userid) " : "") . "
line 309 starts
$cmpts = $db->query_read("SELECT
to:
$cmpts = $db->query_read("SELECT userfield.field1,
droid101
04-19-2009, 09:26 PM
One minor nitpick: when you click someone's name in a ladder to view their stats, it says "Longest Winning Streak" and lists their longest streak, whether it is wins or losses.
Should change that to "Longest Streak" or change it so that it only lists their longest winning streak rather than their longest winning or losing streak (which ever one is longer, obviously).
Gamelobby
04-19-2009, 10:50 PM
^^Good point.^^
So is this 2.8.1 going to be out of BETA pretty soon.?
I cant wait to update it, but i have a few things running i dont want to take any chances or screw up. :)
droid101
04-20-2009, 02:48 AM
One other thing that would be nice: the ability for Admins to add users to a Ladder.
Right now, as an admin, I can add anyone to a tournament, but I can't add people to ladders.
Spiritvn
04-20-2009, 11:38 AM
Can a team member have a way to out team by himself? And a way for the leader can invite s1 to the team (not add immediately)?
anyway, Nice job, installed.
bananalive
04-20-2009, 03:55 PM
Can a team member have a way to out team by himself? And a way for the leader can invite s1 to the team (not add immediately)?
anyway, Nice job, installed.
Team members can leave teams. Players can request to join team.
bananalive
04-20-2009, 03:59 PM
One minor nitpick: when you click someone's name in a ladder to view their stats, it says "Longest Winning Streak" and lists their longest streak, whether it is wins or losses.
Should change that to "Longest Streak" or change it so that it only lists their longest winning streak rather than their longest winning or losing streak (which ever one is longer, obviously).
It only shows longest winning streak.
uprentiss
04-20-2009, 09:02 PM
i got a question
which one am i posed to download
the beta or the top one??
gakousei
04-21-2009, 11:39 AM
Thanks for your help, it works :)
I have an issue with Elo rating points :
Same rank players had a match, the winner took 13pts.
A lower player challenged a more ranked player, the winner (the most ranked one ) took 15pts.
With Elo system, logicaly, more there is a difference of level between the players, less the winner have point if he is the high ranked one.
OcR Envy
04-21-2009, 01:37 PM
Just the heads up your Image verification on http://www.bananalive.co.cc/register.php?do=register is broked. Couldn't register.
bananalive
04-21-2009, 01:49 PM
i got a question
which one am i posed to download
the beta or the top one??
Both work, the beta version has more features.
bananalive
04-21-2009, 01:57 PM
Thanks for your help, it works :)
I have an issue with Elo rating points :
Same rank players had a match, the winner took 13pts.
A lower player challenged a more ranked player, the winner (the most ranked one ) took 15pts.
With Elo system, logicaly, more there is a difference of level between the players, less the winner have point if he is the high ranked one.
I'll have look into the elo formulae
bananalive
04-21-2009, 02:17 PM
Just the heads up your Image verification on http://www.bananalive.co.cc/register.php?do=register is broked. Couldn't register.
thanks, fixed
OcR Envy
04-21-2009, 02:28 PM
NP,
I decided just to post it up here. Went over the beta script today found some things.
Requests:
- Notifications integrated with vB Notifications (Invite To Team/Request to Join Team, New Challenge, New Tournament, New Ladder, Confirm/Deny Match Results)
- Option for WSYG Editor across the script.
- When creating a new team there is no avatar,website or gamertag field.
- Ability disable comments all together but provide link to discussion thread somewhere.
- Best of Series (3,5,7)
- Randomly assign Gametypes and Maps to a challenge.
- "Match Finder" - Ability to submit an open challenge for a day/time duration. Challenge is displayed in the challenge list but does not show the team name who submitted. In turn any other team on the ladder can accept that open challenge.
Bugs:
- Clicking on Team name on Ladders page says "Challenge Player" not "Challenge Team".
- When challenging the ladders page submits a challenge and then displays it where the Challenger and Challenged are the same team name(Challenger). The Challenged team still see's the accept/reject options but clicking on them does nothing.
- Deleted Teams still show up on the ladder.
Syntax:
- Stats setting show "Yes/No" should be "On/Off"
- When editing a team button should read "Save" not "Edit"
- When creating a team button should read "Save" not "Add"
Again love the mod, watch these updates very closely. I know if you ever went "Paid" I would certainly purchase. :D
gamerscms
04-25-2009, 09:12 AM
Still using this mod,
REQUEST: when sending a challenge on a ladder there is no where to state a time and date, could this be a added feature?
Regards
JesterP
04-25-2009, 04:05 PM
Hello,
Awesome mod!
I have a member who cannot make any more challenges because people that have challenged him in the past, or people he challenged went poof. He's stuck and I cannot find a way to clear out his challenges. When I click on ladder challenges, the page loads, but the table where I would expect to see challenges listed is empty, it's like a blank page.
Thanks for any help you can give!
Jester
Slam Da Brakes
04-26-2009, 02:23 AM
Hi
I downloaded the fix you supplied to correct "no stats in postbit", but it gave 404 page error codes on other pages?
There is also still a "big gap" on competitions page in IE?
Would love it if you could fix these, or bundle it in the next update.
Thanks
Taragon
04-26-2009, 09:41 PM
Randomly assign Gametypes and Maps to a challenge.
Having maps assigned randomly to a challenge would indeed be more than great :)
P.Jackson
04-27-2009, 08:56 AM
In the tournaments can we have the ability for users and admins to enter scores? like 2-0 etc? so we can see how users actually got on in the tournaments :)
wilburshere
04-27-2009, 09:33 AM
nice mod this one *INSTALLED*
vash911
04-27-2009, 04:20 PM
Installed this mod, but I am having some trouble. Is it possible to delete individual ladder matches once they are posted. I know that the new version has the ability for admins to input ladder challenges and results. But does 2.7.8 have the ability to manually delete ladder matches that have taken place?
Gamelobby
04-28-2009, 06:38 AM
Hi
I downloaded the fix you supplied to correct "no stats in postbit", but it gave 404 page error codes on other pages?
There is also still a "big gap" on competitions page in IE?
Would love it if you could fix these, or bundle it in the next update.
Thanks
The BIG GAP is another mod that is conflicting with it.. on mine it was a "Steam ID"
Just go down your list of products disabling them until the gap goes away, then re-enable all of them except the one causing the problem.
Then figure out a work around that mod. :)
Slam Da Brakes
04-28-2009, 06:57 AM
The BIG GAP is another mod that is conflicting with it.. on mine it was a "Steam ID"
Just go down your list of products disabling them until the gap goes away, then re-enable all of them except the one causing the problem.
Then figure out a work around that mod. :)
Thanks!!
Will check through my mods.
anuraag
04-28-2009, 07:10 AM
I am facing a problem,the matches aren't getting reported.
Gamelobby
04-28-2009, 06:44 PM
Tell your members to report them..!?
anuraag
04-29-2009, 10:13 AM
Tell your members to report them..!?
They did but i did not get any matches at ladders.php?do=reportedmatches
deepak7
04-29-2009, 11:31 AM
Where do you insert results?
Did anyone with a poker forum used this plugin with succes?
bananalive
04-29-2009, 06:14 PM
They did but i did not get any matches at ladders.php?do=reportedmatches
Do the user(s) who reported the match(es) see a red card on the right hand side of the challeenge, like this: https://vborg.vbsupport.ru/
rase2
04-29-2009, 10:32 PM
I've got the 2.8.1 version, but I can't seem to delete categories, any suggestions?
plazzman
04-30-2009, 12:32 AM
Excellent mod, but I'm curious. Is there like a user manual for this thing? :p I have no idea how to use it.
anuraag
04-30-2009, 05:07 AM
Do the user(s) who reported the match(es) see a red card on the right hand side of the challeenge, like this: http://www.vbulletin.com/forum/images/buttons/redcard.gif
Yes they see a report button at ladders.php?do=challenges.
I asked one of my members to click on it,but nothing came over at reported matches.
plazzman
04-30-2009, 08:00 PM
One more quick question.
The product runs just fine, but I have one problem. In my Navbar/Quick Links, I can see a link to Competitions, but when I click it, it gives me a 404 error. But when I manually type in the address, it takes me to competitions. What did I do wrong?
Skyrider
05-01-2009, 08:10 AM
One more quick question.
The product runs just fine, but I have one problem. In my Navbar/Quick Links, I can see a link to Competitions, but when I click it, it gives me a 404 error. But when I manually type in the address, it takes me to competitions. What did I do wrong?
Both links from your nav/quick links and manually are the same?
Gamelobby
05-01-2009, 09:42 AM
They cant be the same.. double, then triple check. ;)
bananalive
05-01-2009, 01:22 PM
One more quick question.
The product runs just fine, but I have one problem. In my Navbar/Quick Links, I can see a link to Competitions, but when I click it, it gives me a 404 error. But when I manually type in the address, it takes me to competitions. What did I do wrong?
Go to vBulletin options -> Site Name / URL / Contact Details
Your Forum URL is wrong.
It should be
http://www.yoursite.com/forum
it is currently
http://www.yoursite/forum
which is causing the problem
Gamelobby
05-01-2009, 05:25 PM
So.. whats in 2.8.2 ??
plazzman
05-01-2009, 08:01 PM
Go to vBulletin options -> Site Name / URL / Contact Details
Your Forum URL is wrong.
It should be
http://www.yoursite.com/forum
it is currently
http://www.yoursite/forum
which is causing the problem
Yup, that was exactly what was wrong, one of my mods found it out right after I posted this. Thanks alot for the help!
bananalive
05-02-2009, 10:59 AM
So.. whats in 2.8.2 ??
It combines all the fixes, and is the non-beta release of v2.8.1.
It includes:
- deleting categories
- improved elo rating system
and some other things.
Skyrider
05-02-2009, 02:12 PM
Hey banana, I solved my "You can't leave the team" issue, I had to make the templates back to default. Also, here's a suggestion & a question if you don't mind:
1), When a user creates a tournament, will he automatic join the tournament as well? As I could add the person very easily in the tournament list.
2), How come you can add multiple usernames (exactly the same ID) in the tournament list? Is this normal?
3), Suggestion: Possible way to swap players position on the list rather than a rename?
NO deadliner
05-02-2009, 06:08 PM
Hi banana,
is it possible to get a looser bracket in a tournament ? That will be the importen thing for adding this mod.
tlwwolfseye
05-03-2009, 05:31 AM
When I created 2 Teams (for testing) I can?t delete any of them. I set all permissions for me as admin.
But the links in the Team Tab now, DELETE TEAM or LEAVE TEAM, they only show links to Javascript when I hover over them.
My Javascript is fully operational and working, I tested that on my occasions. This is what these 2 links show when I hover above them.
javascript:deleteteam('2');
javascript:leaveteam('2');
I run btw. the latest Version of vB Tournament.
anuraag
05-03-2009, 07:48 AM
bump...
The problem with reported matches still persists.Anyone else has this kind of a problem?
bananalive
05-03-2009, 11:14 AM
bump...
The problem with reported matches still persists.Anyone else has this kind of a problem?
Open template: tmnt_ladder_chll
Find:
competitions.php?do=reportchallenge
Replace:
ladders.php?do=reportchallenge
bananalive
05-03-2009, 11:19 AM
When I created 2 Teams (for testing) I can?t delete any of them. I set all permissions for me as admin.
But the links in the Team Tab now, DELETE TEAM or LEAVE TEAM, they only show links to Javascript when I hover over them.
My Javascript is fully operational and working, I tested that on my occasions. This is what these 2 links show when I hover above them.
javascript:deleteteam('2');
javascript:leaveteam('2');
I run btw. the latest Version of vB Tournament.
Have you uploaded javascript file: javascript_competitions.php to clientscript\ ?
bananalive
05-03-2009, 11:20 AM
Hi banana,
is it possible to get a looser bracket in a tournament ? That will be the importen thing for adding this mod.
What do you mean by looser bracket? more padding/ spacing? more css control?
bananalive
05-03-2009, 11:21 AM
Hey banana, I solved my "You can't leave the team" issue, I had to make the templates back to default. Also, here's a suggestion & a question if you don't mind:
1), When a user creates a tournament, will he automatic join the tournament as well? As I could add the person very easily in the tournament list.
2), How come you can add multiple usernames (exactly the same ID) in the tournament list? Is this normal?
3), Suggestion: Possible way to swap players position on the list rather than a rename?
1. No
2. You shouldn't be able to add multiple users with same userid or username
anuraag
05-03-2009, 11:34 AM
Ok now the reporting is sorted,but now i have another problem.
In the postbit everything has become centered,includes Visitor Messages,User Stats and About Me
P.Jackson
05-03-2009, 12:47 PM
By losers bracket he means, if a team/person is knocked out the go into a lower bracket the lower bracket fight it out to get to the final.
If lower bracket gets to the final the lower bracket winners must play 2 maps/games to win overall where as the upper bracket only needs 1 to win
much like http://www.cadred.org/News/Article/61437/
I also think the ability to enter scores would be awsome :)
P.Jackson
05-03-2009, 02:51 PM
<a href="http://www.enemydown.co.uk/cup.php?event=507" target="_blank">http://www.enemydown.co.uk/cup.php?event=507</a>
NO deadliner
05-03-2009, 03:32 PM
By losers bracket he means, if a team/person is knocked out the go into a lower bracket the lower bracket fight it out to get to the final.
If lower bracket gets to the final the lower bracket winners must play 2 maps/games to win overall where as the upper bracket only needs 1 to win
much like http://www.cadred.org/News/Article/61437/
I also think the ability to enter scores would be awsome :)
Thats what i mean :)
so looser of the Winner Round goes to the looser Round so if he win all the Games in the looser Round he plays in the final against the winner of the normal round. This will be a must have feature :)
commoncents
05-03-2009, 06:57 PM
Nevermind, I fixed it
Gamelobby
05-04-2009, 04:56 AM
Its Single Elimination, there is no loser bracket..
P.Jackson
05-04-2009, 09:49 AM
We know that. thats why we are asking if it would be possible to add ;) since most tournaments have double eliminations these days
OttawaGolf
05-04-2009, 10:06 AM
Ladder points awarded incorrectly:
Prior to a ladder match yesterday our player XTOUR was at 975 points. McGoo was 1st on the ladder at 1050.
XTour Won the match, but it seems McGoo was awarded 25 points and XTOUR lost 25 points. Opposite to what was expected.
HELP!
http://forum.ottawagolf.com/ladders.php?do=view&id=3
anuraag
05-04-2009, 02:41 PM
My members reported this bug too.The player who won the match lost 25 points whereas the player who lost the match earned 25 points.
vash911
05-04-2009, 03:32 PM
Installed, Currently I am using 2.7.8 I want to upgrade to 2.8.2. Is it as simple as overwriting the old files and putting the new ones in place? Or do I need to do something else?
Also what happens to the old league data?
spike227
05-04-2009, 03:41 PM
Same bug in v2.8.2. I won the match, and lost the points.
bananalive
05-04-2009, 05:01 PM
Found problem reported. I'll release fix version soon.
bananalive
05-04-2009, 05:02 PM
Installed, Currently I am using 2.7.8 I want to upgrade to 2.8.2. Is it as simple as overwriting the old files and putting the new ones in place? Or do I need to do something else?
Also what happens to the old league data?
Re-upload all files (allow overwrite), import and overwrite product file
All data remains.
spike227
05-04-2009, 05:51 PM
Team logos are in very low quality. How to change it to better quality?
OttawaGolf
05-04-2009, 05:58 PM
Found problem reported. I'll release fix version soon.Thanks!
mozik
05-05-2009, 02:16 AM
This is what I was looking for. If you go to where people joined you will see there gamertag.
http://www.vzrgaming.com/forum/competitions.php?do=view&id=8
Also added it in teams. So now it is easy for team to play each other.
http://www.vzrgaming.com/forum/competitions.php?do=viewteam&id=39
The person who did this didnt like your code.
s8glive
05-05-2009, 11:24 AM
okay bug found:
when i go to edit a player in a torunement it takes me back to the main competition page it will not let me edit
bananalive
05-05-2009, 06:02 PM
okay bug found:
when i go to edit a player in a torunement it takes me back to the main competition page it will not let me edit
Template: tmnt_cmptlms
Find
competitions.php?do=editplayer
Replace
tournaments.php?do=editplayer
FusionTim
05-05-2009, 08:36 PM
Any word on the double elimination status?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.