Emil Gustafsson
Forum Replies Created
-
Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filenameAlright, if you get the same error when the plugin is disabled then the error is not related to the plugin. Maybe your browser is not very happy with the filename. I’m using Safari on a Mac and it’s working fine.
Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filename@cameleweb β¦and also, what is the filename before uploading?
Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filename@cameleweb What happens to the upload if you disable the plugin? I’ve tried recreating this error myself but it’s working for me.
- This reply was modified 8 years, 5 months ago by Emil Gustafsson.
Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filenameHi @cameleweb
I have now added support for this in version 1.2. Thanks for your feedback!
Forum: Plugins
In reply to: [Clean Image Filenames] Title VS filenameHi!
I will look into this. I’m hoping to do some work on the plugin in January, and maybe I can add support for this then.
I still have this problem on sites running BackWPup and the AWS SDK through Composer. Sites using the AWS SDK not through Composer are not having this problem.
Since I have found no solution on this, I have had to give up on BackWPup on some sites. Can’t have unreliable backup solutions, right?
Forum: Reviews
In reply to: [Clean Image Filenames] ExcellentWow, thank you so much for your kind words and taking your time to write this! You made my day! π
Forum: Plugins
In reply to: [Clean Image Filenames] Personal Data(Marking this as resolved.)
Forum: Plugins
In reply to: [Clean Image Filenames] Personal DataHi!
No, the plugin is not collecting any data whatsoever. Not by cookies or any other way.
Forum: Plugins
In reply to: [Clean Image Filenames] Front-end uploadingMaybe you can trigger
wp_handle_upload_prefilterif the theme uses any other hooks when files are uploaded.Forum: Plugins
In reply to: [Clean Image Filenames] Front-end uploadingHi,
What kind of front-end upload function do you have?
The plugin reacts to thewp_handle_upload_prefilteraction/hook, so as long as the upload function is considering that function it should be fine.Forum: Plugins
In reply to: [Clean Image Filenames] Removing Apostrophes?Yes, it’s supposed to remove apostrophes. Basically what it does is that it uses the WordPress function sanitize_title to clean up the filenames. It’s the same function used by WordPress to create slugs based in the page title.
Forum: Plugins
In reply to: [Clean Image Filenames] Existing filesThanks for the love, @rdelia!
Such a feature would be great and I’ve wished the plugin had that feature a couple of times. On the other hand, it’s a bit complicated and would require a lot of work. But hey, nothing is impossible so when I find the time I will start digging into this.
Forum: Plugins
In reply to: [Clean Image Filenames] Existing filesHi!
Well that sucks. Some hosts seem to have a problem with Danish/Swedish/others special characters.
Unfortunately, this plugin does not work on existing media files. I would recommend you get in touch with your host to explain your problem. Maybe they know about this and can help you out.
Hi!
Thanks for letting me know. I will try to reproduce this and release a fix.