Quote:
Originally Posted by sabret00the
if it's a vB-powered page then you can use the is_member_of function() in a conditional
alternatively you can go old school with
PHP Code:
if ($bbuserinfo['usergroupid'] == 6 OR $bbuserinfo['usergroupid'] == 7 or $bbuserinfo['usergroupid'] == XX)
{
your block of code here
}
the same applies if you're using templates too.
|
Thanks, but as the title of the thread states, it's a non-vb page. It's my index.php of my main site.