The reply template can easily be updated via the admin under Options -> Comment-Replies. Version 1.0 of the Author Comment Reply plug-in has the following variables available:
To add a reply, simply find the comment on the front end of your site and click the "Add Reply" link for that comment. Do you not see this link? Make sure you read thoroughly the directions under the installation section.
You can manage all replies from the Comments area of the WordPress administration by clicking on the Comment Replies section.
The Author Comment Reply plug-in comes with two sets of permissions handling. The Default only allows users who have permissions to edit the current post to add replies, this is usually just administrators or the author of the current post. The Author permission mode, allows any users marked as an author to add replies.
To change to Author permission handling:
Open the comment-replies.php file.
Find the line: 'define("CURRENTAUTHMODE", DEFAULTAUTHMODE);'
Replace it with: 'define("CURRENTAUTHMODE", AUTHORAUTHMODE);'
Please leave a comment on our Author Comment Replies page for support.




