That is what I thought! After sifting through the scripts the only referencing I can find of the database is in the XML file.
I have also copied the content of the vbnow.php file over to the index.php file. The funny thing is, when I add the styles to the forumhome template it overwrites the original styles and closes the template so it ONLY displays one code.
I have found that this bit of source is what causes the template to not display the main forum, but also causes it to not display any necessary information from VBNOW:
PHP Code:
//Load the navbar
eval('$vbnownavbar .= "' . fetch_template('vbnownavbar') . '";');
eval('$vbnowmenut .= "' . fetch_template('vbnowmenut') . '";');
$navbits = construct_navbits(array('' => $vbphrase[vbnow]));
eval('$navbar = "' . fetch_template('navbar') . '";');
construct_forum_jump();
eval('print_output("' . fetch_template('vbnow') . '");');