MyBB Community Forums

Full Version: HELP COMMUNITY - Usercp_Avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My usercp_avatar template will not save the avatar. It doesn't show, but it works on the forum board it's self... Any ideas?

http://mybb-source.com/


Here is what I am talking about Big Grin THIS IS YOUR AVATAR!
[Image: UE747lf.png]

I figured it out!  If anyone has this issue and is using a mybb 1.6.x theme, then you will need to go to this template and copy and paste the code below for it to show

[Image: yMPIkQe.png]

usercp_avatar_current:
<td width="150" align="right"><img src="{$useravatar['image']}" alt="{$lang->avatar_mine}" title="{$lang->avatar_mine}" {$useravatar['width_height']} /></td>