When I activate Gerryworks 1.0 the drag and drop functionality of WordPress no longer works. I imagine that this is a new issue, so I hope you can fix it.
https://www.ads-software.com/extend/plugins/gerryworks-post-by-mail/
]]>After I installed and set up this add it didn’t work, and also didn’t spit out any errors. So I enabled logging by adding this to wp-config.php:
ini_set('log_errors', 'On');
ini_set('error_log', '/usr/share/wordpress/php-errors.log');
The log file does not have to be in wordpress folder but does have to writable by wordpress.(To refresh the mail feed request /wp-mail.php
.)
Then had to install php5-imap:
https://stackoverflow.com/questions/9654453/fatal-error-call-to-undefined-function-imap-open-in-php
Then disable GERRYWORKS spam filter by commenting out these lines in plugins/gerryworks-post-by-mail/gwpostbymail.php
/*START>> Verify if the mail is a spam*/
if(!gw_not_spam($header)) {
imap_delete($imb, $i);
continue;
}
Then it worked!!
WHY is there no way to configure the spam filter???
https://www.ads-software.com/extend/plugins/gerryworks-post-by-mail/
]]>I used previus version before.
For html defacing problem, I edited functions.php file. After editing, it work correctly.
After I updated addon. And edit functions.php file. This time, addon never work. Can you provide previus version.
Thanks.
https://www.ads-software.com/extend/plugins/gerryworks-post-by-mail/
]]>This addon defaces html codes as defautl. When I using, this defaces all my contents. I am using html codes. This is too bad for me. I can not send contents. In worpress, I see only empty topics.
I want to see all html codes. Can’t you edit addon for this.
(This is too useful and unique addon. After optimized, much more users care about it.)
Sorry for language mistakes.
Thanks.
https://www.ads-software.com/extend/plugins/gerryworks-post-by-mail/
]]>Hi
I’ve tested this and it seems to work well with one exception.
when I attach an image to my email, the post created does not import the image to the media library, and subsequent;y doesn’t show it in the post.
It’s kinda a deal breaker for me. Is this planned to be implemented in the future?
Ta
CW
https://www.ads-software.com/extend/plugins/gerryworks-post-by-mail/
]]>Hello all, trying to get a post by email plug-in that works. This one seems to be broken. I am trying to accomplish this with gmail though and I’ve heard there might be some issues. I have allowed imap and pop3 on my gmail account and still nothing. If anyone has any suggestions, that would be great.
https://www.ads-software.com/extend/plugins/gerryworks-post-by-mail/
]]>Wow, was I hopeful that something would work. I cannot get email sto post to my blog, though i see the emails on the mail server and have been working with tech guys from that end and they say all settings are correct. i have tried several configs… Iframe, no Iframe, pending, published. ideas? thanks
]]>using the manual wp-mail.php activation of email posts works… THe plugin doesn’t seem to do anything though…
I’ve set up the setting just like the instructions say. What am I missing?
]]>