Skip to:
Content
Pages
Categories
Search
Top
Bottom

How could i display photo thumbnails in the profile header??

  • @alfredojp

    Participant

    I managed to use this (see code below) to display information about the user in the profile header, how can it be altered to display a line of photos? Would i have to call a function from BP Album +

Viewing 10 replies - 1 through 10 (of 10 total)
  • @nahummadrid

    Participant

    I just figured out how to do this recently. Try this in the member header.

    `
    <?php if(bp_is_user_activity() || bp_is_user_profile()):?>

    `

    @alfredojp

    Participant

    that worked beautifully! thank you! if i edi the “picture-thumb-box” int he css what else would it effect?….I would like to make the thumbnail a tad bit smaller

    @nahummadrid

    Participant

    I think you can do that in the BP Album settings or you can use css to set the thumbnail size smaller.

    @naijaping

    Participant

    @alfredojp, ok here is how to customize it using css, change the ul class to something of your own, if you dont change it, whatever changes you make will affect the bp abum thumnail. i use this : it worked like a charm. make changes as u wish .picture-custom{width:140px;height:90px;}

    @alfredojp

    Participant

    @naijaping
    @nahummadrid

    Thank you both!
    Do either of you have any idea how to edit the menu on the left side under the avatar?

    @naijaping

    Participant

    @alfredojp, do you mean user nav and subnav ubder the avatar, if yes what changes do you want.

    regards

    @alfredojp

    Participant

    @naijaping I want to remove a couple of them ad add a few more…

    @alfredojp

    Participant

    @naijaping

    news, profile, friends, groups, places (custom page), events, projects(other custom page).

    @naijaping

    Participant

    @alfredojp

    Participant

    I see @naijaping but but where would i implement that code?? in the functions.php??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How could i display photo thumbnails in the profile header??’ is closed to new replies.
Skip to toolbar