• Hi!
    A great plugin.
    Please help me edit the plugin:
    minus (-2 or -1) points when no bet
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Foxskav

    (@foxskav)

    Hi,
    At this time I haven’t idea how to edit for ranking.

    But for statistics page:

    fms2018_front.php ~465 line:

    change this:

    if($typowal == false)
    $html .= '<td class="bad_bet"> : <br><span class="stats_points">'.$l_points.': '.$zawodnik['pkt'].'</span></td>';

    to:

    if($typowal == false)
    {
    $html .= '<td class="bad_bet"> : <br><span class="stats_points">'.$l_points.': '.$zawodnik['pkt'].'</span></td>';
    $zawodnik['pkt'] -= 2; // it will minus -2 points 
    }
Viewing 1 replies (of 1 total)
  • The topic ‘minus points when no bet’ is closed to new replies.