MyBB Community Forums

Full Version: Add newpoints link to header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am wanting to add my New Points url link to my header along with the top links example: seach, help calander. I wanna add Points too

How can I do this
ACP> templates and style > templates >"your theme" templates > options > expand all > header templates > header > options > edit template > find
Quote:<li><a href="http://www.yourforum.com">Home</a></li>
<li><a href="{$mybb->settings['bburl']}">Forums</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">Members</a></li>
<li><a href="http://your forum.com/search.php?action=getnew">New Posts</a></li>
<li><a href="http://www.your forum.com/private.php">Private Messages</a></li>

add under it

Quote:<li><a href="the newpoints link">new points</a></li>