MyBB Community Forums

Full Version: shootbox on the top !?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ,
i wondered how to make tha shoutbox (myshootbox) appears on the top on the index page , i absolutely dont knew how to edit the index and add the
{myshootbox} , i dont knew were i must add it ... can you help me ?

ps : there is no tut in the about making the shootbox on the top .rar

Thanks in advance .
Remove {myshootbox} from your footer, and add it in the header. Tell me where you want to put it, and I'll tell you what to put it after.
euh the probleme is , i dont knew which file i must edit ? is it : http://mysite.com/myforum/index.php? or maybe i have acces to this file from the administration panel ??
(sorry am new to mybb)

i just want to putnam it on the top on the index page .

thanks for your answer
Admin CP - Templates & Styles - Templates - YourForum Default Templates - Header Templates - Edit header

It will go there.
thanks for your help Smile

here is the header code , it dont seems to work Sad .

<!-- begin wrapper -->
<div id="wrapper">

	<!-- begin logo -->
	<div id="logo">
		<a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a>
		<a name="top" id="top"></a>
		<div id="panel">
			<div id="panelcontent">{$welcomeblock}</div>
		</div>
	</div>
	<!-- end logo -->
<br/>
        <div class="clear"></div>
	<!-- begin navbar -->
	<div id="navbar">
		<ul id="nav">
			<li><a href="{$mybb->settings['bburl']}/index.php" class="current">Forum Home</a></li>

			<li><a href="{$mybb->settings['bburl']}/search.php">Search</a></li>
			<li><a href="{$mybb->settings['bburl']}/memberlist.php">Member List</a></li>
			<li><a href="{$mybb->settings['bburl']}/calendar.php">Calendar</a></li>
			<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">Help</a></li>
			<li><a href="{$mybb->settings['contactlink']}">Contact Us</a></li>
		</ul>
	</div>
	<!-- end navbar -->

	<!-- begin content wrap -->
	<div id="contentwrap">
	<div id="container">
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			{$board_messages}
                {myshootbox}
			<br />

EDIT : i made it Smile i changed the index code , and i added {myshoutbox} to the header , thanks a lot amigo Smile