June 4, 2015 at 21:58
#61067
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?