MyBB Community Forums

Full Version: Help me please!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone! I have a problem with my "MyBB" site.
I can't add more pages to the "topmenu" i don't know whats wrong. When i try edit anything in templates nothing happends. I can't change anything in templates. Or, yes i can but the changes i made won't change on the side. My header config thing
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			
<div id="topmenu">
<ul>
   <li><a href='http://testolade.96.lt/index.php'><span><i class="fa fa-home"></i> Hjem</span></a></li>
   <li><a href='http://testolade.96.lt/memberlist.php'><span><i class="fa fa-users"></i> Memberlist</span></a></li>
   <li><a href='http://testolade.96.lt/search.php'><span><i class="fa fa-search"></i> Search</span></a></li>
   <li><a href='http://testolade.96.lt/rules.php'><span><i class="fa fa-search"></i>Rules</span></a></li>
</ul>
</div>

<div id="panel">
{$welcomeblock}
</div>

	<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
		</div>
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />[php]
[/color]
First off, you probably want to use $mybb->settings['bburl'] instead of hard-coding http://testolade.96.lt in your links. That will make it easier to migrate, if you ever choose to do so in the future.

As to your real question, do you have multiple template sets?