Quote:
Originally Posted by thomasx
I would like to restrict the use to moderator and administrator usergroups, but have no idea how to do that, because there is no admin backend. any clue for me if that is possible (should be) and: how?
thanks.
|
Yes it is possible. See it here
https://vborg.vbsupport.ru/showthrea...15#post1316415
Code:
if ($vbulletin->userinfo[usergroupid] == 1,2,3,4,8)
{
print_no_permission();
}
Numbers are the usergroups ID of non-mods or non-admins groups.