Quote Originally Posted by Buddy View Post
Thanks for the explanation, much appreciated.

I needed to satisfy myself that I understand how everything works though, so I set up a single game with various user predictions to check that the points awarded were as I would expect them to be.

Under Masterleague Pro > Options I placed the settings exactly as your suggestion quoted above.
My master points in the League set-up were ...
Correct score = 1
Correct result = 1
Incorrect result = 0

Testing final scores of 1-0, 1-1 and 0-0 gave the point values I expected to see from the various predictions ...

But I then tested for a game with a final score of away win, 0-1
A user who predicted 1-2 was awarded 1 point, whereas I'd expected it to be 2 points (1 for correct result, additional 1 for away win, no deductions)

Have I missed something? (wouldn't be the first time) Or have I misinterpreted what's happening?

Buddy

you are right there is an error in the script we will fix it as soon as possible,
to fix it go to the file <joomla directory>/administrator/components/com_masterleaguepro/modles/addscore.php

line 453

from
if($item->home_prediction>$item->away_prediction){
to
if($item->home_prediction<$item->away_prediction){


the error affects when the user did not make the correct score prediction but got the correct result.We will upload the new version soon.
thanks for your help.