The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable vBulletin anti-spam check for certain sections
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. |
#2
|
||||
|
||||
Yep of course, simply visit your newthread tempate and newreply template look for this $human_verify
and surround it with a condition like this HTML Code:
< if condition="in_array($forum['forumid'], array(1,2,3,6))"> <else /> $human_verify </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|