Quote:
Originally Posted by SecondV
is_member_of
Works out if a user is a member of the specified usergroup(s)
This function can be overloaded to test multiple usergroups: is_member_of($user, 1, 3, 4, 6...)
boolean is_member_of (array &$userinfo, integer $usergroupid) - array &$userinfo: User info array - must contain userid, usergroupid and membergroupids fields
- integer $usergroupid: Usergroup ID to test
|
Okay, I see if I had searched more carefully, I could have answered my own question.. it appears that yes you can make it usergroup controlled.. but I don't understand the instructions.