MyBB Community Forums

Full Version: Whats the Profile Pic Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys I am trying to do something with the Welcome block and I am editing the global.lang.php but I need to know, What do I put to display the profile picture?
If you mean avatar then add the following code in "header_welcomeblock_member" template;
<img src="{$mybb->user['avatar']}" alt="" title="" width="25px" height="25px">