MyBB Community Forums

Full Version: how can i add a nav bar on my forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi ppl, anyone know how can i add a nav bar on the upside of my forum? under the logo:

[Image: 3qkh.png]
There is 2 ways to do this.

1) Code a new page through Notepad++, Dreamweaver, Wordpress etc.. then upload it to your root folder and if it's named "newpage.html" go to ACP > Templates > Your Theme > Header Templates > Header > Add
<li><a href="YOURFORUMLINK/NEWPAGE.HTML">NEW PAGE</a></li>

2) Install the "Page Manager" plugin and follow these steps:

Create your page using the Page Manager plugin, then ACP > Templates > Your Theme > Header Templates > Header > Add
<li><a href="YOURFORUMLINK/NEWPAGE.HTML">NEW PAGE</a></li>

Page Manager Plugin: http://mods.mybb.com/view/page-manager
To move it to left, remove "text-align: right" from .menu ul (or other selector connected to .menu) in global.css of your theme. If that didn't help, change it to "text-align: left;" instead of removing.

@down, how is that relevant to the problem described in 1st post? He/she wants to move the links to left, creating new pages ain't solution for that.
You could just get the page link and follow my steps in the ACP..
i finded another way to do it with html and css, look how i got it:

[Image: wbp.png]