MyBB Community Forums

Full Version: Header and menu problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My header dont wanna show the image i changed to (so it says fusion forums insted of "follow me on mybb" or something like that. Also i cant find out how to add more buttons to the menu (like contact us) and so on.
Logo is located here - your site / forum url / images / theme / logo.png

Add buttons to forum navigation like so - your site / admin / templates and style / templates / theme / header / header and find :

<ul class="menu top_links">
<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal"><img src="images/toplinks/home.png">Portal</a></li>
<li><a href="{$mybb->settings['bburl']}/index.php" class="forums"><img src="images/toplinks/forums.png">Forums</a></li>
<li><a href="{$mybb->settings['bburl']}/ezgallery.php" class="gallery"><img src="images/toplinks/gallery.png">Gallery</a></li>
<li><a href="{$mybb->settings['bburl']}/showteam.php" class="roster"><img src="images/toplinks/members.png">Roster</a></li>
						</ul>

Yours will differ a bit from mine, because I have mine edited too....but you will get the idea!