MyBB Community Forums

Full Version: Two questions about header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't seem to make it so that my header logo is a link the my home page, how do I do this.

Also, how would you go about putting things directly under the banner, like just touching the bottom of the banner like this site does, where the facebook and help links are http://www.animeforum.com/forum.php

my url is http://otaku-forums.com
Wait this is MyBB and you are running a Vbulletin board?!?!?

Edited

My bad, I thought the Anime forum is your site.

Anyway, in your header template, add the following before the header menu links. (Ex: Home, Seach, Memberslist)


<div class="logo"><a href="YOUR FORUM LINK"><img align="left" src="LOGO PATH" alt="SITE NAME" title="SITE NAME" /></a></div>

Thank you Smile And do you know how to put things under the header like I was asking?
(2012-08-21, 06:41 PM)znightmare Wrote: [ -> ]Thank you Smile And do you know how to put things under the header like I was asking?

Have you tried Template > Header Templates > Header > and add your stuff under the following.
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<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 class="menu">