Any one please i need this.

hi folks,

open "includes/class_modpm_checker.php" and find

PHP:
$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
   if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
   {
    eval(standard_error(fetch_error('error_modpm_badforum')));
   }
next comment this block of PHP code like this
PHP:
/*$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']);
   if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link'])
   {
    eval(standard_error(fetch_error('error_modpm_badforum')));
   }*/

now try again to see if the error message disapperd

;3 remember to click thanks if i helped you
 
Back
Top