This topic has 4 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #14823
     wavi
    Participant

    In Home page: Latest registered members slide
    i have the thumb smallest (partial cover the circle)
    in your demo is large (full cover the circle)

    here sample

    (also i have the fresh latest 2.6 installed )

    But, how for change the size of this thumb inside circle ?

    (try finding in css with no success)

    #15087
     Abe
    Keymaster

    Hi, That could be related to a small custom size for the thumb set in wp-content/plugins/bp-custom.php
    Check that file and you should have like this:

    COPY CODE
    
    <?php
    if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) )
    define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width
     
    if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) )
    define( 'BP_AVATAR_THUMB_HEIGHT', 120 ); //change this with your desired thumb height
     
    if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) )
    define( 'BP_AVATAR_FULL_WIDTH', 580 ); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> 
     
    if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) )
    define( 'BP_AVATAR_FULL_HEIGHT', 580 ); //change this to default height for full avatar
     
    

    If the file isn’t there, create it and add the code above and you should try uploading a new avatar

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #15088
     Abe
    Keymaster

    in the code above modify remove the space from the php opening tag, first line

    The editor does some strange voodoo to those php starting tags 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #15241
     wavi
    Participant

    Yes, that work.

    Also file wp-content/plugins/ “bp-custom.php” missing (in my SD 2.6)
    have create a new file and added a code
    (without space from the php opening tag and with a close php tag)

    Reupload image and all work fine.

    thankyou

    #15292
     Abe
    Keymaster

    Great. I am glad it works for you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘latest registered member thumb size’ is closed to new replies.

Log in with your credentials

Forgot your details?