Quote:
Originally Posted by ocmca
another bump as I am a install-ee who could really use that little bit of info to simplify my life <3 thanks out for anyone that knows.
|
Try something like
PHP Code:
<?php
if ($vbulletin->userinfo['usergroupid'] is_member_of(n,n,n))
{
echo "This is only visible to people in usergroups n,n,n";}
?>
where n = the groups you want to check.
I havent tried this yet, it may or may not work.
Look here for more info
https://vborg.vbsupport.ru/showthread.php?t=132024