Quote:
Originally Posted by Zombie-F
Anyone have any ideas as to why this doesn't seem to work with vBulletin 2.3.4? :ermm:
|
u have to insert the folow code in php-include not in the global.php:
PHP Code:
if ($bbuserinfo['userid']<1)
{
eval("\$menu_navbar = \"".gettemplate("unreg_navbar")."\";");
}
else {
eval("\$menu_navbar = \"".gettemplate("loggedin_navbar")."\";");
}