Hacks, request and bug(?)
-
Hello Rinat,
First of all, thanks a bunch for this amazing plugin! It makes my life so much easier.
I have been using the plugin for quite some time (link – https://www.gounesco.com/start) and use a few small hacks to make things work a little better. It would be wonderful if you could consider including these in the next update.
1. Current user not linked to post –
If a user is logged in while uploading posts, the first user is selected, which should not be the case. I use the hack here to fix this –
https://www.ads-software.com/support/topic/help-author-not-being-saved?replies=12
2. Post status configurable –
It would be great if we could select the default post status for uploaded articles. I use the Yoast SEO plugin and I would prefer to set ‘pending’ status as all private articles start showing up immediately in the sitemap. Here’s the code change I use for this in line 259 –
‘post_status’ => $this->_is_public() ? ‘publish’ : ‘pending’,
3. Multiple files upload –
I don’t know if this is a bug or just the case with me, but I am not able to upload multiple files at the same time to the post. I do use the multiple=”” parameter in the shortcode. Should I be doing something else to make this work?Ajay
- The topic ‘Hacks, request and bug(?)’ is closed to new replies.