BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Avatar Replacement Question

Viewing 8 posts - 16 through 23 (of 23 total)
  • Question

    #37359
    @michael

    @jgwolfensberger @frankwarwick @milena @tjchester

    This is now fixed, and will be included in the next release (later today).

    Answers

    #40820
    @milena

    @tjchester, @michael, with version 4.2 the member avatar issue remains.

    #40835

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena I have confirmed it works for the group image but not the members. I narrowed it down to line 1009 of theme-functions.php uses get_template_directory_uri instead of get_stylesheet_directory_uri change that code and we will have it fixed next release.

    #41826
    @milena

    yes, this works.

    #41850

    Alyssa
    Participant
    @alyssa-buddyboss

    Great news, I’ll have the devs make this permanent.

    #44672

    Alyssa
    Participant
    @alyssa-buddyboss

    @milena @frankwarwick @jgwolfensberger this issue should be fixed in the latest release. Please let me know if you continue to have issues.

    #48818
    @mth75

    @tjchester

    The default avatars won’t show for the friendship events.

    user[1] and Profile picture of [user2] are now friends

    Also a error
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.starry-night.nl/wp-content/themes/buddyboss-child/images/sn_avatar.jpg&s=20&r=G

    (which is the right location).

    I use following code in the function.php to adjust the default avatar.

    /** changing default buddypress avatar (mistery man) */
    function buddyboss_addgravatar( $avatar_defaults ) {
    	$myavatar = get_stylesheet_directory_uri() . '/images/sn_avatar.jpg';
    	$avatar_defaults[$myavatar] = 'Starry-Night Avatar';
    	return $avatar_defaults;
    }
    add_filter( 'avatar_defaults', 'buddyboss_addgravatar' );
    #49122
    @vapvarun

    Thanks @mth75

Viewing 8 posts - 16 through 23 (of 23 total)
  • The question ‘Avatar Replacement Question’ is closed to new replies.