BLOCKING SNEAKY SPAMMERS
Add the following spam phrases to block sneaky spammers:
Code:
*.com
*.net
*.org
*.info
*.ru
*.asia
*.us
*.in
*.de
*.tk
*.com.br
Bots usually post links, but human spammers may recognize your url blocking method and try posting domains without hyperlinks.
QUICK REPLY NOTICE
You can add a notice above the quick reply in addition to notice at the top of each page, or you can use this exclusively. It will save space.
Edit the template
quick_reply and find:
Code:
<xen:require js="js/xenforo/discussion.js" />
add
after:
Code:
<xen:if is="{$visitor.message_count} < 3"><h2 style="color:white;background:#f72600;border-radius:2px;padding:2px;text-align:center;">You need 3 posts to add links to your posts! This is used to prevent spam.</h2></xen:if>
This will show a notice to users with less than 3 posts. Here is mine:
Any more suggestions?