Avatar sizes in member theme
-
I’m creating a custom member theme and trying to figure out how to change the avatar size on the options bar (without changing all over avatar thumbnails).
The avatar is called in optionsbar.php here :
<?php if ( bp_has_options_avatar() ) : ?>
<div class="avatar">
<?php bp_get_options_avatar() ?>
</div>
<?php endif; ?>I figured I would be able to do something like
<?php bp_get_options_avatar($user_id, 1, $width, $height)?>
or something but no joy.Any pointers?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Avatar sizes in member theme’ is closed to new replies.