pixelhouse18
Forum Replies Created
-
Forum: Plugins
In reply to: [Football Pool] Adding the score trough api or code?Thanks Antoine you’re the best. I’ll check out your solution once i’m diving back in!
Forum: Plugins
In reply to: [Football Pool] Adding the score trough api or code?Thanks for the force refresh code, is there perhaps a same option for updating/adding scores from a certain match?
Thanks in advance man
- This reply was modified 1 year, 3 months ago by pixelhouse18.
- This reply was modified 1 year, 3 months ago by pixelhouse18.
Forum: Plugins
In reply to: [Football Pool] Show Matchpoints+Questionpoints in RankingThanks Antoine i sometimes forget how i can also fix these things with CSS.
Worked like a charm.Forum: Plugins
In reply to: [Football Pool] Show Matchpoints+Questionpoints in RankingHey Antoine,
i have another question concearning this.
I’m currently using your ranking shortcode aswell for my sidebar,
but using this plugin ruins the layout of my sidebar(to much info in the table).
Is there an easy way i can alter this plugin to only alter the layout on the ranking page and keep the shortcode as is?Thanks in advance!
Forum: Plugins
In reply to: [Football Pool] Anchor to last match?Thanks again man, will try this out, this tweak was all i still needed to get me trough the Championship haha.
Forum: Plugins
In reply to: [Football Pool] Anchor to last match?Hey Antoine, just a question will there be an update before the season launches for this
“I only added it to the prediction form, indeed. But will add it to the matches view also.”?
This is the today matches anchor you added on the prediction pages etc but on the main page.
If not no problem, just thought i’d ask. Thanks again!Forum: Plugins
In reply to: [Football Pool] Anchor to last match?Thanks again Antoine, your solution fixed my problem.
Also gave you some free coffee again.
The fact that this plugin is free is bonkers.Forum: Plugins
In reply to: [Football Pool] Anchor to last match?Thanks for adding it to the matches also, you are a lifesaver.
You are right and it’s not the update, it was a small plugin i wrote to limit some dashboard settings for all regular users.
Since you know your plugin would you be able to spot what would be interfering with inputting the scores? I’m using Asynchronous saves on your plugin. Disabling my plugin makes it work again.
The small code is listed below, since you built the plugin i assume you will spot what i did wrong in my smaller plugin immediately. This was only meant for some back-end limitations.
https://pastebin.com/hHiGwSsLThanks in advance once again.
Forum: Plugins
In reply to: [Football Pool] Anchor to last match?Thanks alot Antoine! In any of the future updates could the same class be added to the main page aswell where just the scores are shown? It’s the only one missing the today class i think.
Also is it possible that the new update i updated to today messed something up with users that are not admin?
For some reason as admin i can update my scores perfectly fine, but as a regular user who just registered or was registered i input the score but it does not save.
Thanks in advance.Forum: Plugins
In reply to: [Football Pool] Flags problemi can’t test right now since i’m currently at work but as far as i can tell you start your starting folder way to soon. If you indeed have placed all the flags in the flags folder you should just define them as “teamname.extension”.
so for example “Liverpool-FC.png” and remove all the recursive folders before it.
Try that and let me know if that worked.
If not i’ll test later tonight when i get home.Forum: Plugins
In reply to: [Football Pool] Adding more textfields to register form with hooks?Hey AntoineH!
Thanks for the tips in the right direction, your code worked indeed, but i searched a few hours and could not get it to savethe first and last name(it did save everything else). After about 4/5 hours looking and testing i gave up and watched a movie, until suddenly it came to me, I have access to ChatGPT!So i thought might as well give it a try, and what do you know it spit out a perfect working function based on the code we already made.
It uses “update_user_meta” though instead of the provided “wp_update_user” which i think makes sense since both are stored as meta data in the database in a separate table. Either way it works like a charm now! You can see the wonderful interaction below lol.
I thought i’d share it with you since it might be usefull for other people someday who decide they also want to add first/last names as required fields. I added your name/email back in the plugin since this was mostly you and ChatGPT and it’s your wonderfull plugin, you deserve all the credit.
- This reply was modified 2 years, 3 months ago by pixelhouse18.
Forum: Plugins
In reply to: [Football Pool] Flags problemHello, i think might be able to help you with this issue, can you show us what you wrote in the teams page? And path where the flags are actually located?
Forum: Plugins
In reply to: [Football Pool] Adding more textfields to register form with hooks?Here’s a little update, i found a hook where i can apply both textfields in a seperate plugin, the layout works, but i cannot get error codes to appear.
I tried adapting from your code, but it’s still very advanced for me and everything gets me to a critical error.
Any help would be appreciated.
Link to code https://pastecode.io/s/ujhh381n
Thanks in advance.Forum: Themes and Templates
In reply to: [Salient] Not Able to Click Menu Mobile HomepageI have somewhat the same issue, when i’m logged in i can use the mobile menu, when i’m not logged in, it does nothing.
Same goes for a page where i have selected a template with sidebar, when i’m logged in i see the sidebar(on my mobile), when i’m not logged in the sidebar is just gone. So there’s something wrong here.
Both issues only persist on mobile.Forum: Plugins
In reply to: [Football Pool] How are penalties handled?Makes sense, thank you Antoine!