Claudius
13 years agoBoss
[Solution] Show that email address in profile is private
Hi there fellow Lithos,
when we initially launched our Skype Community we received quite some feedback on our member's email address being listed in the "Public Statistics" section of their profile page although it was in fact only visible to themselves and moderators.
Here's a quick win solution via CSS that I wanted to share to address this feedback. What it does is adding a small explanatory text after the email address:
#lia-body .emailAddress:after { content: "(Only visible to yourself and moderators.)"; }
And this is what the end result looks like:
Reduced the number of PM contacts I received about that to Zero (and it did not cost me anything to get Lithium the customization done. Hello Lithium, I hope you are not reading) :)