Hi, is there an option to hide 'members' from the top bar menu?
Support Forum
Remove Members from top menu
I assumed this was a reference to the 'Members' button. If you want to hide this from your users then you can turn off the permission to do so in the permissions - 'viewing' section.
One other thing Yellow Fish, when viewing the users profile, how do i remove, or hide the 'member' rank, and the group 'members'? Tried to delete within the forum ranks but nothing happens.
Appreciate your help.
For that you will need to edit the profile template. So first step would be to install the child time version of whatever SP theme you are using and follow the instructions in the Child Theme FAQ. You can download and install the relevant child theme from our store pages.
The template to copy over and edit is spProfilePopupShow.php. Locate the calls to the display template functions:
sp_UserForumRank()
sp_UserSpecialRank()
and comment them out (add the # symbol in front of the 2 lines of code) or remove them.