Emil Gustafsson
Forum Replies Created
-
Forum: Plugins
In reply to: [Clean Image Filenames] Multisite settingsHi! Thanks for the suggestions! Might consider this in an upcoming release.
Forum: Plugins
In reply to: [Clean Image Filenames] Does it work on multisites?Hi! Yes, it works for multisite networks too. You can activate it either way, but I usually prefer activating plugins per site to make it easier to deactivate them on sites should I need to. Although if you have a lot of sites it’s a lot easier to network activate it.
Forum: Plugins
In reply to: [Clean Image Filenames] Tested with WP 6.4.1 and PHP 8.2, no issues foundThank you Bjarne, appreciate it!
Forum: Plugins
In reply to: [Clean Image Filenames] Tested with WP 6.3 and PHP 8.2Thank you Bjarne! Means a lot to hear from users of the plugin.
Forum: Plugins
In reply to: [WP Crontrol] fatal errorI am experiencing this too. Updated the plugin on multiple sites and all were bricked. I checked the debug log on one site and figured out it was this plugin that caused it. Remove the plugin from all sites and they all started working again.
Getting the following error in debug log:
[10-Jul-2022 12:18:05 UTC] PHP Warning: require_once(/sitefolder/public/app/plugins/wp-crontrol/vendor/autoload.php): failed to open stream: No such file or directory in /sitefolder/public/app/plugins/wp-crontrol/wp-crontrol.php on line 45 [10-Jul-2022 12:18:05 UTC] PHP Fatal error: require_once(): Failed opening required '/sitefolder/public/app/plugins/wp-crontrol/vendor/autoload.php' (include_path='.:/usr/share/php') in /sitefolder/public/app/plugins/wp-crontrol/wp-crontrol.php on line 45
Forum: Reviews
In reply to: [Clean Image Filenames] Very Good PluginThanks, glad you like it and find it useful!
Forum: Plugins
In reply to: [Clean Image Filenames] First transliterated word is lostI renamed an image/jpeg file to καταστατικ? αναδοχ?? παιδιο? and uploaded it to my local test site. The plugin converted the filename to katastatiko-anadochis-paidioy.jpg. I guess this is correct since the first word is still there.
I guess if the entire first word is deleted it would be because the core WordPress function remove_accents() can’t handle the characters in the first word. However, on line 469, some characters are replaced that are not handled well or at all by the core WordPress function remove_accents(), before the remove_accents() function is used. All characters in the first word are defined in the array starting at line 265, so they should all be translated. Which is what I am getting when I test it out.
Forum: Plugins
In reply to: [Clean Image Filenames] First transliterated word is lostHi!
Thanks for using the plugin!
It seems weird that an entire word would be trimmed from the filename, and I honestly have no idea why. The only trimming that is done is hyphens (-) at the beginning and end of filenames, for example -my-filename-.jpg would be trimmed to my-filename.jpg.
Does that give you any clues? ??
Forum: Plugins
In reply to: [Clean Image Filenames] Conversion of german umlautsHello David!
Thank you! I decided early on that converting umlauts into their correlative vowels was the way I thought looked best for my needs in Swedish. I think that is the way it is going to stay unfortunately. But it would be nice to have an option in the settings to decide how umlauts should be converted.
Cheers,
EmilForum: Plugins
In reply to: [Clean Image Filenames] Incompatibility with other plugin “WP Customer Area”I am developing this plugin in my spare time and offering it as is, for free. It works with WordPress core which is the only guarantee I can give. There is no guarantee it will always work in combination with all other plugins as it will require more work than I can handle. This plugin too is open source and pull requests with fixes or new features are welcome.
Hi Luiz!
Thank you for the kind words! I saw you posted this on Github as well. I will consider this and hopefully be able to release an update in the coming weeks. Cheers!- This reply was modified 2 years, 11 months ago by Emil Gustafsson.
Forum: Reviews
In reply to: [Clean Image Filenames] Bogus Plugin!Can you please explain why you think this plugin is bogus? There are more than 40,000 active installations of this plugin. I think that proves it is not bogus.
Forum: Plugins
In reply to: [Clean Image Filenames] Incompatibility with other plugin “WP Customer Area”Hi!
Sorry you are experiencing issues. The plugin is working as expected with WordPress core. It is hooking into core actions that runs when files are uploaded, for examplewp_handle_upload_prefilter
andadd_attachment
. Perhaps the WP Customer Area plugin is also using these actions or doing something else when files are uploaded that is not compatible with the Clean Image Filenames plugin. I would suggest you look into the other plugin and investigate what is happening when files are uploaded and take it from there.Yes, works with PHP 8 as well. At least it has been tested with 8.0.8 with no problems.
Hello! Yes, it works with 7.4 and should work well with versions above that too.