MyBB Community Forums

Full Version: Movin sb to top of forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey, I'm using this chatbox: http://mods.mybboard.net/view/spicefuse-ajax-shoutbox; on theme: Unreal Red. The sb installs to the bottom of the forums; how do I make it so its under the main navigation thingY? like user cp, mod cp, admin cp, messages etc...
Add <sf_shoutbox> to the "header" template.
tyvvvm
Admin CP > Templaes & Styles > Templates > THEME NAME > Header Templates > header
So if the code is:

<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
<link rel="shortcut icon" href="http://unreal-station.com/images/Unreal-Tournament-III-2.ico">
			<hr class="hidden" />
			{$welcomeblock}
		</div>
		<hr class="hidden" />

		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}

Where abouts should I add the <sf_shoutbox>?
Either after <hr class="hidden" /> or {$unreadreports}
Awesome!
Also now that i've got one there how do i remove the one at bottom? I cant find "<sf_shoutbox>" in footer templates - footer
Look in the Who's Online Templates? and look for one that's green, and then look for <sf_shoutbox>
Nope can't find it there Sad
PM me an admin username and password and a link to your forums and I'll fix it for you.
Pages: 1 2