[D]Vincent your's imo would not work... because if you're a guest you don't have a usergroup so it would not equal one but zero...
ladyfyre nice work... but you can change it too...
PHP Code:
if ($bbuserinfo[userid]==0)
{
eval("\$unreg_navbar = \"".gettemplate("unreg_navbar")."\";");
}
else {
eval("\$loggedin_navbar = \"".gettemplate("loggedin_navbar")."\";");
}
g-force2k2