MyBB Themes - ThemeFreak
Avatar error - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10)
+---- Forum: Sidereel (http://www.themefreak.net/forumdisplay.php?fid=28)
+---- Thread: Avatar error (/showthread.php?tid=354)



Avatar error - dragonl - 1st Jul

Hi, I have a problem with the template. I just installed MyBB 1.6.9 and have implemented the template. Everything is going perfect but the avatar looks bad, does not fit in the box, I leave a picture for ye see him:

http://i44.tinypic.com/n568mv.jpg

I've tried both Firefox and Chrome and occurs equally in both. What can it be?


RE: Avatar error - Fire23 - 1st Jul

Easy fix.
Go to: http://yoursite.com/management/index.php?module=config-settings&action=change&gid=9
And lower the Maximum Avatar Dimensions. Tell me if anything else comes up.


RE: Avatar error - dragonl - 1st Jul

(1st Jul, 07:13 pm)Fire23 Wrote:  Easy fix.
Go to: http://yoursite.com/management/index.php?module=config-settings&action=change&gid=9
And lower the Maximum Avatar Dimensions. Tell me if anything else comes up.

I tried putting that address web replacing my mistake? Giving me that will use the Spanish translation of MyBB?.

I have changed the maximum size of the avatar to 50x50 pixels in "user registration and profile options", there's an option for the size of the avatar. But still being watched bad, not resized.

Sorry me leven english, im spanish =P


RE: Avatar error - Tan - 2nd Jul

Please link me to your site and I will help you out.


RE: Avatar error - Tan - 2nd Jul

Go to header templates > header_welcomeblock_member

Replace this code

Code:
<div class="avatar2"> <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" ><img src="{$mybb->user['avatar']}"  alt="Your Avatar" title="Your Avatar" /></a></div>

with this code

Code:
<a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" ><img src="{$mybb->user['avatar']}"  alt="Your Avatar" title="Your Avatar" class="avatar2" /></a>



RE: Avatar error - dragonl - 4th Jul

Thank you very much! =DDDDD