ajaxcomment fold to the /wp-content/plugins/ directoryThe step below you can customize this plugin:
ajaxcomment/comment-reply.php, you can set $max_level as the maximum of reply-able level of comments. i.e. if you set it as 0, then you can't reply comments. Default is 5.ajaxcomment/comment-reply.php, you can set $comments_per_page as the number of comments displayed each page. If you want to display all comments always, just set it as a big enough number, e.g. 100000. The remaining comments can be AJAX loaded. Default is 100.ajaxcomment/comment.css..mine{border-color:red !important;}.borderc1{border-color:#663399 !important;}.borderc2{border-color:#ccc !important;} control the border color of the comments. Class mine indicated the comments is by administator.ajaxcomment/comments.php. Just keep the id properties of the structure. Notice: editing your comments.php in the template directory takes no effect.



