MyBB Community Forums

Full Version: Adding links to top menu.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add some links. I want to add a Rules link before the Help, and after the help a play link.

I can't figure out how though.


Thanks for reading and helping.
Admin CP > Templates & Styles > Templates > THEME NAME > Header Templates > header
So how do I add the link itself?

(Thanks for helping!)
Just look at some of the other links, such as Calendar, Help, etc..
<a href="{$mybb->settings['bburl']}rules.php">Rules</a>
Alright. Thanks... The Support here rocks, very fast and great.

EDIT: The links show up where the logo is, not with the Member list and the rest of the stuff.

This is my code:

<div id="container">
		<a name="top" id="top"></a>	
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/misc.php?action=rules">Rules</a><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			{$welcomeblock}
		</div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />
If you PM me an admin username and password, and a link to your forums - I'll be glad to fix it for you.
Done Smile
For your themes, it's header_welcomeblock_member