MyBB Community Forums

Full Version: adding links to header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do you add links to the header? this is not assosicated with page manager. i just turned the main page to my portal and now the only way to get to my forums is going to www.mydomain.com/forums.php
ACP -> Templates and Style -> Tempates -> *your theme* -> Header Templates -> header.

You need to add the link in that template. There should be some links already there, and if you are unsure how to add the link, look at how the other ones are done.

Also, take a look at this thread. It's about changing index.php to forums.php and portal.php to index.php.
Adding to Joshua's post, once in the header template, here is the code to add,
<a href="http://myforum.com/mylink.php>The Title</a>

<li> tags are sometimes optional.
You forgot the final ". Toungue

<a href="http://myforum.com/mylink.php">The Title</a>
I've done that 3 times in the last hour now.