Page 1 of 1

HELP! How to show user email address in profile?

PostPosted: February 10th, 2011, 6:49 pm
by candy
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 :cry: ) 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

Re: HELP! How to show user email address in profile?

PostPosted: February 15th, 2011, 7:20 am
by candy
Still no one ?!?!?
:-(
...................................................

Seems like a very difficult question for the developers ....
Can it be that you have no idea how this can be solved??!!

Feedback really appreciated

Thank you