MyBB Community Forums

Full Version: myshoutbox settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I need to know how i can put the shoutbox at the top, i mean under the banner.

Thanks for all.
Go to: ACP > Templates > Header Templates > header > and find;
<div id="panel">
				{$welcomeblock}
			</div>

and add the {$shoutbox} variable befopre that, like this;
{$shoutbox}<div id="panel">
				{$welcomeblock}
			</div>
(2011-03-21, 07:30 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Templates > Header Templates > header > and find;
<div id="panel">
				{$welcomeblock}
			</div>

and add the {$shoutbox} variable befopre that, like this;
{$shoutbox}<div id="panel">
				{$welcomeblock}
			</div>

thanks
There is no panel or something..

<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>
			{$board_messages}
			<br />