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:
<?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 youStatistics: Posted by candy — February 10th, 2011, 6:49 pm
]]>