MyBB Community Forums

Full Version: Resize all current avatars ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to resize all current avatars ? I changed maximum avatar size but i see that they are still being displayed as old size i have.
IMO, use ftp to get in the directory Your forum>>uploads>>avatars
and download all the avatars. Use adobe flash or something re-size them and upload with the same name
In the postbit_avatar, replace this,

alt="{$avatar_width_height}"

with this,

alt="" width="xxx" height="xxx""

where 'xxx' is the sizes.
Doing what Solidus above has said should do the trick. So, if you want it 150px by 150px. Just replace the XXX's with 150 Smile
Using max-width and max-height could be better, smaller avatars can look weird if you resize them to a bigger size.
(2011-08-30, 12:28 AM)Sama34 Wrote: [ -> ]Using max-width and max-height could be better, smaller avatars can look weird if you resize them to a bigger size.

yes you are right other is not a good solution Smile