erolsk8
Forum Replies Created
-
Forum: Plugins
In reply to: [Add From Server] AlternativesHey @msassmann, if you are still looking for alternative, you can try this plugin: https://ww.wp.xz.cn/plugins/media-sync/
Forum: Plugins
In reply to: [Media Sync] Bug under PHP 5.4You’re right @iboone, plugin’s minimal PHP version was set to 5.2.4, but short array syntax was added in PHP 5.4.
Thank you for provided code, I implemented it and it’s now available in new 0.1.6 version of this plugin.
Please let me know if it works and we can close this topic.
Forum: Plugins
In reply to: [Media Sync] Media TrashThanks for pointing it out. I pushed fix for that. There is no new version, but if downloaded now, it should include the change.
Forum: Plugins
In reply to: [Media Sync] Addition dateHi @leemon, thank you for suggested code. It’s been implemented in new 0.1.5 version. Please let me know if it works and we can close this topic.
Forum: Plugins
In reply to: [Media Sync] Addition dateUnfortunately, that’s not yet possible. It’s planned to be added as an option, but I’m not sure when will I find some time to implement it.
For now, I bumped it up in my “todo” list, so I’ll start with this when I continue working on this plugin.
Will update this topic when it’s done.
Thanks
Forum: Plugins
In reply to: [Media Sync] InternationalizationHi @leemon,
I just updated plugin to call
load_plugin_textdomain()function and added one translation.Please let me know if it works for you.
Thanks
Forum: Plugins
In reply to: [Media Sync] InternationalizationYes
__()function is used so that it’s ready for translation, but I didn’t get to actually implement it.I can try to do it when I find some time. Maybe today or in next couple of days. It shouldn’t be that complicated.
Thanks for pointing it out. I’ll update this topic when it’s done.
Forum: Plugins
In reply to: [Media Sync] Plugin not finding anything.Hi @aspeagle, I’m closing this task since there was not reply for 2 weeks.
And if you still need this, you can check this topic that might be related:
https://ww.wp.xz.cn/support/topic/scan-button-does-nothing/This plugin required “short_open_tag” to be turned on for PHP on server. But I updated it now, so that it works even if short_open_tag is turned off.
Forum: Plugins
In reply to: [Media Sync] Scan Button Does NothingHey @jjennings, just want to let you know that Nemanja found issue which might have caused you trouble, and I just updated plugin to fix that issue. So if you ever need this plugin, you can try again.
Forum: Plugins
In reply to: [Media Sync] Scan Button Does NothingWow, thanks @ziontrooper!
I’ll fix it right away 🙂
Forum: Plugins
In reply to: [Media Sync] Plugin not finding anything.It ignores those files ending image sizes (thumbnails) because those are automatically generated and shouldn’t be imported to Media Library.
Forum: Plugins
In reply to: [Media Sync] Plugin not finding anything.Some files are ignored:
– index.php,
– various hidden files,
– WP generated thumbnails – anything ending with for example -100×100.jpg.If you add file directly to uploads directory (not through WordPress), and run “Scan Files” in this plugin, that new file should show up.
This plugin uses default “uploads” directory that itself WordPress uses, and path can be seen highlighted on first page of this plugin.
Not sure what kind of debugging would be helpful here.
Forum: Plugins
In reply to: [Media Sync] Scan Button Does NothingThere is no option to change where plugin look for files because it uses default “uploads” directory that WordPress itself uses. That is shown highlighted on first page of this plugin (below “Scan Files” button).
You can change default “uploads” directory of WordPress and also of this plugin, if you add this to wp-config.php:
/** Change Media Upload Directory */
define(‘UPLOADS’, ‘wp-content/media’);Forum: Plugins
In reply to: [Media Sync] Scan Button Does NothingScan ignores WP generated thumbnails, so any file name ending with thumbnail size (e.g. -100×100). Because it would be huge list if those are also shown, but I’m planning to make that optional.
Can’t think of anything else that might be wrong, if you are looking at right folder.
Forum: Plugins
In reply to: [Media Sync] Does not work. Any idea?Hi Luca,
What exactly is not working for you? Can you provide some error or screenshot?
Thanks
Erol