Log in

View Full Version : Style usergroup question


RichieBoy67
03-14-2006, 10:38 PM
Does anyone know if there is a way to have a certain style that can only be accessed by certain usergroups????

Thanks

-

Colin F
03-15-2006, 11:50 AM
You could add a check to the global.php where the style is set, using something like this:

if(!is_member_of($vbulletin->userinfo, X))
{
$vbulletin->userinfo[styleid] = Y;
}