I’m having the same problem. I was able to fix the problem in order to display site-wide groups in the footer of a profile page, but it did not work for displaying members. Below is the code that worked to show groups:
`<?php $args = array(
‘type’ => ‘random’,
‘user_id’ => ‘false’
);
if ( bp_has_groups( $args) ) : ?>` …