Hi Gerald,
I am really sorry for the delay of this reply.
I want to see all members under the menu listed rather than in the member icon or having to click to see. at the bottom of the menu
Unfortunately it is not possible to do so currently.
Basically can I rearrange the side menu items to have members listed first
The only possible way to rearrange it by modify the core file here /components/com_easysocial/themes/wireframe/groups/item.php and look at the following code at line 165:
<?php echo $this->render('widgets', SOCIAL_TYPE_GROUP, 'groups', 'sidebarBottom', array('uid' => $group->id, 'group' => $group)); ?>
Relocate that line code to line 28 at same file so that the widget will appear at the top of your sidebar. Hope these help!