#61067
 creativesinside
Participant

I’m trying this to no avail:

function bp_the_notification_avatar() {
echo bp_get_the_notification_avatar();
}

function bp_get_the_notification_avatar() {
$bp = buddypress();
$user_id = $bp->notifications->query_loop->notification->secondary_item_id;
echo bp_activity_avatar( array( ‘user_id’ => $user_id ) ); }

Ok so … I need to access the database?

Log in with your credentials

Forgot your details?