MyBB Community Forums

Full Version: Put logo in the top of the forum.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I built logo with manu and now I want to put the HTML code on the top of the forum.
How can I do this?
There is a file that include to all the pages that on it the default LOGO+MENU?
becouse I want to delete the default logo+manu (where the "search button and other buttons are).

TNX almog
(N.b has you can see my english isn't so good' becouse i'm not speak english)..
heloo there

pls go to

Admin CP > Templates > Modify /Delete > Expand > Header

Find this code

<a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>

And replace it with your own logo code

then find this

<ul>
					<li><a href="$settings[bburl]/search.php"><img src="$theme[imgdir]/toplinks/search.gif" border="0" alt="$lang->toplinks_search" />$lang->toplinks_search</a></li>
					<li><a href="$settings[bburl]/memberlist.php"><img src="$theme[imgdir]/toplinks/memberlist.gif" border="0" alt="$lang->toplinks_memberlist" />$lang->toplinks_memberlist</a></li>
					<li><a href="$settings[bburl]/calendar.php"><img src="$theme[imgdir]/toplinks/calendar.gif" border="0" alt="$lang->toplinks_calendar" />$lang->toplinks_calendar</a></li>
					<li><a href="$settings[bburl]/misc.php?action=help"><img src="$theme[imgdir]/toplinks/help.gif" border="0" alt="$lang->toplinks_help" />$lang->toplinks_help</a></li>
				</ul>

And replace it with your own menu code.
u might need to fix the later a little, but this is in general how to do it Smile



Many Regards
TNX very very mach!!
love youWink