Title: Flowdrops's Replies | WordPress.org

---

# Flowdrops

  [  ](https://wordpress.org/support/users/flowdrops/)

 *   [Profile](https://wordpress.org/support/users/flowdrops/)
 *   [Topics Started](https://wordpress.org/support/users/flowdrops/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flowdrops/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flowdrops/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flowdrops/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flowdrops/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flowdrops/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/flowdrops/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/flowdrops/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/flowdrops/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requests](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/)
 *  Thread Starter [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/#post-1827932)
 * Nice, glad you solved it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requests](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/)
 *  Thread Starter [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/#post-1827929)
 * [@delgado2009](https://wordpress.org/support/users/delgado2009/)
 * No. It probably means that you didn’t add the callback function name in the plugin
   settings. Any URL?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] comment in home page – plugin not work](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-comment-in-home-page-plugin-not-work/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-comment-in-home-page-plugin-not-work/#post-1946467)
 * Unfortunately not at this time
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] comment in home page – plugin not work](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-comment-in-home-page-plugin-not-work/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-comment-in-home-page-plugin-not-work/#post-1946441)
 * The plugin works only on single posts / pages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] Problem with WP-Typography-Plugin](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-problem-with-wp-typography-plugin/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-problem-with-wp-typography-plugin/#post-1858297)
 * I will look into this issue next week. Thanks for reporting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requests](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/)
 *  Thread Starter [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/#post-1827894)
 * Hey Emil,
 * > I guess its how IE interprents the return message thats the issue
 * Same guess here as the response actually looks good.
 * However, I think I’m not going to fiddle around to support IE6 🙂
 * Thanks again for digging into this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requests](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/)
 *  Thread Starter [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/#post-1827892)
 * Hi Emil,
 * thanks for diggin’ into this. 🙂
 * Can you have a look what the XMLHttpRequest.responseText is? (insert alert(XMLHttpRequest.
   responseText); at line 114 for ex.)
 * If ”1.WholeText’ is null or not an object’ then WP is returning not a standard
   error (like wp_die()). I’m extracting the first paragraph on line 114, so, that
   one is missing thus getting NULL.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requests](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/)
 *  Thread Starter [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-ptm-ajax-comments-feature-requests/#post-1827888)
 * Hi Emil
 * The plugin itself does 1 validation: it checks if the comment field is not empty
   prior submitting the form. This is done via jQuery, see ‘js/ptm-ajax-comments.
   dev.js’ lines 78 – 83.
 * All other validations are done by WordPress, the plugin just returns the built-
   in messages, see ‘lib/Class.PTM_AJAXCommentsFront.php’. URL is never required
   anyway, there is no validation for that field.
 * What is the exact error you are getting?
 * Then again, IE**6**? C’mon, it’s 2011. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iF AJAX Comments For WordPress] [Plugin: iF AJAX Comments For WordPress] Theme compatibility](https://wordpress.org/support/topic/plugin-if-ajax-comments-for-wordpress-theme-compatibility/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-if-ajax-comments-for-wordpress-theme-compatibility/#post-1718433)
 * [@donovan575](https://wordpress.org/support/users/donovan575/)
 * Had a look at your site and tried to debug remotely. Seems the ‘submit’ event
   is not getting fired. Have your tried when deactivating all other plugins? Maybe
   Facebook Connect is interfering here.
 * There is a DIV with ID ‘respond’, so don’t worry about that H3.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Akismet Anti-spam: Spam Protection] PHP warning – missing argument for akismet_cron_recheck()](https://wordpress.org/support/topic/php-warning-missing-argument-for-akismet_cron_recheck/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/php-warning-missing-argument-for-akismet_cron_recheck/#post-1808098)
 * Thanks Joseph
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Akismet Anti-spam: Spam Protection] PHP warning – missing argument for akismet_cron_recheck()](https://wordpress.org/support/topic/php-warning-missing-argument-for-akismet_cron_recheck/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/php-warning-missing-argument-for-akismet_cron_recheck/#post-1808095)
 * Ditto, same error here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iF AJAX Comments For WordPress] [Plugin: iF AJAX Comments For WordPress] Can't get comments to work](https://wordpress.org/support/topic/plugin-if-ajax-comments-for-wordpress-cant-get-comments-to-work/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-if-ajax-comments-for-wordpress-cant-get-comments-to-work/#post-1752872)
 * Hello Susan,
 * you can use the comments.php from the twentyten theme, but you also must use 
   the function twentyten_comment() which starts is in function.php, line 288 until
   line 340. Just copy & paste all lines into the functions.php file in your theme.
   If you don’t have a functions.php, simply create one.
 * When you have done that, all you need to do is add the callback name in the plugin
   settings (first option), which is ‘twentyten_comment’.
 * If you need help in setting up your files, you can contact me directly at [http://www.flowdrops.com/contact/](http://www.flowdrops.com/contact/)
 * HTH 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AutoChimp] [Plugin: AutoChimp] New categories not showing up in "Mail Campaigns from Posts" dropdown](https://wordpress.org/support/topic/plugin-autochimp-new-categories-not-showing-up-in-mail-campaigns-from-posts-dropdown/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-autochimp-new-categories-not-showing-up-in-mail-campaigns-from-posts-dropdown/#post-1618187)
 * You can also change the function call so it shows empty cats:
 * – file ’88-autochimp-settings.php’, line 168, change to:
 * `$category_args = array( 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' 
   => 0 );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[iF AJAX Comments For WordPress] [Plugin: iF AJAX Comments For WordPress] Theme compatibility](https://wordpress.org/support/topic/plugin-if-ajax-comments-for-wordpress-theme-compatibility/)
 *  [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-if-ajax-comments-for-wordpress-theme-compatibility/#post-1718167)
 * Most likely you will have to provide the ‘callback’ parameter in the plugin settings:
 * * open the file comments.php in your theme folder
    * look for `wp_list_comments('
   type=comment&callback=your_callback');` * enter the callback name (your_callback)
   on the plugin settings page (General -> Callback Function)
 * HTH
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wordTube] [Plugin: wordTube] Support for JW Player for HTML5?](https://wordpress.org/support/topic/plugin-wordtube-support-for-jw-player-for-html5/)
 *  Thread Starter [Flowdrops](https://wordpress.org/support/users/flowdrops/)
 * (@flowdrops)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordtube-support-for-jw-player-for-html5/#post-1681223)
 * OK. Thanks for your feedback.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/flowdrops/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/flowdrops/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/flowdrops/replies/page/2/?output_format=md)