MyBB Community Forums

Full Version: does anyone know how i can Fix this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so Here's the Problem, I'm trying to add my forums menu into a custom "Topbarmenu" And here's the result:
[Image: 3dd6a5be980d44e92d49c48ea3ad2864.png]

the search bar & "welcomeblock" go directly underneath?
i just want it to be center with the menu...
Please post your URL?
http://gengame.tk/
If you need the header code aswell:
<div class="topbarmenu">
<div class="menu">
				<ul>


<li><a href="{$mybb->settings['bburl']}/portal.php"><img src="https://cdn3.iconfinder.com/data/icons/tango-icon-library/48/go-home-16.png">Home</a></li>

<li><a href="{$mybb->settings['bburl']}/index.php"><img src="http://png-3.findicons.com/files/icons/99/office/16/chat.png">Forum</a></li>


<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.png" alt="" title="" />{$lang->toplinks_memberlist}</a></li>


					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.png" alt="" title="" />{$lang->toplinks_search}</a></li>
					

					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.png" alt="" title="" />{$lang->toplinks_help}</a></li>


<li><a href="{$mybb->settings['bburl']}/myachievements.php"><img src="http://png.findicons.com/files/icons/1156/fugue/16/medal.png">Achievements</a></li>


<li><a href="{$mybb->settings['bburl']}/newpoints.php"><img src="http://png-2.findicons.com/files/icons/192/finance/16/coins.png">Gen Points</a></li>
				</ul>
</div>

<form method="post" action="search.php" class="logo_search">
		<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="textboxse searchbox" name="keywords" value="" />
		</form>
{$welcomeblock}
</div>






                            

<div id="container">

<td>
	
</td>

</tr>
</table>
<div class="box_announcement">
	<div class="crixun_announcement">Gen Game is Currently under theme construction.</div>
{$pm_notice}
</div>

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








			<hr class="hidden" />
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			
			<br />
Add the searchbar and the welcomeblck inside .menu.
(2014-04-11, 08:28 PM)LucasC Wrote: [ -> ]Add the searchbar and the welcomeblck inside .menu.

didn't do anything
Please provide a test account.
How will I do that?