Notable Members

j0e

Member
So, I know how to add tabs to notable members, but I am trying to create categories within a tab for different usergroups. I have attempted multiple things in the members.php but to no avail. Does anyone have any ideas?

Code:
        if ($type == 'tiers')
        {      
            $notableCriteria['user_group_id'] = array(3,4,8);
        }

I want to have 3 categories, with a usergroup shown within the categories.

Thanks
 
Top Bottom