Support Forum

Remove Members from top menu

1
Steve Howie
Member
Oct 25, 2017 - 3:07 pm

Hi, is there an option to hide 'members' from the top bar menu?

Mr Papa
Simi Valley, CA
Member
Free Members
Oct 25, 2017 - 8:32 pm

sorry, what is "top bar menu"?

Yellow Swordfish
Glinton, England
Member
Oct 26, 2017 - 4:40 am

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.

Steve Howie
Member
Oct 28, 2017 - 5:30 pm

thanks Yellow fish.

Steve Howie
Member
Oct 28, 2017 - 6:02 pm

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.

Yellow Swordfish
Glinton, England
Member
Oct 29, 2017 - 3:37 am

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.

1