I haven't haven't had a chance to test this, but I think if you use hook location newpost_process you can use code like this:
if ($type == 'thread' AND $post['visible'] AND !can_moderate($foruminfo['forumid']))
{
if (strpos($post['message'], 'viagra') !== false)
{
$dataman->set('visible', 0);
$post['visible'] = 0;
}
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.