Re: Display 1 specified Group on the Group member’s Profile Pages.
Just wanted to update to say that I temporarily got it working using:
bp_has_groups( ‘search_terms=beta&max=1’ )
The only thing that worries me is that I need to prevent users from registering any groups that have the name ‘beta’ in it now. Is there a way to ‘blacklist’ a certain group name from being created?
EDIT:
Seems as though I can just put a space between the search terms so I simply put beta tester and all seems well 
Now it looks like:
( bp_has_groups( ‘search_terms=beta tester&max=1’ )