![]() |
Quote:
Go to the tournament page and you should be able to change the maximum number of teams allowed to enter a tournament. There are two buttons next to the teams allowed thing on the tournament description and you can change it by clicking the buttons. |
So any idea what could be causing the fetch ID to not work? Your previous suggestions didnt exist.
|
Quote:
|
Quote:
|
HI banana,
We just had the following scenario take place.... We had two players playing each other. Player 1 had previously played 1 game prior to this match and lost it. Player 2 had previously played 0 games. Player 2 defeated Player 1 by 19 points to 9. I entered their scores under the 'Admin submit Score' link. Upon looking at the ladder table, it now says Player 1 has played 3 games (instead of 2), and has lost all 3. :confused: |
Any chance you can create an actual tournament with group stages and knockouts cheers
|
Looks like a great mod, any chance it will be updated for 3.8.x ?
|
Quote:
|
A noticed requested feature of notifications upon challanges and applications would be a great boost to an already great script.
It's the only issue we are having at the moment is that requests and such are not noticed, without checking the actual script's pages. |
Quote:
Quote:
|
Getting this error when rejecting a team challenge request on the ladder:
PHP Code:
|
Same...
PHP Code:
|
Okay, I made this fix myself. It seems to work but I removed a few checks which I think were causing the error.
In competitions.php FIND (Line 4256) PHP Code:
PHP Code:
Again this is just a quick fix I made so use at your own risk... I am not yet using this in a live environment myself but have tested it with two test teams and it seems to work OK. |
Quote:
|
v2.7.5 Beta 1 - Download in first post
- Additional avatar resizing in ladder and tournament comments - Date of tournament changed to default 2009 - Profile stats only on showthread & showpost - Fixed few uncached templates - Admins (usergroupid: 6) can view mod when it is set as inactive in vboptions - Latest announcements scrolling at top of mod - Reduced product file by 35% - Single Elimination tournaments for up to 128 players please report any errors so they can be fixed, thanks. |
Thanks for the update banana, looking forward to the new tournament types :)
|
Cool! Does this fix the error I posted above as well?
Also, as a future suggestion I thought it'd be really neat to hook the mod into the notifications area in 3.7 (the one that displays if you have a new PM, a new visitor message etc) so you can add a notice for challenges and new members and the likes. Or maybe just make the 'challenges' link a different colour when there are outstanding invites. Also what would be really sweet is a "My Teams" page that lists all teams that you are either member and/or leader of. Keep up the good work! |
i was actually looking to see if there was a way to rearrange the users once they are put into the results grid, because i have several tournaments where the matches have already been setup, but i would love to integrate your system and use it for all previous and past tourneys due to the records system..... GREAT MODIFICATION.....
is there anyway to change who is facing who in the results grid besides swapping players each manually? |
it works fine - but is there also an other language aviable for this mode? i would need in in german^^
and how can i change the date (create torunament) to 24h ? |
Quote:
So far i haen't added the notifications as i want to keep it compatible with 3.6.x. The ladder challenges page shows you which teams you are leader of., but a my teams page would be good idea Quote:
Quote:
I think times should be based on forum default, but I'll check this. |
I am guessing you can only see these brackets when the tournament is over
https://vborg.vbsupport.ru/attachmen...8&d=1220111828 |
Quote:
|
AH, ok thanks, I was wondering why I couldnt see it. *Installed* *Nominated*
|
Quote:
but it doesnt... hmm... and a german version isn't aviable either (on vbulletin-germany.org) |
I just set up our first 16 person tourney, all the slots are full, but no brackets. When I click the tourney in progress, I just get a list of names.
Is there a maintenance step that needs to happen to generate the brackets? J *I changed the type to 1v1 and they appeared. I'm wondering why LMS type doesn't show brackets? |
Quote:
http://en.wikipedia.org/wiki/Last_ma...g_%28gaming%29 |
I foudn a new issue with this mod... it deals with tournaments that are not evenly split in powers of two. (2, 4, 8, 16, 32, etc). This one tournament I have, has 17 players; which means it has 1 extra player outside of the power of 2. Normally, this wouldn't be a problem, simply by stratifying the brackets, no player would ever get more than one bye. However, with the way this system constructs the bracket, this 1 extra player gets a bye ALL THE WAY TO GRAND FINALS. This should be fixed. Or at least, put in a way that I can remove a player from a tournament to bring it down to 16, after the tournament has already started...
http://www.8wayrun.com/competitions.php?do=view&id=14 The way you fix this is actually relatively easy... instead of filling in bracket spots from 1, 2, 3, 4, etc... you fill them up as follows: 1, 3, 5, 7, etc, and then only start filling in the even spots when all the odd spots have been filled. So with 17 players in a tournament, you need to have a bracket setup for 32 players, not 17 (15 players will get a bye in first round, but no one will ever get more than 1 bye). Its easy to do the calculations to know how many bracket slots you need too: 2 ^ ceil(##/sqrt(2)) = number of slots you need 2 ^ ceil(14/sqrt(2)) = 16 2 ^ ceil(17/sqrt(2)) = 32 2 ^ ceil(45/sqrt(2)) = 64 |
Can this be used with v3.8.1 ? This would help out a lot with our guild site pvp games.
|
Quote:
|
Isn't there also a German version (translation) on vbulletin-germany.org is to be found? I think many Germans would be pleased.
|
Aww man, I was disappointed when I saw you couldn't host score table style competitions. I have a racing forum and we race single events as well as tournaments, where the higher scorer gets more points and the lower gets least points, so in effect all players will be listed according to score per event. Would anything be in the works like this in the future? I couldn't find any other script to meet those needs :(
|
Quote:
Quote:
|
Oh, so basically, technically I am not eliminating anyone. Rather than scoring on who remains alive (shooting game, the order of last man standing would be the order of who wins the race? Am I right?
|
Hi for all,
i have a problem ,when submit score in the ladder gives this error to me: Database error in vBulletin 3.8.1: Invalid SQL: UPDATE HG_tmnt_ladder_players SET loses = loses + 1, wstreak = 0, lstreak = lstreak + 1, latime =1233780968, rank = 987.5, uod = -1, totalpoints = totalpoints + 5, longeststreak = 0 WHERE lid = 3 AND userid = 5574; MySQL Error : Unknown column 'uod' in 'field list' Error Number : 1054 any idea??? :confused: |
Quote:
I think both the ladder & tournament system can be altered to work for this.. i just dont know how. Also i have a question.. My board has this BIG gap between the 2 columns, in the tournament section.? http://www.gamelobby.com/Forum/competitions.php Is anyone else having this problem.? (maybe it is an issue with 3.8) Thanks |
@bananalive - I got it to work. Thanks man. Also, is there a way to have a championship style event where a number of LMS events fall under a certain main event.
e.g. Race Championship Under that would be Event 1 - Track A Event 2 - Track B etc and the aggregate scores would add up to show the winner of the overall event. Is that possible? @Gamelobby - I will get back to you tonight via PM. |
Running 3.6.4 - and getting this error when creating a tournament. Can you please help??
Invalid SQL: SELECT comments.id AS id, comments.comment AS comment, comments.userid AS userid, comments.username AS username, comments.time AS time, comments.ed_userid AS ed_userid, comments.ed_username AS ed_username, comments.ed_time AS ed_time, comments.ed_ip AS ed_ip, user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.width_thumb AS width_thumb, customavatar.height_thumb AS height_thumb FROM vb_tmnt_comments AS comments LEFT JOIN vb_user AS user ON (comments.userid = user.userid) LEFT JOIN vb_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON(customavatar.userid = user.userid) WHERE comments.tid=4 ORDER BY comments.id ASC LIMIT 0, 5; MySQL Error : Unknown column 'customavatar.width_thumb' in 'field list' Error Number : 1054 |
Hmmmm was working fine until I installed some new mods, now it just shows up blank when i go to /competition.php (i renamed it because of another mod, it worked fine, just after the new mods the problem began). Here is the list of mods installed please tell me if anyone knows if one or more are incompatible.
Running 3.8.1 AME - The Automatic Media Embeder 2.5.4 Community News Letter Light 1.0.0 1.0.0 Competitions 1.0.3 Cyb - Advanced 'New Posts' 2.4 Cyb - Advanced Forum Statistics 6.5 Cyb - Last Post Info Enhancements 1.2 Cyb - Login To User Account 2.2 Cyb - PM System Enhancements 1.5 Hide Closed Forum Threadlist 1.0.1 Inferno External 1.0 Invitation System 2.0.3 Live Topic 1.05b Quick Editor Improver 3.0 Separate Sticky and Normal Threads 2.0.0 Similar thread check v2 2.0 Tag Cloud - Forum Home 2.0.0 vB Tournaments and Ladders 2.7.5 vBjirc 1.0.0 |
Quote:
PHP Code:
|
Quote:
Hi bananalive :) You have a solution for me?? thanx |
All times are GMT. The time now is 04:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|