• Hello
    I’d like to transfer player points from Excel to the website. Can player points be transferred?
    So that the ranking continues.
    1,2,3,4,5 typed queue saved manually in Excel.
    Next queues on the site?
    Start on the site
    1 player 35 pts
    2 player 33 points
    3 player 30 points?

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

    (@antoineh)

    There is no out of the box solution for this in the plugin. You can consider 2 things:

    1. Write an extension that adds points (based on your list) to the first match before adding the rest. Or that increases all points (based on your list) after the calculation has completed.

    2. Add 1 bonus question with variable points per player to give them a head start. Put score date before your first match.

    I think option 2 is the simplest solution. You won’t have to worry about performance or developing in PHP. Only things to think about, is to hide the question on your form (if you want, you can also just show it) and the plugin requires a user answer to this ‘question’, but that can be entered with a simple database query, or manually if your player list is relatively small.

    Thread Starter dar26ber

    (@dar26ber)

    Thank you for the quick reply.
    The question may arise before the match prediction starts. It’s not a problem.
    Tell me what shortcuts should I use to ask a question? I wish it was on the home page. If it’s possible. Or how to move them top of the page

    Plugin Author AntoineH

    (@antoineh)

    You can use the [fp-predictionform] shortcode to display a bonus question.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Continuation of the ranking’ is closed to new replies.