Mail to commenter (MTC) is a very useful comment reply Email notification plug-ins, many blog sites are using this plug-in to implement the Comment mail notification function.
In the process of using this plug-in, most of the failures are focused on the issue of not sending mail.
In fact, the problem can not send mail is better resolved, as long as the confirmation host can use the SMTP service, and installed the Configure SMTP plug-in, basic can normally send mail.
Secondly, as long as the requirements of MTC, in the reply to the correct use of @+user format.
On the use of mail to commenter, there are too many textbooks on the internet. The Niang is everywhere, here no longer tired to describe.
In addition to the inability to send mail, MTC's biggest problem is the use of Wordpress (hereinafter referred to as WP) the default comment nested function is invalid.
The reason: MTC's comment button does not contain nested code, so once you use the MTC code to replace WP's comment button code, then the comments can not be nested.
There are few posts on the Internet to solve this problem, so Robin shares the solution to this problem:
1. Install and enable the MTC plugin
2. Find Get_comment_reply_link in comment-template.php file, navigate to method: function Get_comment_reply_link
3. Add a section of code to the Get_comment_reply_link method, as shown in line 2nd to 21st:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.