salgas
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Ranking Table showing wrong valuesHi @antoineh
what i have to calculate the goal bonus is
// check for goal bonus
if ( ($score[‘full’] === 0 and $score[‘toto’] === 0) and $score_vars[‘home’] == $score_vars[‘user_home’] ) {
$score[‘score’] += $score_vars[‘goal’];
}
else
if ( ($score[‘full’] === 0 and $score[‘toto’] === 0) and $score_vars[‘away’] == $score_vars[‘user_away’] ) {
$score[‘score’] += $score_vars[‘goal’];
}`Forum: Plugins
In reply to: [Football Pool] Ranking Table showing wrong valuesthe template is the one you post.
And the settings are
full: 8
toto: 5
goal bonus: 2 (only if user guess one of the goals eg. P1 guess 2-1 and the match ends 2-2 so the player is awarded only 2 points because he guessed the home goals)
goal diff: 0Forum: Plugins
In reply to: [Football Pool] Ranking Table showing wrong valuesForum: Plugins
In reply to: [Football Pool] Help with rules of pointsHi @antoineh.
Sorry I found what i was doing wrong.
Made the changes to the coding and all is working now for me.
Thank you for your help.
Forum: Plugins
In reply to: [Football Pool] Help with rules of pointsHi @antoineh.
I have uploaded the example you put on your reply activated on my website even updated to the most current version and nothing happened.