
01-26-2010, 10:49 PM
|
 |
|
|
Join Date: Feb 2009
Location: Everywhere
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lynne
Just add something after you include the global.php file:
Code:
if (!is_member_of($vbulletin->userinfo, x, y, z))
{
// no permission if you aren't a member of usergroupid x, y, or z
print_no_permission();
}
|
I apologize for my ignorance but could you tell me in more detail?
|