Skip to:
Content
Pages
Categories
Search
Top
Bottom

1.5 Group Avatars using Mystery Man Default?


  • Nahum
    Participant

    @nahummadrid

    Are the default group avatars supposed to be using Mystery Man? I thought it was Identicons before? Is there a new setting to control this?

Viewing 7 replies - 1 through 7 (of 7 total)

  • sheffieldlad
    Member

    @sheffieldlad

    The setting is in wordpress under discussion I believe


    Nahum
    Participant

    @nahummadrid

    Yea, I don’t think that was required before because that affects the member avatars too. but I did try that setting and it didn’t work.


    sheffieldlad
    Member

    @sheffieldlad

    give me 5 mins to get my install back up and running and I’ll try to point you in the right direction :)


    sheffieldlad
    Member

    @sheffieldlad

    In my version 1.2.10 it’s under general settings for buddypress.
    my 1.5 installation fell over so I’m not sure where it is in 1.5 but if I can get 1.5 up and running I’ll re post and tell you the location.

    I had Identicon avatars running on 1.5 so I know there is a setting, I just can’t remember where it is in 1.5 :/


    sheffieldlad
    Member

    @sheffieldlad

    In my version 1.2.10 it’s under general settings for buddypress.
    my 1.5 installation fell over so I’m not sure where it is in 1.5 but if I can get 1.5 up and running I’ll re post and tell you the location.

    I had Identicon avatars running on 1.5 so I know there is a setting, I just can’t remember where it is in 1.5 :/


    r-a-y
    Keymaster

    @r-a-y

    You can throw in the following code in your /wp-content/plugins/bp-custom.php file:
    `function my_group_avatar_default() {
    global $bp;
    // change ‘identicon’ to anything listed here:
    // http://en.gravatar.com/site/implement/images/#default-image
    $bp->grav_default->group = ‘identicon’;
    }
    add_action( ‘bp_init’, ‘my_group_avatar_default’ );`


    Nahum
    Participant

    @nahummadrid

    @r-a-y that works. tx

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘1.5 Group Avatars using Mystery Man Default?’ is closed to new replies.
Skip to toolbar