MyBB Community Forums

Full Version: create top navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guy how to create top navigation ?
i ain't that tech savvy but know how to read simple coding and css ....

any solution ?
or does any theme come with top navigation ?

reason : because my front page is wordpress base and forum is mybb, worry my none so technical member will get lost with /forum/ Smile

thanks in advance ....
no one ??
Perhaps you could provide a screenshot so we know what you're on about?
(2013-02-20, 05:27 PM)Euan T. Wrote: [ -> ]Perhaps you could provide a screenshot so we know what you're on about?


something like community.mybb.com header.
the navigation bar that have "Home" "About" Features" "Download" "Community" "get involved" link at header Smile

I don't need complicated or good design probably something on top of my header to direct my member ....
For Example :
"Home" "Forum" "Blog" "Contact Us"
If you just want the menu with links

<ul class="menu">
<li><a href="LINK TO HOMEPAGE">Home</a></li>
<li><a href="LINK TO NEXT PAGE">Next Page title</a></li>
</ul>

Just use the code above and add as many lines as you need.
(2013-02-20, 09:50 PM)Tindris Wrote: [ -> ]If you just want the menu with links

<ul class="menu">
<li><a href="LINK TO HOMEPAGE">Home</a></li>
<li><a href="LINK TO NEXT PAGE">Next Page title</a></li>
</ul>

Just use the code above and add as many lines as you need.

add to which files???
cause i can't files header.php or any theme folder ....
sorry seriously not familiar with mybb ....
thanks
To the header.php file, wherever you want the menu to be
(2013-02-21, 08:35 AM)Tindris Wrote: [ -> ]To the header.php file, wherever you want the menu to be


the problem is i can't locate header.php ... there is no theme folder ...
AdminCP -> themes & styles -> templates -> <your theme template set> -> Header templates -> header is for mybb.
(2013-02-21, 08:52 AM)Johnny S Wrote: [ -> ]AdminCP -> themes & styles -> templates -> <your theme template set> -> Header templates -> header is for mybb.

thanks ,,
i was spending half day to locate header.php at my ftp .... Smile