rockdio
Forum Replies Created
-
Forum: Reviews
In reply to: [Proper Custom Avatars] Amazing PluginThank you marius!
Forum: Reviews
In reply to: [Proper Custom Avatars] AwesomeThank you! I’m glad you like it!
Forum: Reviews
In reply to: [Proper Custom Avatars] Great logic but to many steps for usersJonas,
Thanks for the praise and impartial review.While I agree the URL box is not ideal i did not want to develop a huge thing with lots of JS to allow for drag and dropping a new image.
That was my initial idea, but WP is a hassle to use JS properly and it would propably end up breaking more than what it owuld have fixed.
Maaybe if i get some help that can be implemented in a later revision of the plugin.
Forum: Fixing WordPress
In reply to: 3.5 "An error occurred in the upload. Please try again later."JWK
You are right mate, my solution is based on the consolidation of all the leads i found scattered around at the time i had the problem and that is more or less the reason i posted it in my blog, so I could concentrate all the feedback and different symptoms in one place instead of scavenging the internet for bits of information, and update the troubleshooting if something new came up.So far all points to JS implementations from the feedback i get in my blog.
Glad it helped
Forum: Plugins
In reply to: [Proper Custom Avatars] Default gravatar ?The plugin does not perse uploads images it uses images you have just put the url of the image in the Proper Custom Avatars field in comment settings in the backend.
To change the avatar of 1 user put the image url in the user profile settings field
Forum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] Missing plugin page on WordPress ?No problemo.
I’m trying to contact to author to see why he rmeoved it and if he allows me to take over development as it is a nice plugin
Forum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] Missing plugin page on WordPress ?I made a download available on my site: Frontpage-slideshow on ROCKDIO
Modified lines: 588
/*$req = file_get_contents('https://www.modulaweb.fr/wp-plugins-support/?args='.urlencode(json_encode($args))); $req = json_decode($req, true);*/ $rec['ID'] = 76567674; $plugin_ID = $req['ID'];Forum: Reviews
In reply to: [Proper Custom Avatars] Simple, Straightforward and very Powerful !Thanks for posting and reviewing it.
I did a lot of reading on the WordPress codex to try an implement it in the cleanest way possible. (hence the PROPER in the name of the plugin)
In the beginning I was avoiding to write to the database but if i want to store the default avatar for user then it becomes an impossible task, so i went and read more the codex on how to sanitize the input fields happily there is a function built in WordPress so it should be as clean as possible.
Also since all of the settings are done in the back end there is no chance of someone injecting anything (unless you have malicious users but that is another history beyond our scope, and in any case scape and stripping is performed before writing to the DB so it should be safe even if you have bad guys in your blog)
Forum: Reviews
In reply to: [Proper Custom Avatars] Runs so fine, seemsNormally you should see an improvement specially if your blog has many users.
You still get the gravatars on the backend but only on the settings suffice to set a local one as default.
Glad it helped
Forum: Plugins
In reply to: [Plugin: Frontpage-Slideshow] Missing plugin page on WordPress ?I have an old copy.
The author pulled the script out of WP.Also this plugin used to “Call home” to some french address…
I went trough the php and removed those calls.Reply here if you want it