MyBB Community Forums

Full Version: Avatar Resizes to 60x60 ignoring admin cp setting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Although in admin cp I put 80x80 in Maximum Avatar Dimensions, all avatars are scaled down to 60x60. Any ideas?
Your theme is limiting the dimensions.
(2010-12-24, 10:45 PM)pyridine Wrote: [ -> ]Your theme is limiting the dimensions.

Where would I go to change it then?
Templates > Postbit > postbit_avatar
Been there and this is what I have:

<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} /></a>
Then it isn't your theme, hm. I wouldn't know what you could do then.
There are two settings for avatar size in the ACP. What's Show Thread Options >> Maximum Avatar Dimensions in Posts set to?
Also make sure ./inc/settings.php is CHMOD to 666.
(2010-12-24, 11:06 PM)AJS Wrote: [ -> ]There are two settings for avatar size in the ACP. What's Show Thread Options >> Maximum Avatar Dimensions in Posts set to?

You're right - that was set on 60x60 - thanks!