[ad_1]
OMG @antoine, when I did the recalculation after the match today, the total points for users doesnt total up correctly. Its off by 20+ points. ANy pointer of how to resolve this?
I realized i activated this plugin football-pool-different-oints-per-match-type.php and noticed the definition:
if ( ! defined( 'FPX_POINTS_PER_MATCHTYPE' ) ) {
define(
'FPX_POINTS_PER_MATCHTYPE',
'{
"1":[2,5,2,0,0],
"8":[4,10,4,0,0],
"3":[4,15,6,0,0],
"4":[4,20,8,0,0],
"5":[4,25,10,0,0],
"6":[4,30,12,0,0]
}'
);
}Does it mean that matchtype 1 has 2 point for joker, 5 points for fullscore, 2 for goalsbonus etc and this changed my original point set?
When activated, the total points per user is about +150points. When I deactivated, the scores total with about +20 to +26 points different.
- This topic was modified 58 minutes ago by .
