Hi,
Haing just upgraded to VBSeo 3.5.2 and running vbulletin 4.1.1, the registration system has stopped working as it is looking for a template associated with VBSEO via the plugin below.
The error originates from this Plugin titled "VBSeo Register"
I have disabled it in the meantime.PHP Code:if(THIS_SCRIPT == 'register')
{
foreach($vbulletin->templatecache as $_tpl => $fb2p)
if(strstr($_tpl, 'register'))
$vbulletin->templatecache[$_tpl] = str_replace('$header', '$header $navbar', $fb2p);
eval('$navbar = "' . fetch_template('navbar') . '";');
}
TIm


LinkBack URL
About LinkBacks





Reply With Quote

