[XFA] Tournament

[XFA] Tournament [Paid] 2.7.0

No permission to buy (€14.00)
The option to add user instead o just inviting.


For future reference clicking the arrow at the top of a quote takes you to the original post. This might be helpfull for finding things on a thread.
 
I haven’t been able to find how to do it. Could you please point me in the right direction?

You just use the menu in the tournament to add users.
Perhaps you don't see it because you have modified templates ?

Don't recall if there are permissions on that point but perhaps so check that also.
 
I could not find it either by setting the permissions or using the default Xenforo skin.

If you add: add-users at the end of the url you are able to add a user. Now this user can only be added and viewed with it´s user name not with free input. Is it possible to assign a free input to an added user?

Let’s say I want to add User1 with the free input name Team1. Is that possible?
 
Ah no I remember, yes the link not showing is a bug nit yet fixed.

No what you state is not possible.

Clément
 
Hi, I installed this on my server today. When clicking the Tournaments tab in the menu bar, this is the error I got.
Mysqli prepare error: Unknown column 'xfa_tourn_wins' in 'where clause'

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in XFA/Tournament/Model/Tournament.php at line 1237
  6. XFA_Tournament_Model_Tournament->getTopClubWinners() in XFA/Tournament/ControllerPublic/Tournament.php at line 140
  7. XFA_Tournament_ControllerPublic_Tournament->actionIndex() in XenForo/FrontController.php at line 351
  8. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  9. XenForo_FrontController->run() in /home/itsnotch/public_html/vicegamers/forums/index.php at line 13
 
It seems like you have activated the option for integration with our Roster add-on, right ?

If so, if you installed the tournament add-on afterwards you need to go in your admincp and run the integration to roster in the tournament menu.
 
It seems like you have activated the option for integration with our Roster add-on, right ?

If so, if you installed the tournament add-on afterwards you need to go in your admincp and run the integration to roster in the tournament menu.
Ah, I see. Now it's working. Thanks!
 
Roster first then Tournament.
But in any case there is a tool in tournament for the other case :)
 
upload_2017-2-4_16-0-18.webp

@MtoR
Yes would love to know how, i've been looking through the library code and found this file below. I gather I need to edit something here?
 
Last edited:
Hello,

First, please don't disclose code publicly...

Then no it's nothing like that to change what you need.
It's in the Tournament controller public class.

For actionIndex, this is the order variable default value.
It's set to free_slots, should be last_update for what you want.

Clément
 
It's set to free_slots, should be last_update for what you want.
request: can you offer this as an option in ACP or change it by default in addon code?

becasue in my forum we would need almost all the time order by last_update. I think this is also the most use case for all forums.
 
Could do this as an option yes.

Please request it in the Tournament forum on our website.
 
Is there anyway to work this with 20 contestants?

Also, we use this for a fantasy league. Is there a way to allow users to list their players for their match? If not, do you do any custom work on this?
 
It only works with power of 2 for the single/double elimination.
Which seems obvious as each round leads to half eliminated (/2).

There is no such thing no, but yes I accept custom work, request can be done in the custom development request forum on our site.
 
1 Problem and 1 question

Problem: When the tournament thread is created after making a tournament, there is a link in the message that leads to nothing. Here is an example of a thread where leads to

Question: How can I change the name of the tab to read something different other than "Clubs"?
 
Back
Top Bottom