This post almost answered my question.
But what if I want to hide certain user groups from all members while allowing all members to see other groups?
We have a Vets group we want everyone to be able to see and search in the Members list. We also have a private group with permissions beyond Moderator but not quite Admin, the membership of which we prefer to keep private. I notice now, however, this group is appearing on the Members search/list page.
Is there any way to edit this spMembersView.php template function to show specific groups, in the order I want them?
if (sp_has_member_groups(‘usergroup’, ‘id’, ‘asc’, 15, true)) {
It appears the only order option is ascending or descending, any way to customize the order by group id?
Thanks in advance for any direction!
PS: Wouldn’t it just be dandy if there was an option on the Edit User Group tab of the Manage User Groups admin pane to “Hide Group from Members List”? ![]()