Community Support Forums — WordPress® ( Users Helping Users ) — 2011-02-15T07:20:25-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=2211 2011-02-15T07:20:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2211&p=6741#p6741 <![CDATA[Re: HELP! How to show user email address in profile?]]> :-(
...................................................

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

Statistics: Posted by candy — February 15th, 2011, 7:20 am


]]>
2011-02-10T18:49:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=2211&p=6596#p6596 <![CDATA[HELP! How to show user email address in profile?]]> 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:
<?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

Statistics: Posted by candy — February 10th, 2011, 6:49 pm


]]>