Quote:
Originally Posted by Cars2007
Same here. This is the code that does it, in class_modpm_checker.php:
Code:
$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
{
eval(standard_error(fetch_error('error_modpm_badforum')));
}
|
checked and working fine on my testboard (without errors) the only reason i can come up with is that my testboard is a vBulletin 3.8.0 RC 1