Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author AntoineH

    (@antoineh)

    Hi. Sorry, but no development is planned at the moment. Will be on holiday the upcoming weeks. I’ll reconsider this feature again, but can’t guarantee that it makes the next version. I have a lot on my to-do list.

    Thread Starter pepekam

    (@pepekam)

    I know a little php. Could you guide me on an edit to make it have a limit of 20 jokers instead of one?

    Plugin Author AntoineH

    (@antoineh)

    Most of the changes must be done in the Football_Pool_Matches class and the Football_Pool_Pool class.

    Also make sure you change the ‘enable jokers’ option or ignore the number it stores (1) as the maximum.

    Thread Starter pepekam

    (@pepekam)

    Thanks for the reply. Really appreciate it.
    So where is the enable jokers option? if I change that to a higher number, will it let us have more jokers overall? or do I still need to change other things. THANKS

    Plugin Author AntoineH

    (@antoineh)

    The option is saved in the plugin options admin. All options go into one serialized array in the wp_options table.

    But changing that value to a higher number is not all. If it were that simple, I would’ve included the feature myself ??

    There is code that checks if a user didn’t already store 1 joker. Both in the javascript and in the php code. Those checks were not written to be able to handle more than 1 joker.
    If you only have one prediction form, you can keep this fairly simple, I think. But because the plugin can potentially have multiple forms on one page/post, making a more generic solution will be a bit harder and that definitely needs more testing.

    Thread Starter pepekam

    (@pepekam)

    I see. hmmm. I will have to do my struggle until I find solution to this.
    We have one large form for the whole season. So I think the script that checks if there was already a joker used will block my attempts.
    Anyways, I appreciate your response and this is a great plugin. All the best to you!

    I would be interested in additional jokers as well. I have setup a pool for this season eredivisie and would like to have a joker per Round, which I defined in match_type (total of 34 rounds).
    I am willing to contribute with some €.

    Thread Starter pepekam

    (@pepekam)

    Hi, I had to pay some bucks to a developer and got that feature done. if you are interested you can tell me your offer and help me with part of what I paid. Cheers.

    Send me an email and we can talk about it. [email protected]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘additional jokers’ is closed to new replies.