Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom avatar


  • arno8
    Participant

    @arno8

    hi, i followed a guide to change the default avatar.

    but when i reload the website it doesnt show the avar, can i get some help?

    This is the site so u can see it. http://www.primeknights.com/members/

    And this is the code i used in bp-custom.php

    <?php
    define ( 'BP_AVATAR_THUMB_WIDTH', 50 );
    define ( 'BP_AVATAR_THUMB_HEIGHT', 50 );
    define ( 'BP_AVATAR_FULL_WIDTH', 128 );
    define ( 'BP_AVATAR_FULL_HEIGHT', 128 );
    
    define ( 'BP_AVATAR_DEFAULT', 'primeknights.com/avatar250.jpg' );
    define ( 'BP_AVATAR_DEFAULT_THUMB', 'primeknights.com/avatarr1.jpg' );
    ?>

    thanks in advance

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

  • Henry Wright
    Moderator

    @henrywright

    Hi @arno8

    These constants will apply going forward but avatars uploaded previously won’t be changed. You could request that your members re-upload their avatars?


    arno8
    Participant

    @arno8

    No no, its the default avatar. instead of the mystery man i want to use my own custom avatars.
    But when i load the members page then it doesnt show the custom default avatar for members without an avatar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom avatar’ is closed to new replies.
Skip to toolbar