Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter creativesinside

    (@creativesinside)

    I tried this in bp-follow-notifcations.php

    $text = sprintf( __( ‘%s is now following you’, ‘bp-follow’ ), bp_core_get_userlink( $item_id ), bp_activity_avatar(array(‘user_id’ =>$user_id)) );

    Not working ??

    Thread Starter creativesinside

    (@creativesinside)

    I think I figured it out by switching $user_id with $item_id

    ??

    Hopefully that helps someone out in the future.

    What was the final code that worked?

    Thread Starter creativesinside

    (@creativesinside)

    $text = sprintf( __( ‘%s is now following you’, ‘bp-follow’ ), bp_core_get_userlink( $item_id ), bp_activity_avatar(array(‘user_id’ =>$item_id)) );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Avatar in Notification Stream’ is closed to new replies.