MyBB Community Forums

Full Version: Problem Adding Menu Link in Duende Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added the NewPoints mod and want to add a link to the navigation bar so I added this:

Quote:<li id="points"> <a href="{$mybb->settings['bburl']}/newpoints.php"><i style="font-size: 14px;" class="fa fa-user fa-fw"></i> New Points</a></li>

So my entire header template looks like this:


<a name="top" id="top"></a>
<div id="mainwidth">
			
<div id="logo" style="margin-top: 5px"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

    
<div class="topmenubar" style="margin-top: -50px;">
  {$welcomeblock}  
  </div>
 <br />
 <div id="mbox" style="margin-top: -5px;">  

 
<div class="float_left">
  <div class="menu" style="margin-top: 5px;">
    <ul>
<li id="nav-forums"> <a href="{$mybb->settings['bburl']}/index.php"><i style="font-size: 14px;" class="fa fa-globe fa-fw"></i> Forums</a></li>
      
<li id="nav-member"> <a href="{$mybb->settings['bburl']}/memberlist.php"><i style="font-size: 14px;" class="fa fa-user fa-fw"></i> Members</a></li>

<li id="points"> <a href="{$mybb->settings['bburl']}/newpoints.php"><i style="font-size: 14px;" class="fa fa-user fa-fw"></i> Nation Dollars</a></li>
      
<li id="nav-search"> <a href="{$mybb->settings['bburl']}/search.php"><i style="font-size: 14px;" class="fa fa-search fa-fw"></i> Search</a></li>
      
<li id="nav-help"> <a href="{$mybb->settings['bburl']}/misc.php?action=help"><i style="font-size: 14px;" class="fa fa-life-ring fa-fw"></i> Help</a></li>
            <ul>
</div>
      </div>
    
    <div class="float_right" style="margin-top: 15px;">
<a href="*"><i style="font-size: 16px;" class="fa fa-facebook-square fa-fw"></i> Facebook</a>
      
<a href="*"><i style="font-size: 16px;" class="fa fa-twitter-square fa-fw"></i> Twitter</a>

<a href="*"><i style="font-size: 16px;" class="fa fa-youtube-square fa-fw"></i> Youtube</a>  &nbsp;  &nbsp;  &nbsp;
    </div>
      <br />
     <div id="container">
		<div id="content">
			<div class="wrapper">
				{$pm_notice}
				{$bannedwarning}
				{$bbclosedwarning}
				{$unreadreports}
				{$pending_joinrequests}
				{$awaitingusers}
				<navigation>
				<br />
When I save and do to my forum and click on the New Points link I get taken to http://www.hostinger.co.uk/? for some reason and I'm not sure why and that isn't even my host.
Isn't my host either so not sure why you are. is your host adding ads to your site or a plugin is?

Send me your forum url so i can have a look.