MyBB Community Forums

Full Version: put navigation above the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.


i'd like to add some information about my forum and adding About, Features, Downloads and etc like the ones in this forum itself.. ho can i do this? please
You may use the following plugin to place some announcements on header;
http://yaldaram.com/showthread.php?tid=72
I think he means actual links to other pages, not announcements...
(2011-04-11, 04:46 PM)enhu Wrote: [ -> ]i'd like to add some information about my forum and adding About, Features, Downloads and etc like the ones in this forum itself.. ho can i do this? please

Well for this you need to integrate mybb with some CMS, I prefer integrate mybb with wordpress, and you will have it, the one you talkig about.

Have Fun.
Alright, I understand, he meant to have menu like here at mybb.com; Here's a Menu Manager: http://yaldaram.com/showthread.php?tid=502
(2011-04-11, 05:11 PM)Yaldaram Wrote: [ -> ]Alright, I understand, he meant to have menu like here at mybb.com; Here's a Menu Manager: http://yaldaram.com/showthread.php?tid=502

Not sure, If this can help him,

What else he can do is, he can mannaully code "menu" in html and put that in his header template.
example:-
<table broder="0">
<th colspan="3"></th>
<tr>
<td class="thead"><a href="home link">Home</a></td><td class="thead"><a href="blog link">Blog</a></td><td class="thead"><a href="download link">Download</a></td></tr>
</table>

This is just an example, decoration needed its better to use class "thead", it will do half of the work.
(2011-04-11, 05:21 PM)grave Wrote: [ -> ]
(2011-04-11, 05:11 PM)Yaldaram Wrote: [ -> ]Alright, I understand, he meant to have menu like here at mybb.com; Here's a Menu Manager: http://yaldaram.com/showthread.php?tid=502

Not sure, If this can help him,

What else he can do is, he can mannaully code "menu" in html and put that in his header template.
example:-
<table broder="0">
<th colspan="3"></th>
<tr>
<td class="thead"><a href="home link">Home</a></td><td class="thead"><a href="blog link">Blog</a></td><td class="thead"><a href="download link">Download</a></td></tr>
</table>

This is just an example, decoration needed its better to use class "thead", it will do half of the work.

but then this is something i have to do manually such as writtng a download.html file right?
No you have other options like, you may employ someone in freelancer or ask your friends to do that Toungue, I do same