HELP! How to show user email address in profile?
Posted: February 10th, 2011, 6:49 pm
I am searching for days, HUGE headaches already as no matter were I look there seems to be no answer for that!
And for whoever is familiar with coding (I am not ) should be a more than easy question ...
I want that users starting with level1 should be able to see the email addresses of their friends (so people they connected with) in the buddypress profile of those friends.
How do I do that?
And how is that "user email" field called in the first place !??!
I've tried to add this
in members/single/member-header.php
but it brakes down the whole profile starting with that line (blank)
HELP PLEASE!
Thank you
And for whoever is familiar with coding (I am not ) should be a more than easy question ...
I want that users starting with level1 should be able to see the email addresses of their friends (so people they connected with) in the buddypress profile of those friends.
How do I do that?
And how is that "user email" field called in the first place !??!
I've tried to add this
- Code: Select all
<?php if (is_user_logged_in() && current_user_can("access_s2member_level1")){
echo user_email() ;
} ?>
in members/single/member-header.php
but it brakes down the whole profile starting with that line (blank)
HELP PLEASE!
Thank you