laniemon
Member
Posted 4 years ago #
I am using the wordpress 2.5 and the WP Ajax Edit Comments 1.1.5.1. Currently using the K2 theme. After reloading the page, everything works fine, and there's no presentation problems, it's just that the edit links don't show up until after the page reloads.
This is because K2 uses Ajax to post comments. The two don't play nice together.
You'll have to modify the 'k2.comments.js.php' file around line 47 and add this in:
/* Ajax Edit Comments */
if (window.AjaxEditComments) {
AjaxEditComments.init();
}
If that doesn't do it, please file a support request (donation supported) and I can do it for you. I'll just need your FTP credentials .