MyBB Community Forums

Full Version: Top links Template help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using Dark orange as my main theme and have been customizing it.Would like to change the top links section to one Ive found in another theme,not sure how to replace and make this work heres the template code
this is in the header template.

<div id="header">
	<div id="logo">
		<h1>Blue Night</h1>
		<h2>By Jag100</h2>
	</div>
	<div id="menu">
		<ul>
			<li class="active"><a href="$settings[homeurl]">$settings[homename]</a></li>
			<li><a href="$settings[bburl]/index.php">Home</a></li>
			<li><a href="$settings[bburl]/search.php">Search</a></li>
			<li><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></li>
			<li><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></li>

		</ul>
	</div>

</div>
<div id="container"><br />
{$welcomeblock}	
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<br/>

see pic which shows what I am hoping to get.

thanks
Bump

thanks
It looks like that in that theme due to the CSS (not 100% certain though).

You've have to take a look at the CSS for the top links in that theme to create something similar for the other theme.