Hi Storyman,
what’s the name of the other plugin that limits the number of characters that can be entered? I’m sure there is a way to add compatibility to the WP-Ajaxify-Comments plugin.
Jan
Hi Jan,
Thanks for a prompt reply. The plugin is Greg’s Comment Length Limiter.
Hi,
the only problem I can see in my development environment is, that the counter is not reseted properly after the commments have been reloaded.
This could be fixed by setting the “‘OnAfterUpdateComments’ callback” option to
gcllCounter($("#comment")[0]);
Please also upgrade to the most recent developer version 0.17.1 (http://downloads.wordpress.org/plugin/wp-ajaxify-comments.zip) which includes a bug-fix for the “OnAfterUpdateComments” event.
If anything else is not working as expected please send me a link to your blog, where I can reproduce the issue.
Hope this helps…
Jan
Hello Jan,
Thank you for the time you took to find a solution and must apologize that I’m at a loss as to where to place gcllCounter($(“#comment”)[0]);. Your guidance is appreciated.
Hi,
you find the “‘OnAfterUpdateComments’ callback” option on the plugin’s settings page (WordPress Backend > Settings > WP-Ajaxify-Comments) and please (as written above) also upgrade to the most recent developer version 0.17.1.
Jan