Posts: 6
Threads: 3
Joined: 14th Apr 13
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?
Posts: 17
Threads: 3
Joined: 30th Jun 13
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.
Posts: 6
Threads: 3
Joined: 14th Apr 13
(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
Posts: 743
Threads: 45
Joined: 5th Apr 12
Please link me to your site and I will help you out.
Posts: 743
Threads: 45
Joined: 5th Apr 12
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>
Posts: 6
Threads: 3
Joined: 14th Apr 13
Thank you very much! =DDDDD