MyBB Community Forums

Full Version: avatar not showing up for admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i can't see any avatars in threads whereas other members can

somebody help me out ...
where is your forum link?
User CP --> Edit Options
Make sure the avatars and signatures options are selected.
infact here the admin avatar is not showing up........
(2008-09-12, 09:47 AM)MyBBmodding Wrote: [ -> ]infact here the admin avatar is not showing up........

I can see it...
oh sorry the effected board is www.emobiwire.com

DennisTT - i did that but no good Sad
I see what you mean, there's like a little space where the avatar should be, but it isn't there... well, I have an hour to kill, if you want to PM me admin details I'll take a look.

I have a suspicion it's just some sort of permissions problem.
Ok, I took a look at this, and everything in the ACP and the UCP is as it should be, and the avatar templates are fine (they are all default), and avatars show fine in the UCP and member list.

However, I think I know the problem - I viewed the source of a thread, and this is the code it showed for the avatar:

<a href="member.php?action=profile&amp;uid=1"><img src="./uploads/avatars/avatar_1.jpg" alt="" width="0" height="" /></a>

Now, what I think is wrong is the width="0". I think it's changing the width of the avatar to 0, which is why there is that little gap where the avatar should go, but it doesn't show, because it is 0 pixels wide. I'm not quite sure how to fix this, does anyone have any ideas??