PDA

View Full Version : Disable vBulletin anti-spam check for certain sections


fotografik
12-01-2011, 10:25 PM
As subject title - is there a way to disable to anti-spam check for certain sections as they are triggering a large number of false positives due to the content of the posts (our Marketplace sections).

Thanks.

Simon Lloyd
12-02-2011, 01:59 AM
Yep of course, simply visit your newthread tempate and newreply template look for this $human_verify
and surround it with a condition like this<
if condition="in_array($forum['forumid'], array(1,2,3,6))">
<else />
$human_verify
</if>