First Name / Last Name
Couple of things on this, it seems that the syncronisation with a users WP Account pushes the first name & last name into the WP First Name field. Is this supposed to happen, or is there a setting somewhere that I've missed?
Also, probably partly linked to the first problem; the users profile displays their first and last name when hovering the profile pic. Ideally, this should only show their first name. It also shows their email address.
My community members have concerns that their personal information is visbile, so are concerned about privacy.
Any thoughts on how to change this?
User's email is not exposed to the frontend by other members.
By default, the user's first and last name is synced with WP User's Database table. if you want to alter that, you can disable from privacy settings so their display name will not be synced with their WP User's table.
Shahjahan JewelΒ thanks for the speedy reply. Where does this come from (the email in the drop down)? It's not that it's actually exposed publicly, it's more that users think that if they can see it on their picture, maybe other members can see it too.
Marcus WarehamΒ It's the user's email address and only visible to that user.
Marcus WarehamΒ If needed, I think you could hide it using this CSS:
.fcom_user_context_menu_items ul li.fcom_profile_block a .fcom_user_info .fcom_user_email {
display: none;
}Shahjahan JewelΒ Seems it would be best to underneath have it say "email address not visible to other users." Or similar.