MyBB Community Forums

Full Version: change post avatar size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I want to change post avatar size. I changed it in inc/settings.php
But if i change something in admin panel/settings post avatar size become agan 70*70px.
SO how can I change it?
You need to edit the postbit for the theme as well. Changing it in settings will allow a larger image but the code in the html is restricting the size due to the designs specs. If you know what I mean.
postbit_avatar? this template?
<img src="{$post['avatar']}" alt="" {$avatar_width_height} />
If you can provide a URL of your site then it will be easy to look in it.
You are talking about avatar which appears in Posts ??
How ever you can do it by just changing the CSS Properties. That is more easy than changing core files.