MyBB Community Forums

Full Version: [urgent] Avatar won't show when visiting someone profile but it shows on member list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i'm visiting someone profile, It does not show their avatar in profile

However, It looks fine and shows in member list and postbit

PROFILE LINK WHERE AVATAR IS MISSING
http://minarva-rp.com/forum/member.php?a...ile&uid=11

LINK WHERE AVATAR LOOKS FINE AND IT SHOWS
http://minarva-rp.com/forum/memberlist.php

So weird bro
change width from ACP>>PROFILE >>Default Avatar Dimensions
(2015-09-20, 06:04 AM)adwap7 Wrote: [ -> ]change width from ACP>>PROFILE >>Default Avatar Dimensions

I changed it to 165x145 still no luck
check the member_profile_avatar template... the width of the img tag i defined as "width=0"... removing that should fix the issue...
(2015-09-20, 06:23 AM)mmadhankumar Wrote: [ -> ]check the member_profile_avatar template... the width of the img tag i defined as "width=0"... removing that should fix the issue...

chwk now
(2015-09-20, 06:23 AM)mmadhankumar Wrote: [ -> ]check the member_profile_avatar template... the width of the img tag i defined as "width=0"... removing that should fix the issue...

Thank you for urgent response..

As what you say, I changed it to that (check the code below)
<img src="{$useravatar['image']}" alt="" {$useravatar['0']} />


But look what can you see when you visted the profile "Ivann", This only occur on Ivann profile page. idk why
http://minarva-rp.com/forum/member.php?a...file&uid=1

okay, check Jad Kyle profile it looks fine on Jad Kyle profile but it seems to be buggy on Ivann profile!
add this to global.css, save it and Hard refresh (Ctrl+F5) the forum and check if all profiles show correctly...

.proav img {
    width: 100px;
    height: 100px;
}
(2015-09-20, 06:49 AM)mmadhankumar Wrote: [ -> ]add this to global.css, save it and Hard refresh (Ctrl+F5) the forum and check if all profiles show correctly...

.proav img {
    width: 100px;
    height: 100px;
}

I cant imagine how peoples are very fast to response in some urgent thread, It works like a charm, You solved our major bug!!!! THANK YOU SO MUCH!

- Problem Solved!
Hi, i've got the same issue but it seems the fix not working for myBB 1.8
I've added the .proav in global.css and tried refreshing several times, emptying cache nothing helps.

https://gyazo.com/71edb6431ebcb8c42be7fc52ec9c3a87

I have an old backup of a previous forum that is closed, i put it on my pc to start it up and check if its there and verified it didnt had the .proav stuff in it and that one has profile avatars. There it just works fine https://gyazo.com/193bab59588d39959f92235b688a5078

And here is a screenshot of the forum i am working on atm and there its not there. Not even the default avatar.
https://gyazo.com/fce2caca68ba0b7266bf0ee042de897e

Both forums ran/run myBB 1.8