The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'd like to restrict certain FAQ entries to specific usergoups.
I found this archived post but it would only let me restrict the entire FAQ to specific usergroups: Code:
if (!is_member_of($vbulletin->userinfo, x,y,z))
{
print_no_permission();
}
Thanks. |
![]() |
|
|