Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • nosmoz

    (@nosmoz)

    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.

    nosmoz

    (@nosmoz)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)