Forum Discussion

Claudius's avatar
13 years ago

[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:

Email_public.PNG

 

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) :) 

  • RickyS's avatar
    RickyS
    Lithium Alumni (Retired)

    That's a great idea Claudius!

     

    We love seeing customers do innovative things with the Lithium platform, that's why we have Studio to help expand the customer's capabilities for self-servicing customizations like this.

     

    Thanks for sharing! :)