MyBB Community Forums

Full Version: Afresh for 1.4 - Where to insert the toplinks?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I opened the header template and what I'm presented with is:

<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>
			{$welcomeblock}
		</div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}<!-- ProfileComments -->
			{$commentalert}<!-- /ProfileComments -->
			<navigation>
			<br />

When I revert to original, the index page is messed up (the toplinks are in a separate bar)

Where would I insert my code for a new toplink?
Please post this question here:

http://community.mybboard.net/thread-31174.html

Regards,
George.
George, I decided to post it here because I kinda need a fast option. Before I post I search for where my thread would be best suited.
In the header_welcomeblock_guest/member template.