![]() |
also will there be a feature to correct any mistakes, Example, wrong player put forward to the next round as an error.
Can I not just delete him and redo it again? |
Great Hack! Nominated for MOTM.
Question regarding Custom Score Type for LMS Tournaments: For the LMS Tourney, ex. A Race determine by best lap time. Is there a way to set winner to be the person with the fastest time instead of showing the winner who has the highest number? Not sure if this has already been asked. Thanks for the great hack! |
Also on the 1v1, how do you add scores once a match is complete and the player advances to the next round?
Thats all for now. Thanks again! :) |
Quote:
Quote:
Quote:
Quote:
Quote:
|
Quote:
I manage lots of online events/competitons, one common problem is that, some players go AWOL, and don't play (go missing) after the event has gone live (first round) when there are lots of other users who want to play but cannot because he/she has taken the slot. This is a important feature, I believe that will benefit the users and oragnisers. |
Quote:
|
Quote:
[quote]Originally Posted by john102774 Also on the 1v1, how do you add scores once a match is complete and the player advances to the next round? Thats all for now. Thanks again! You need to have usergroup permissions to edit tournaments and then you will see [>] next to players name to progress them to next round [/qoute] I've added usergroup permissions already and I see [>]. What I'm wondering is the score. How can I add the score of privious match or current match in progress kind of like a tennis tourney? |
Quote:
|
Quote:
|
What happens if a person does not show up or goes inactive or something similar with this? Can the tournament creator give the other person a win automatically?
|
Quote:
|
Ok, great. I think this should work for me. I'll be downloading and installing it later today :D
|
One question. Is there a way to change the number of tournament wins for a member?
|
Quote:
|
ive installed this then i go to tournament.php and it says about privelages. I then go to admin cp > user groups and it doesnt have a section for edit tournament permissions? any ideas?
|
Quote:
- logout out of admincp and then log back back in |
working now mate, nice mod. Is it possible in futute version for 1v1 to randomly assign matches....for example number 1 player who signs up doesnt automatically play, pllayer number 2
|
Quote:
|
Quote:
|
Just updated to 2.02. The tournaments that I had already created the date/time switched to 12-31-1969 at 7:00pm. This shows for all tournaments in the Date Field? Any ideas what happened?
Great mod by the way. thx Also when the thread gets created when you create a new one: Date and time doesn't show correctly. No Players: 2 Type: LMS Date & Time: 1221505200 Description: test I knew I should have installed this on my test site first. :( |
How many players can you add to one tournament?
I have a 32 player 1vs tournament, 16 players in "both sides" and the winners meet in final. https://vborg.vbsupport.ru/external/2008/09/45.jpg Is this possible with this mod? |
Hi Banana, I came here to see that the mod had been updated, and after upgrading, the current tournaments I had set up, had the dates set to 01-01-1970 at 1am.
When I go to edit the events, I can no longer edit the date of the event. As much as I appreciate the addition of an actual date, I did prefer the older version of typing something into the box (Such as "TBC") as this allows for a free range of players able to sign up. And then a date can be added afterwards when the slots are filled up. Just simple re-enable the editing of the date would be sweet fella. This mod is aiming straight for MOTM from me. :up: I would also like to add my own calendar to this, to show on the tournaments page, and tie this into the date selection. Would I be allowed to go ahead and do that? |
Quote:
Quote:
Forgot about create thread timestamp, I'll solve it in next release today (hopefully). Quote:
|
Sorry, I missed your comment before.
Quote:
Quote:
Quote:
Quote:
|
Does the content of tournament create by user? Can you guys ge me an example to do with this mod? I am not so clearly, sorry.
|
Quote:
Can I manage and edit the pairs (who is playing against who)? And how do people report the results, or do I have to do that myself? Do you think this would work on 3.6.x ? |
Quote:
Quote:
|
Quote:
I guess random pairs are ok, I thought about handling the "pair lottery" myself but this will do... Admins can't change the pairs? |
Quote:
|
Np. ;) Does anyone have a live demo? Preferably a 32 player 1vs1 tournament. I'd like to see what this looks like.. :)
|
This is an awesome modification! I have a very general question about it, though:
What is the difference between an LMS Tournament and a 1v1 Tournament? How do each of them work? Thank you! |
Quote:
(example screenshot here) LMS is where all players are competing together and the winner is the player with highest score |
Quote:
1. Once a tournament is "In Progress", how do you finish it? I clicked on "Finish", but got an error message ("Wrong top score."). Thoughts? I also don't see any way to finish any tournaments or input any scores. Help! 2. If you edit the Tournament after it has received all players, its status will change erroneously from "In Progress" to "Awaiting Players" (even though it is already maxed out on players), preventing you from finishing it. This can be fixed by increasing and then decreasing the number of slots, which then boots the game back to "In Progress". Is this intentional? 3. When I start a Tournament (1v1) between a couple of players, in the Results, I see no names (and have two arrow [>] buttons, but no names telling me who I would be advancing). |
1 Attachment(s)
So, it looks like this mod isn't even working. Here's what's happening. I go and create my Tournament (a 1v1, which I have renamed the phrase to "Royal"), and when my test user account joins it, they see an empty series of brackets:
https://vborg.vbsupport.ru/attachmen...1&d=1221174625 Then, when I look at the tournament using my Creator/Editor account, I see the following: https://vborg.vbsupport.ru/attachmen...1&d=1221174625 As you can see, there are no contestant names, and hence, no way to compute results and finish the competition. Did I do something wrong, or is there a fix that I haven't applied? I'm having the same issue with LMS's (which I rephrased to "Competitions"), in that no results pages are being shown at all. Best of all, when I refresh (navigate away, come back later, etc.), these "empty results" pages totally go away - and nothing shows up. The Tournament is just shown as being "In Progress" without any way to progress/conclude it. (And when I refresh on the end-user account, the empty boxes also disappear.) |
And I just figured it out: apparently, this has something to do with the Language Phrases. Because I had translated the 1v1 and LMS phrases to English Language versions (just so that users could see them displayed as something else), none of the results would show.
I was able to fix half of it and get LMS events working with translations. The following changes should be made: Change the template tmnt_new, find: Code:
<th width="150">$vbphrase[tmnt_type]</th> Code:
<th width="150">$vbphrase[tmnt_type]</th> Code:
$tmnt[type] $vbphrase[tmnt]: $tmnt[title] Code:
<if condition="$tmnt[type] == 'LMS'">$vbphrase[tmnt_lms]</if> Code:
<b>$vbphrase[tmnt_type]:</b></td> Code:
<b>$vbphrase[tmnt_type]:</b></td> |
Just call it Single Elimination, and Double Elimination as it should be.
|
Quote:
|
Quote:
Quote:
Quote:
|
To use this mod with v3.6.x you will need to create template memberinfo_css with following css
(This is for the css needed for the comments to be displayed properly) HTML Code:
<style type="text/css" id="memberinfo_css"> |
Single Elimination
Double Elimination Last Man Standing Round Robin Do you really need anything else? |
All times are GMT. The time now is 01:40 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:
|