MyBB Community Forums

Full Version: show user avatar in custom page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i made a game for mybb there in top left i want to show user avater and user name.

can you tell me what need to put in my custom page.
here is the custom page code i use by default. and i put that php file in root directory

<html>
<head>
<title>Page Title</title>
{$headerinclude}
</head>
<body>
{$header}
{$footer}
</body>
</html>

i just want to call user avatar image

i use this code for calling avatar

<img src="{$mybb->user['avatar']}" height="50" width="50" BORDER="0" style="background: url(images/default_avatar.png);background-size:50px 50px;overflow:hidden;"  class="drop-menu-avatar">