PDA

View Full Version : championship predictions change



Sjf0464
11-02-2017, 04:29 PM
hi,

Ive noticed that the championship predictions change position each time you go into it, can it be set that it stays the same place like the league predictions. This will help users who check the league tables for team positions and not have to go up and down the leagues.
Regards

kostas
14-02-2017, 09:43 AM
Hello,

we noticed the issue you mentioned , it happens when the match is played on the same time, to fix this issue and have a stable position in prediction table you will have to change the code in the file
<joomla directory>/components/com_masterleaguepro/models/minileaguematches.php
at line 68


->order("md.id,m.start_date");


to


->order("md.id,m.start_date,m.id");


apply the same change at line 96 (first change for the guests, and the second one is when a user is logged in)

Sjf0464
04-03-2017, 11:23 PM
Hi,

Waited until we had next cup games to do the change, the new code worked great, many thanks