Re: Listing Specific Groups
To grab the groups created by the site admin would be the same code as the groups listing on the admin profile page. It fetches all groups for the current user_id, which in case of the site admin, is always ‘0’. It would involve a loop with bp_has_groups with user id set to ‘0’.