MyBB Community Forums

Full Version: Custom menu bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Greetings once again babes!

So, now I'd like a custom menu bar to my forums. I'd like the same menu like I have on the main page : www.phoenixbuddy.com 

So, any assistance please? Smile
Can you post the contents of your index template?

You'll have to add an unordered list (<ul>) with the following class
class="x-nav sf-menu"

And add list items inside that (<li>) with the following class
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13"
(2015-07-28, 08:42 PM)KevinVR Wrote: [ -> ]Can you post the contents of your index template?

You'll have to add an unordered list (<ul>) with the following class
class="x-nav sf-menu"

And add list items inside that (<li>) with the following class
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13"

Index template from main page or forums?
Little bump
Again bump
I mean the template called "index" in index page templates.
(2015-08-09, 12:04 PM)KevinVR Wrote: [ -> ]I mean the template called "index" in index page templates.

No, I mean, do you want me to post the index template from main website (what menu I want to put to forums) or you want the index of the forum? Both has different templates.
(2015-08-11, 08:34 PM)Zalixus Wrote: [ -> ]
(2015-08-09, 12:04 PM)KevinVR Wrote: [ -> ]I mean the template called "index" in index page templates.

No, I mean, do you want me to post the index template from main website (what menu I want to put to forums) or you want the index of the forum? Both has different templates.

On your forums, so i can give you the correct one for your home page Wink.
(2015-08-11, 10:18 PM)KevinVR Wrote: [ -> ]
(2015-08-11, 08:34 PM)Zalixus Wrote: [ -> ]
(2015-08-09, 12:04 PM)KevinVR Wrote: [ -> ]I mean the template called "index" in index page templates.

No, I mean, do you want me to post the index template from main website (what menu I want to put to forums) or you want the index of the forum? Both has different templates.

On your forums, so i can give you the correct one for your home page Wink.


Forum index: 
<html>
<head>

<!-- Site optimized with MySEO 1.0 -->
{$seo_index}
<!-- Site optimized with MySEO 1.0 -->


<title>{$mybb->settings['bbname']}</title>
{$headerinclude}{$recentthread_headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$dvz_shoutbox}
{$header}
{$miunashout}
{$inferno_shoutbox}


{$headerinclude}
{$recentthread_headerinclude}
<div style="float:{$left};width: 74%;">{$forums}</div>
<div style="float:{$right};width:25%;">{$recentthreadtable}{$sidebar}{$teamonline}</div>
{$boardstats}
	
	
<dl class="forum_legend smalltext">
<dt><div class="forum_status forum_on"><i class="fa fa-comments"></i></div></dt>
<dd>{$lang->new_posts}</dd>

<dt><div class="forum_status forum_off"><i class="fa fa-comments"></i></div></dt>
<dd>{$lang->no_new_posts}</dd>

<dt><div class="forum_status forum_offlock"><i class="fa fa-comments"></i></div></dt>
<dd>{$lang->forum_locked}</dd>

<dt><div class="forum_status forum_offlink"><i class="fa fa-comments"></i></div></dt>
<dd>{$lang->forum_redirect}</dd>
</dl>
<br class="clear" />
{$footer}
</body>
</html>
bumpidy bump