First, if there's somewhere that lists vB functions, please point me in the right direction.
That being said, I'm trying to do something like this
Code:
if (is_member_of(3,5,6)) {
Do stuff
}
Basically, pass in the memberID that I want to check. Since this isn't the ID of the member online, but one I have stored in the DB. So I want to see if member ID 3, is in usergroups 5 or 6. Is this possible?