On the social network, currently under People there are 3 options:
browse
everyone
my friends
Is it possible to add another group?
If so, how would I go about doing that?
<li><a data-url="<?php echo $this->request->base?>/users/ajax_browse/etnaalumni" href="#"><?php echo __('Etna Alumni')?></a></li>
if($type=='etnaalumni') $appParams->set('where','group_id = 8');
Replace "8" with your Joomla group IDcase 'etnaalumni':
if($type=='etnaalumni') $appParams->set('where','group_id IN (8)');
Replace "8" with your Joomla group ID