Jump to content

Tournaments ( Support Topic )


TheJackal84

Recommended Posts

Posted (edited)
17 hours ago, craigf136 said:

Of course, however last place can challenge 2nd last place or within a set range. Otherwise they can’t climb the ladder, any new joins are automatically last place in the ladder. 

I was thinking the same. In FPS gaming world, problem is availability.  At present, we use Discord for live challenges and it gives points on each win. Any X team can challenge any Y team. With that as soon as team X accepts the challenge, they can play and on each win score point increases. Higher ranks get less +ve points when they win over smaller ranking team and smaller ranking team looses less -ve points. 

It would be nice if team X can challenge team A, B and C all together with different date and time. Each challenge gets auto expire after XX days. This way admins can tweak directly based on feedback from players. 

Edited by AlexJ
  • 3 weeks later...
Posted
12 hours ago, John H. said:

 is there a way for a group to be created whenever a team is created? 

Yeah there should be a way, I will look into it and let you know, If you don't hear back with-in a few days send me a reminder as I am a bit busy at the minute

  • 3 weeks later...
Posted

Hello, please can you add feature, maybe a widget, that work as live counter of a basketball game? 

In the school when realize basketball game, normally use papel or table to note the current points obtained by both teams, I think is amazing if we can take note instantly through a widget, then all members, inclusive guests, can know the current result by visiting, or staying in our website. 

Maybe we call it arbitration widget? 

Maybe more than instantly game result, we can add ability adding a fault, change players etc. 

In other word, make our game Live. 

Posted

Faced such problem - there is no opportunity to enter tournament (team).
When inviting a team to a tournament, it is impossible to accept it.

Someone faced a similar problem? Or is this how it should work at the moment? (((

  • 3 weeks later...
Posted
On 9/6/2019 at 1:03 PM, NaisA- said:

@TheJackal84 what was updated? It looks like the changelog is the same from the last update.

I believe he removed the discount 🙂  I am still waiting for a way so that 1 team can challenge another available team and no limits on team. So continuous challenges keep running.l 

Posted

@TheJackal84 would you be able to look into why teams cannot join tournaments? I know I also asked about teams turning into member groups as well, but that is secondary. I really want this app to work, can't launch it on my site until it does.

  • 2 weeks later...
Posted
5 hours ago, NaisA- said:

I don't know what else I can do. I did make it so the button appears without the IF statement by adding it on line 45.

Sorry I must of missed this, Don't edit nothing in the templates otherwise when you update it won't update edited templates with newer versions, you will need to restore and re-edit each time, When you are creating a tournament are you creating one with a team or without and also when joining do you have a team created? you need a team to join a tournament

Posted
5 hours ago, TheJackal84 said:

Sorry I must of missed this, Don't edit nothing in the templates otherwise when you update it won't update edited templates with newer versions, you will need to restore and re-edit each time, When you are creating a tournament are you creating one with a team or without and also when joining do you have a team created? you need a team to join a tournament

I only edited the template to see if the button itself would show up. It seems it's not recognizing $tournament->canJoin, so the button won't show up.

I currently have two teams created, one is owned by me and the other is owned by another account. When I've created a tournament, I've tried both adding my team first and the other team as well. While that team may be in the tournament, no one else can join with their team.

Posted

@TheJackal84 

On 9/23/2019 at 12:10 PM, TheJackal84 said:

you need a team to join a tournament

Unless I'm missing something, you can't "join" a tournament, you can only be invited to join a tournament? Surely a team should be able to request to join a tournament, it should sent the tournament creator a request who will accept or decline the request? If there a no available teams left within the tournament, a default message of "sorry tournament is full" should be sent or something similar?

On 9/10/2019 at 6:54 PM, NaisA- said:

would you be able to look into why teams cannot join tournaments?

This really needs to be addressed to make it workable.

Posted
1 minute ago, craigf136 said:

@TheJackal84 

Unless I'm missing something, you can't "join" a tournament, you can only be invited to join a tournament? Surely a team should be able to request to join a tournament, it should sent the tournament creator a request who will accept or decline the request? If there a no available teams left within the tournament, a default message of "sorry tournament is full" should be sent or something similar?

This really needs to be addressed to make it workable.

Update is coming today with it all sorted and a couple new features, been working on this all day yesterday :biggrin:

Posted (edited)

Updated to 1.0.7

New Features

  • Tournament creators or moderators with permissions can now manually add teams to their tournaments
  • You can now click on a team in the tournament and it will show their journey through the tournament by highlighting all their matches
  • Re-wrote some of the tournament html pages to make them smaller while giving the same features ( always better to shorten the code )
  • The join tournament button will now pulsate 3 times attracting members to look at it :D

Bug Fixes

  • Fixed the bug where it might not allow some teams to join tournaments

spacer.png

spacer.png

Edited by TheJackal84
Posted
Just now, NaisA- said:

Now I just got to figure out how to make it so when you make a Team, a forum group is made for you. Not sure how doable this is.

Send me a pm I am sure we discussed something like this before, I am available again now lol I caught up with most of my stuff

Posted
Just now, #THEfUm3 said:

When the user does not have a team and he tries to join the tournament-an empty pop-up window POPs up

they should not be able to see the join button if they don't have a team, and if they try to bypass it, it will throw a error saying they can not join etc etc

Posted
2 minutes ago, TheJackal84 said:

they should not be able to see the join button if they don't have a team, and if they try to bypass it, it will throw a error saying they can not join etc etc

But the error is empty(
Or is it just me?

Posted
Just now, #THEfUm3 said:

But the error is empty(
Or is it just me?

if ( !$this->tournament->canJoin() )
{
    \IPS\Output::i()->error( 'tournaments_error_joining', 'TournamentsCantJoin/1', 403, '' );
}

2nd thing it checks for after the $member

Posted
Just now, TheJackal84 said:

2nd thing it checks for after the $member

I just expected to see text there with the need to create a team.
But there's just an empty window with a cross on it.

Posted
6 minutes ago, #THEfUm3 said:

I just expected to see text there with the need to create a team.
But there's just an empty window with a cross on it.

I actually just checked the language string and for some reason it's missing, I will sort it

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...