Tom
Forum Replies Created
-
Forum: Plugins
In reply to: [WangGuard] Wizard getting stuck on verifying 50.I moved to cloudflare DNS?
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Why email support is a bad idea.Personal experience with website design and development over the last 10 years? Does that count? I find most nearly all my solutions from exisitng fourm posts that have been aggregated by google.
The problem is with a knowledge base, is that it gets out of date, quickly, An example is the CPO themes shortcodes doc’s, they updated the plugin but not all their docs.
And it dousnt coutner for the gigantic variety of systems wordpress can run on, I highly doubt as a solo developer you test on the hundreads of ways wordpress can be run nowerdays, different OS’s, Different PHP&Mysql versions on Shared/VPS/Cloud infrastructures.What happens if you loose interest? Or if you hand over the project to someone else?
Forum: Fixing WordPress
In reply to: Pass custom _GET url variable into page templateAlright I figured it out, But Im still stuck on how to pass the $strict = false into this statement
<?php $player = sanitize_user((get_query_var('player')) ? get_query_var('player') : playerusername) ?>
Forum: Fixing WordPress
In reply to: Pass custom _GET url variable into page templateYes, I found
sanitize_user( $player, true )
But Im not sure where to put it, I tried it in the function add_query_vars_filter which is now in the functions.php but that broke the script & the website.I tried it in the custom page too, like this:
<?php $player = (get_query_var('player')) ? get_query_var('player') : playerusername; ?> <? sanitize_user( $player, true ) ?>
Forum: Fixing WordPress
In reply to: Pass custom _GET url variable into page templateYes! This worked, Thank you.
The problem I see if that the variable takes anything I throw at it, So if I put in html, that is injected into my page. How can I filter this out? Since I only need usernames?
Forum: Plugins
In reply to: [WangGuard] Wizard getting stuck on verifying 50.I have quite a lot of plugins insatlled, what would conflict?
Forum: Plugins
In reply to: [Minestatus] Was working fine until update.Ahh Cool its online now, How can I check problems with the API?
Also I use w3total cache & cloudflare, Does this cache the widget?
Thanks for the fast response.Spoke too soon! It works on smaller displays, but when I get to 1920×1080 displays the 1920px images are not spanning the width since the images got resized to 1500px…
Thank you so much for going the extra mile to scan through the themes header and write this fix, My wordpress themeing knowledge is limited and wouldn’t have been able to figure this out.
They even use Photon still which is superb.Edit, Looks like that first post took a few seconds to appear! Double reply thanks! haha
Thank you so much for going the extra mile looking at the theme and writing this code.
Superb support.Nope, its built into my theme, Im running an older version of https://www.cpothemes.com/theme/panoramica
There are no settings, since its set via the featured image section.
I uploaded a new version to see if there were settings, there are not.Forum: Plugins
In reply to: [Minecraft Validator] Plugin development update?Is MinePress a theme? Or is it more then a theme, an extension from minecraft-validator?
Thanks for the reply!
I was not using the built in register, Buddypress was using /register/ So I guess that’s its own.
Will you have a php function/class/api to call on parts of your plugin?
I know php aswell and was going to make a plugin for https://dev.bukkit.org/server-mods/beardstat/ This even comes with all the php to output, so it would just involve tidying up the code for a WordPress Plugin, If you haven’t though about implementing in a statistics program like this, it would make a superb feature, then no worries and I will code together a wordpress friendly stand alone version of the scripts included with BeardStat./edit Also, will this rely on connecting to the minecraft Login servers to log a user in? because that would be limiting, the first register could check to make sure the account was theirs/account exits then login using credentials in the wp database.
Really looking forward to this Plugin, Thanks for the support.
Hey, I just installed this plugin and it does not seem to do anything, I do have buddypress installed if that could be the problem?
Its a massive shame, since I have Minotar plugin working with Usernames that are the same as the minecraft username.Reading through these change updates, this looks like the only plugin I would need for my WordPress+Buddypress, it sounds fantastic!
Any idea on a release date?Forum: Networking WordPress
In reply to: Automatically create multiple sites within multisiteI need this exact same thing, Do you know if this plugin was created Ipstenu? Its been 10 months… and im only just starting on my multisite project, i need settings to be imported automatically when i create a new website… thanks!