MyBB Community Forums

Full Version: Help me.. How to make... Like that ??!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i wanna make a click buttom "Home" on header the forum
(pls. see the image)

my forum have the menu - Search Member list Calendar Help
but i wanna make a menu "HOME"

so thanks a lot
You can add the HTML code for the link in the template header. You might be interested in reading this tutorial: http://community.mybboard.net/showthread.php?tid=5707
who can give me the html Code for "Home" (and Button )


pls help me
					<li><a href="$settings[bburl]/index.php"><img src="$theme[imgdir]/toplinks/home.gif" border="0" alt="$lang->toplinks_home" />$lang->toplinks_home</a></li>

Add that to your header template. :-)
Make sure to save the home.gif image in your theme/toplinks/ directory
so thanks

and thanks : )