gibrich
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] How does “fix incomplete predictions” work?Thanks @antoineh! That extension fixed the issue! Amazing work ??
Forum: Plugins
In reply to: [Football Pool] How does “fix incomplete predictions” work?Ok, that make sense. I will probably add that extension then ??
I did add another extension for a save button under every game. Does that only save the specific game or alla of the games men save-button is pressed?
Why I’m asking is because all games have default 0-0 right? What do you have to do to make sure that 0-0 stays as the answer you want to predict?- This reply was modified 8 months, 3 weeks ago by gibrich.
Forum: Plugins
In reply to: [Football Pool] Not able to select anything on the chart page?oh shit I saw my mistake now. Nevermind ??
Forum: Plugins
In reply to: [Football Pool] Not able to select anything on the chart page?So I’ve added the mo-file. Now in /languages/football-pool-sv_SE.mo
Added this to wp-config: define( ‘FPX_MO_FILE’, ‘football-pool-sv_SE.mo’ );
After activating the plugin I get a PHP-error saying this:
fopen(/var/www/html/wp-content/uploads/football-pool/languages/football-pool-sv_SE.mo): Failed to open stream: No such file or directory
Is that search way correct? /var/www/html/… ?Forum: Plugins
In reply to: [Football Pool] Not able to select anything on the chart page?Thanks! Will have a look at it tomorrow.
Great support as alwyas!
Forum: Plugins
In reply to: [Football Pool] Not able to select anything on the chart page?Amazing, thank you so much for this. Solved it for me now with the setting in wp-config ??
One last question on the stats page. Which file do I need to edit the code for, to change the name “toto score” to something else in the graph/stats?Forum: Plugins
In reply to: [Football Pool] Not able to select anything on the chart page?Not sure what you mean by a “view-parameter”?
I found that [fp-chart-settings] would add the wheel to now choose users. Is there a way to show all users at the same time by default on the stat page?Forum: Plugins
In reply to: [Football Pool] “Answer before” not showing correct date?Oh yes, I love you ?? Thank you, it works as it should now.
Forum: Plugins
In reply to: [Football Pool] “Answer before” not showing correct date?Here is the output:
Match: (7) Serbia – England Match date (database, should be UTC): 2024-06-16 19:00:00 Match date (local): 2024-06-16 21:00 Match timestamp (database, should be UTC): 1718564400 Match is locked: false Match was/will be locked at time (local): 2024-06-16 20:45 Question: (4) Serbien-England – Kommer ett straffm?l att g?ras? Question date (database, should be UTC): 2024-06-16 18:45 Question date (local): 2024-06-16 20:45 Question timestamp (UTC): 1718563500 Question is locked: false Question was/will be locked at time (local): 2024-06-14 20:45 WordPress timezone offset: 2 WordPress timezone string: Europe/Stockholm WordPress current date (local): 2024-06-13 21:41:27 WordPress current timestamp (local): 1718314887 WordPress current date (UTC): 2024-06-13 19:41:27 WordPress current timestamp (UTC): 1718307687 Plugin prediction stop method matches: 0 Plugin dynamic stop threshold (in seconds) for matches: 900 Plugin prediction stop date for matches: Plugin prediction stop method questions: 1 Plugin match time display setting: 0 PHP current date and time (UTC): 2024-06-13 19:41 PHP current timestamp (UTC, time()): 1718307687 PHP current timestamp (UTC, date->format(“U”)): 1718307687 PHP default timezone setting: UTC MySQL current date and time (UTC): 2024-06-13 19:41:27 MySQL current timestamp (UTC): 1718307687 MySQL current date and time (local): 2024-06-13 21:41:27 MySQL global timezone setting: SYSTEM MySQL session timezone setting: SYSTEM
Forum: Plugins
In reply to: [Football Pool] “Answer before” not showing correct date?Got it. But the “answer before” date is not the same as in the edit page for the question. Which one is the “correct” one?
Forum: Plugins
In reply to: [Football Pool] New registerd users gets name “unkown” as usernameSo I tink I’ve solved this now… and it looks like the plugin Redis Object Cache can have been causing this. At least that what it looked like when I started to disable all my plugins one by one.
Not sure if Redis does something cache related here that creates this issue with new users? Anyway… problem solved.Forum: Plugins
In reply to: [Football Pool] Show answers from Bonus Questions?So I managed to solve this via shortcodes:
[fp-predictions question=”<number>”]Forum: Plugins
In reply to: [Football Pool] How does the Roles work?Sounds good ??
Forum: Plugins
In reply to: [Football Pool] How does the Roles work?I found it…
In the wp-admin menu I have my plugin “Ultimate Member”. And under that there is a link for “User Roles”. In there all the Football pool roles had “WP-Admin Access” set to “NO”……
So changing that to “YES” makes it work… obviously ??Thank you so much for the support!
Forum: Plugins
In reply to: [Football Pool] How does the Roles work?Well I just found out which plugin is causing this by deactivating one plugin at a time. It’s the “Ultimate Member” plugin that crates this issue.
My set up is using this plugin though, so I will try to figure out if there is a setting I can tweak in the plugin.