Why the winner is the person who appears in second place?
Thread Starter
Euan01
(@euan01)
Good question, sorry I wasn’t very clear before.
The top two players finished on equal points tied for first place. However, we set a rule that in the event of a tie, the winner would be the user who predicted most correct scores during the tournament.
So the person whose name is second on the player ranking list is actually the person who won overall.
Make sense?
Well, what you can do is go to Admin >> Plugins >> Editor and select the World Cup Predictor. Open the file world-cup-predictor/wcp-reports.class.php and within the function user_ranking() look for total DESC, user_registered ASC changing to total DESC, user_registered DESC
Thread Starter
Euan01
(@euan01)
Great fix, worked perfectly. Many thanks.