Re: How to display specific user\\\'s avatar?
Thank you so much John James –
since functions like bp_core_get_avatar() are lost in BP 1.2*, you definitely made my day!
*) undefined even with BuddyPress backwards compatibility plugin
Please permit one more question: how can I fetch/ display a specific user’s latest update (instead of $author->last_active, like in your example – now, in BP 1.2)!?
I’ve been looking through bp-core-classes.php, searching for something like
$author = new BP_Core_User( $user_id);
echo $author->user_update;
to work… no success.
Thanks in advance!