Hi,
You need to delete this on the file football-predictor/includes/class-fp-reports.php :
if (get_option($this->prefix.’user_predictions’, 1)) {
$stage_link = ”;
if ($playoff) $stage_link = ‘&playoff=1’;
if ($stage) $stage_link = ‘&stage=1’;
$output .= “prefix.’user_predictions’).”&fp=predictions&user=”.$row->ID.”\”>
“;
}
To find this, use Ctrl+F or Cmd+F (on Mac), write “predictions.png” and choose the block where you see “$oldTotal = $row->total” before the text.
Hi Peter Ould,
You can do this (V1.0.3), i didn’t upgrade (to V1.0.4), with the prediction view.
On the file football-predictor/includes/class-football.php, change the variable ‘kickoff’ => false, // Order matches by kickoff time
to true.
Update this on your server, and normally it’s work.