Skip to:
Content
Pages
Categories
Search
Top
Bottom

/create/step/group-avatar/ change image


  • angrywarrior
    Participant

    @angrywarrior

    Hi!:-)

    I been trying to track down the file that controls the step for /create/step/group-avatar/ and the mystery man image, which is what i want to change. I have succeeded in changing myself the user profile and grops avatar, but this one in the groups creation wizard where you upload an avatar seems to be controlled from else where.

    https://www.screencast.com/t/MVdRViZuSSCJ

    Any ideas suggestions?

    Thanks a bunch!

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

  • leog371
    Participant

    @leog371

    Try this in functions.php or bp-custom. Img_url is where your new image is located

    define ( 'BP_AVATAR_DEFAULT', $img_url );

    Example

    
    define ( 'BP_AVATAR_DEFAULT', 'http://www.mysite.com/wp-content/uploads/2017/12/blue-blog75.jpg' )

    ;


    angrywarrior
    Participant

    @angrywarrior

    Sorry for my extremely slow reply @leog371 and thank you so much for the help!

    i wish you a wonderful day. 🙂

    Kind regards
    AngryWarrior.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar