MyBB Community Forums

Full Version: moving avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to have my member's avatars show up on the welcome block when they sign in, is there a way to do that? :3
Not sure what you mean by "moving avatar", however to display End user's avatar in welcomeblock, then simply add the following code in your header_welcomeblock_member template;
<img src="{$mybb->user['avatar']}" alt="Avatar" title="{$mybb->user['username']}'s Avatar" height="45px" width="45px">