By default user profile in "new custodian" theme looks like a dump table user_attribute.
I think user doesn't need to see data from some fields. etc email_public, first_name_public, last_name_public. Instead of this, better use data from this fields for show or hide some user profile data
I modified layout.tpl and make several buttons for users accounts on facebook twitter and google I think if profile has trigger for show or hide first/last name and email we output data depending on it.
if fist_name_public selected in profile we show users first tname if last_name_public equal 1 we show users last tname if user filled facebook,twitter or google fields we show appropriate buttons (buttons is clickable and open apropriate profile in new tab) if Allow sending emails selected in profile we sho email button.
How to do it: 1. Put buttons images into _img/icon in themes folder of your publication. (in attach) 1. Open file layout.tpl located in root folder of your publication. 2. Replace code between lines 21 and 37 that is placed on the lower 3. Save changes and see result like a on screenshot.
ps You can use if for any template but you need make custom buttons
A <dl> tag must only contain <dt> and <dd> tags. You should move the <div> outside the <dl> (and also close it with a </div> after </dl>) The same goes for the buttons. Move the closing </dl> to before the links.
The path to the e-mail image should be the same as the other ones. It is linking to theme number 1 now and that can cause problems if the theme has any other number.
The e-mail button will only be shown if the user has a website. Close the website if-statement before the code for the e-mail.