MyBB Community Forums

Full Version: Add Menu Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,

i want to add some menu links and want to change the order of the links from the header navigation. And i want dropdown Menus in header navigation.
But i dont know how..

In templates > Header Templates > header i cant see any from navigation.

I hope anyone can help me

Thx and regards,

NiceKype

IMPORTANT

I find the menu but my new question is how i can add by the flatty theme...
...how i can add sublinks in the top navigation?

At this moment there stay:

Quote:            <ul class="menu top_links">
                <li><a href="{$mybb->settings['bburl']}/portal.php"><i class="fa fa-home"></i> {$lang->toplinks_portal}</a></li>
                <li><a href="{$mybb->settings['bburl']}"><i class="fa fa-comments"></i> Forum</a></li>
                <li><a href="{$mybb->settings['bburl']}/search.php"><i class="fa fa-search"></i> {$lang->toplinks_search}</a></li>
                <li><a href="{$mybb->settings['bburl']}/memberlist.php"><i class="fa fa-users"></i> Mitglieder</a>
                        <ul>
                            <li><a href="{$mybb->settings['bburl']}/showteam.php"> Teammitglieder</a></li>
                        </ul>
                </li>
                <li><a href="{$mybb->settings['bburl']}/calendar.php"><i class="fa fa-calendar-check-o"></i> {$lang->toplinks_calendar}</a></li>
                <li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help"><i class="fa fa-question-circle"></i> {$lang->toplinks_help}</a></li>
            </ul>

I hope anyone can help me

Thx and regards,

NiceKype