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

    (@antoineh)

    Hi,

    Line 171 in the file classes\class-football-pool-groups.php gives 3 points for every win and 1 point for a draw.

    $points = ( $wins * 3 ) + $draws;

    If you change that line, you can alter the scoring of teams.

    I’ll add a plugin option to the admin for this in the next version. That way your change won’t get overwritten in future updates of the plugin code (and others may benefit from this as well).

    p.s. I didn’t test the change. So if it doesn’t work, please let me know and I’ll look into it in more detail.

    Thread Starter crodexter

    (@crodexter)

    Hi,

    Thanks for quick replay. I have to create test site and I will let you know after I test it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to define points in group stage?’ is closed to new replies.