Page 1 of 1

MODS - PLEASE ADD THIS TO bbcode.tpl TO REDUCE SPAM

Posted: Thu Feb 07, 2013 7:12 pm
by kylejohnson
Your forum is not applying "nofollow" to external links, so you will continue to attract spammers that are link building.

In template file 'bbcode.tpl':

FIND:

<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->

REPLACE:

<!-- BEGIN url --><a href="{URL}" rel="nofollow" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->