Support Forum
you can remove button for the members list in you spHead.php template file of the sp theme you are using...
if you just want to change up what is displayed, you can specify specific usergroups only to list... in the spMembersView.php template file, find this:
if (sp_has_member_groups('usergroup', 'id', 'asc', 15, true)) {
and change it to
if (sp_has_member_groups('usergroup', 'id', 'asc', 15, true, '1,2,3')) {
where '1,2,3' would contain the ids of the usergroups you want listed...
Be sure to create your own sp theme rather than use ours to keep from losing changes on upgrade... see: http://codex.simple-press.com/.....g-a-theme/
Visit Cruise Talk Central and Mr Papa's World
good news. thanks for the update and glad to help!
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)