MyBB Community Forums

Full Version: Myshoutbox under banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How i can do that? It's at the moment under forum

So what i need change?

<div id="container">
		<a name="top" id="top"></a>	
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			{$welcomeblock}
		</div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />

Thanks for all
Didn't I replied in your previous thread: http://community.mybb.com/thread-90705.html ? What's wrong with that ?
There is no that...

<div id="panel">
{$welcomeblock}
</div>

Can you give me full code ? Copy at top what i gived first.