fanman1948
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Sorting the resultsit’s looks like prediction goals decided this. Eg. Albania 0-1 Spain and first is every user with prediction 0 for Albania, next user with 1
Forum: Plugins
In reply to: [Football Pool] Sorting the resultsaaa…yes, now it’s works. but maybe you know why sometimes sort by alphabet isn’t work?
- This reply was modified 8 months, 4 weeks ago by fanman1948.
Forum: Plugins
In reply to: [Football Pool] Sorting the resultshmmm like this?
public static function add_score( $prediction['user_has_prediction'] = ( is_null( $prediction['home_score'] ) || is_null( $prediction['away_score'] ) ) ? 0 : 1; ) {
when I have error message
syntax error, unexpected '[', expecting ')'
- This reply was modified 8 months, 4 weeks ago by fanman1948.
Forum: Plugins
In reply to: [Football Pool] Sorting the resultsForum: Plugins
In reply to: [Football Pool] Sorting the resultsPlugin Name: Football Pool Sort Match Predictions
Forum: Plugins
In reply to: [Football Pool] Favorite teamExtra. Thanks for your help.
Forum: Plugins
In reply to: [Football Pool] Error message after SavingI had a similar problem. This solution worked for me.
1. disable automatic calculation,
2. Enable simple calculation method,
3. recalculate the results,
4. disable simple calculation method.
5. Recalculate the results
Forum: Plugins
In reply to: [Football Pool] A big thank you!I join in the thanks! The 4th edition was successful as usual thanks to the plug! Can’t wait for EURO2024 ??
Thanks again!
Forum: Plugins
In reply to: [Football Pool] Error calculationProblem solved
Forum: Plugins
In reply to: [Football Pool] Error calculation[14-Dec-2022 21:12:27 UTC] WordPress database error Duplicate entry '2-0-10-7' for key 'PRIMARY' for query INSERT INTO pool_wp_scorehistory_s1_t1 ( ranking_id, score_order, type, score_date, source_id, user_id, score, full, toto, goal_bonus, goal_diff_bonus, joker_used, total_score, ranking ) SELECT 2, 0, 0, play_date, id, 7, 0, 0, 0, 0, 0, 0, 0, 0 FROM pool_wp_matches WHERE id = 10 made by do_action('wp_ajax_footballpool_calculate_scorehistory'), WP_Hook->do_action, WP_Hook->apply_filters, Football_Pool_Admin_Score_Calculation::process
Forum: Plugins
In reply to: [Football Pool] table positionBut you can manually change the position in the team group.
Dashboard->Football Pool->Teams->select POLAND->edit->and add “2” in group orderForum: Plugins
In reply to: [Football Pool] table positionForum: Plugins
In reply to: [WP Approve User] pl_PLIt doesn’t make sense to me. In that case, there will be no Polish language.
Forum: Plugins
In reply to: [Football Pool] Change iconYou must upload the new one on:
/wp-content/plugins/football-pool/assets/images/pie-chart.svg
Forum: Plugins
In reply to: [Football Pool] Warning infoI solved this.
#fp-toasts { position: fixed; right: 5px; bottom: 5px; width: 90%; z-index: 4; }
- This reply was modified 2 years, 4 months ago by fanman1948.