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())>
-
<a href="” class=”picture-thumb”><img src='’ />
`
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
I think you can do that in the BP Album settings or you can use css to set the thumbnail size smaller.
@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;}
@naijaping
@nahummadrid
Thank you both!
Do either of you have any idea how to edit the menu on the left side under the avatar?
@alfredojp, do you mean user nav and subnav ubder the avatar, if yes what changes do you want.
regards
@naijaping I want to remove a couple of them ad add a few more…
@naijaping
news, profile, friends, groups, places (custom page), events, projects(other custom page).
I see @naijaping but but where would i implement that code?? in the functions.php??