MyBB Community Forums

Full Version: Buttons below logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I was wondering if im able to place buttons below the logo like in the picture below, if so what template is it located in? I want it to appear at the top of each page, I was able to do this in SMF.

Thanks for your help
-Woody

anyone know?
Hi, I was wondering if im able to place buttons below the logo like in the picture below, if so which template is it located in?, I was able to do this in SMF. Is there a way to do it in MyBB?

-Woody
Header template.
In the header template, after the following code,

<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><center><img src="{$theme['logo']}"</center> 
			<div class="menu">
				<ul>

Add your links, such as
 <li><a href="{$mybb->settings['bburl']}/contact.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/contact.png" alt="" title="" /><b>Contact</b></a></li>

Then add <center> before <li>, and </center> after </li>
Thanks guys that all worked! But is there anyway to fix the red? it doesnt go all the way down as you can see in the picture below?

Also am i able to do roll over buttons? If so whats the code?
Does anyone know how to fix this theme issue when i place a button below the header? I attached a picture below...

Thanks'
-Woody
You would have to modify the header in the templates file in the style.
You only need 1 thread for this, not 3 - merged.
Nvm i solved the problem, accidentally had it outside the <div> ending tag