Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Avatar error
#1
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?
Reply
#2
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.
Reply
#3
(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
Reply
#4
Please link me to your site and I will help you out.
Reply
#5
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>
Reply
#6
Thank you very much! =DDDDD
Reply




Users browsing this thread: 1 Guest(s)