igitur
Forum Replies Created
-
Forum: Reviews
In reply to: [Mailgun for WordPress] Didn't make it workI’ve debugged my issue. The network between my WordPress web server and the MailGun API is very slow. The default timeout is 5 seconds, which I think is WAY TOO SHORT anyway. You can increase the timeout value in wp-mail.php, around line 250:
$data = array(
‘timeout’ => 30,
‘body’ => $payload,
‘headers’ => array(‘Authorization’ => ‘Basic ‘ . base64_encode( “api:{$apiKey}”),
‘content-type’ => ‘multipart/form-data; boundary=’ . $boundary)
);Forum: Reviews
In reply to: [Mailgun for WordPress] Didn't make it workDitto. But actually goes through and MailGun logs show nothing weird. It must be something in the plugin that doesn’t parse the response correctly.
Forum: Plugins
In reply to: [TimeZoneCalculator] [Plugin: TimeZoneCalculator] Use jQuerySorry for the late reply. I was away on holiday.
I upgraded the plugin and the jQuery refresh is perfect. Thanks a lot!
Forum: Plugins
In reply to: [TimeZoneCalculator] [Plugin: TimeZoneCalculator] Use jQueryI was also in love with Prototype when I started AJAX programming, but really, it’s almost dead now.
Yes, I’ll be glad to help with Beta testing. My email address is my username here at ww.wp.xz.cn and it’s at Gmail.
Forum: Plugins
In reply to: [Wordbook] Wordbook 0.16.3 doesn't work with WordPress 3.01Ditto.
A bit of Googling goes a long way.
Forum: Plugins
In reply to: [Plugin: Penispress] what fun would that be.I don’t think we should rate plugins by how coherent they are with their description.
This plugin *is* a waste of space.
Forum: Plugins
In reply to: [Plugin: @Reply \w comment preview] jQuery requried?Thanks.
I’d prefer no dependency on any JS library. They add a lot of download overhead.
This plugin should be possible by using straight DOM functions… right?