• Resolved gizmo1989

    (@gizmo1989)


    Hi,

    i have a problem how to setup volleyball pts in sportspress. Here https://demo.themeboy.com/sportspress/varsity/volleyball i see that it’s use standard formula (win * 3). In my case I need to add 1 point to loser team if results is 3:2. The winner should get 2 points instead of 3.
    3:0 = 3 points for winner
    3:1 = 3 points for winner
    3:2 = 2 points for winner, 1 point to loser team.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi there @gizmo1989 ,

    You can try to create four types of outcome.
    For example:
    1. WIN
    2. WIN2
    3. LOSS
    4. LOSS2

    You will need to manually assign each outcome though to your events.

    So if TeamA vs TeamB was 3-1, you will assigne WIN for TeamA and LOSS for TeamB. If it was 2-3 then you would assign LOSS2 for TeamA and WIN2 for TeamB.

    Your Pts equation should be:
    Pts = WIN*3 + WIN2*2 + LOSS2

    Thanks,
    Savvas

    Thread Starter gizmo1989

    (@gizmo1989)

    Thanks. It’s working!

    Plugin Contributor Savvas

    (@savvasha)

    I am glad it worked ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conditional equations in volleyball’ is closed to new replies.