MyBB Community Forums

Full Version: Layout issues [getting the menupanel on the header]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I have a little issue with my forum. At the moment I have this:
http://prntscr.com/3m85gi

I want the menupanel on the header itself and the search and "Home Teamspeak Search" buttons under the header.

Quote:<div class="menu"></div>
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="menu">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div id="ttop">
<div id="panel">
{$welcomeblock}
<div id="header">
<ul>
<div id="mainpic">

</div>
</div>
</a></div>
</div>


<a name="top" id="top"></a>

<ul>
<li><a href="index.php">Home</a></li>
<li><a href="ts3server://xxxxxxxxx?nickname=WebGuest">Teamspeak</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>
</ul>

<div id="searchbar"><a name="top" id="top"></a>
<div style="float:right;">
<td class="trow1" align="center">
<form method="post" action="{$mybb->settings['bburl']}/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" class="textbox" name="keywords" style="background:#000; width:120px; height:20px; border:1px solid #525252; color:#FFF; " value="Search..." />
<!-- start: gobutton -->
<INPUT TYPE="image" SRC="images/alphagaming/gosearch.png" HEIGHT="14" WIDTH="16" value="Submit" >
<!-- end: gobutton -->
</form>
</td>
</div></div>
</div>
<hr class="hidden" />

</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>

Thats the code I have in the header template settings. What could I change to get the final result?

I hope for a fast reply^^

best,
deniz
You should manipulate $welcomeblock, it is separated template itself

Not sure what you want exactly
Please provide a forum url and do use code blocks to improve the readability of your pots