MyBB Community Forums

Full Version: Default Avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The default avatar on my Member List is full size, instead of 70x70.

Can someone help me fix this? Sad

It happened after I upgraded to mybb 1.8.7.
As a quick fix I would just give your member list avatars their own dimensions.

Quote:ACP > Templates & Style > Templates > Your Template > Member List Templates > memberlist_user_avatar

Default should have: 
<img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} />

Remove {$useravatar['width_height']} and replace it with width = "Xpx" where X is the width in pixels of your image.