Quote:
Originally Posted by SirAdrian
After calling global.php (and before the main output)
PHP Code:
if (!is_member_of($bbuserinfo, 6) AND !is_member_of($bbuserinfo, 8) AND !is_member_of($bbuserinfo, 13))
{
print_no_permission();
}
Replace "$bbuserinfo" with "$vbulletin->userinfo" if you are using 3.5
|
Thank U for this one , i have seen all the pages :squareeyed: and found it here
Rob