Support Forum

Hide email in profile viewer?

BH Brian Hall
Brian Hall
Member

Is it possible to hide the email address in the profile viewer?  We don’t want our admin’s emails from wordpress being publicized in the profile views…

7 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Yes it is. But are you aware that you, as the forum admin, are the only people who can see the user emails. Your members will NOT be able to see any other addresses?

BH Brian Hall
Brian Hall
Member

So the email listed when someone clicks on a user’s name and sees the pop up profile view where it says:

Contact RandomUser123
——————————————
             Email: randomusersemail@emailserver.com

 

That is only visible to admins?

SS SamThaB0ss
SamThaB0ss
Member

Brian Hall said
So the email listed when someone clicks on a user’s name and sees the pop up profile view where it says:

Contact RandomUser123
——————————————
             Email: randomusersemail@emailserver.com

 

That is only visible to admins?

It is only visible to admins unless the permission “Can view email and IP addresses of members” is checked on

YS Yellow Swordfish
Yellow Swordfish
Member

oooh. yes. I had forgotten about that. This was a change we made to the permissions a couple of releases back. Some forum users wanted their members to see other member email addresses. So yes – turn that off as well. Thanks for the nudge.

SS SamThaB0ss
SamThaB0ss
Member

Brian Hall said
How do I turn it off?

search in 

spProfilePopupShow.php for:

sp_ProfileShowEmail(”, __sp(‘Email’));

and delete it, this shuld remove it

YS Yellow Swordfish
Yellow Swordfish
Member

Thanks for the help…
I would add of course… as always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/)