Hello,
I just upgraded from 2.0b1 to 2.0 and the plugin has stopped working. When you're writing does not appear any comments preview.
What happened?
Thanks and best regards.
Hello,
I just upgraded from 2.0b1 to 2.0 and the plugin has stopped working. When you're writing does not appear any comments preview.
What happened?
Thanks and best regards.
Same issue here (though I had not been using the beta). No errors, but no comment preview is displayed.
Same issue. I can make it come back by changing the 'add_action' back to 'comment_form'. i.e.
add_action('comment_form_after', 'lcp_add_preview_div');
goes back to:
add_action('comment_form', 'lcp_add_preview_div');
Possibly a change in the calling string in comment.php would work too.
Ditto. Worked before the latest update. Now, nothing.
Fixed in 2.0.1.
Reverted back to:
add_action('comment_form', 'lcp_add_preview_div');
Thanks. It now works.
nice plugin.is it possible to have a comments section like the one at mzooridotcom bottom right in functionality where the users can post comments and they appear immediately he clicks post?
your answer will be of great help
Joseph
You must log in to post.