aidanmcg33, thank yo for your tips.
Adding a field “logo” its possible to add the macth!
Bul you can explain a few how set the point system. The preferences page dont save the settings
This code secuence is correct?
$points[‘plus’] = $num_win * 2 + $num_draw * 1 + $num_lost * 0;
$points[‘plus’] = $num_win * $this->preferences->forwin + $num_draw * $this->preferences->fordraw + $num_lost * $league_settings->forloss;
$points[‘minus’] = $num_draw * $this->preferences->fordraw + $num_lost * $this->preferences->forwin;
return $points[$option];