This extension prevents users from publishing a comment based on certain criteria. For example, preventing users from writing more than five links in comments, blocking users coming from certain IP or email addresses, preventing users from writing certain words or sentences in comments, etc.
- Write IP addresses of the users you want to block in the
.\lot\x\comment.guard\i-p.txt
file, each separated by a line break. - Write a list of words that you want to block in the
.\lot\x\comment.guard\content.txt
file, each separated by a line break. This file is not case-sensitive. - Write author names that you want to block in the
.\lot\x\comment.guard\author.txt
file, each separated by a line break. This file is not case-sensitive. - Write email addresses of the users you want to block in the
.\lot\x\comment.guard\email.txt
file, each separated by a line break. - Write link addresses of the users you want to block in the
.\lot\x\comment.guard\link.txt
file, each separated by a line break.
0 Comments
No comments yet.