2013-01-30, 05:35 AM
Hello,
I am trying to redefine the user box. ( panelcontent )
I've manage to find and use the codes below and added them to the header for now.
Below, is a sample of what I am trying to accomplish.
![[Image: 539131_517682971605307_367387694_n.jpg]](https://camo.mybb.com/32c956ed8c8fd98acc3d4d3afb2ac8d8570a1fe2/687474703a2f2f7370686f746f732d622e78782e666263646e2e6e65742f6870686f746f732d70726e312f3533393133315f3531373638323937313630353330375f3336373338373639345f6e2e6a7067)
This is the current setup @ http://unitedmodifiedtoys.juplo.com/UMT_FORUM/index.php
Currently, the code in the header is...
Thanks in advance for your help!
I am trying to redefine the user box. ( panelcontent )
I've manage to find and use the codes below and added them to the header for now.
{$mybb->user['username']}
<if !$mybb->user['avatar'] then>
<elseif $mybb->user['avatar'] then>
<img src="{$mybb->user['avatar']}" width="75px" height="75px" alt="Please Login"/>
</if>
Below, is a sample of what I am trying to accomplish.
This is the current setup @ http://unitedmodifiedtoys.juplo.com/UMT_FORUM/index.php
Currently, the code in the header is...
<!-- begin logo -->
<html>
<h1>{$mybb->user['username']}</h1>
<p>
</p>
<if !$mybb->user['avatar'] then>
<elseif $mybb->user['avatar'] then>
<img src="{$mybb->user['avatar']}" width="75px" height="75px" alt="Please Login"/>
</if>
</html>
<a name="top" id="top"></a>
<div id="panel">
<div id="panelcontent">{$welcomeblock}</div>
</div>
</div>
<!-- end logo -->
Thanks in advance for your help!
