Quote:
Originally Posted by Zachery
IF you included vBulletins global.php you can use its functions
so is_member_of($var, x) will work
|
This would be for code added to ShowThread.php and Misc.php - so I am assuming that there wouldn't be a problem, yes?
And that being the case, is this the proper syntax?
PHP Code:
if (is_member_of($bbuserinfo, 6)
{
}
Or am I formatting it wrong?