Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Basic Menu

for MyBB style...

Version: 2.0
Author: aorgun
Submitted: 22nd August 2007
Last Updated: 22nd August 2007
AdminCP >>> Templates >>> Edit/Delete >>> Theme Name >>> Expand >>> header
Replace all:

Code:
<a name="top" id="top"></a>
    <div id="container">
        <div id="header">

            <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></div>

            <div class="menu">
                <ul>
                    <li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
                    <li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
                </ul>
            </div>
            <hr class="hidden" />
            <div id="panel">
                {$welcomeblock}
            </div>

            <div class="menu">
<ul>
<div align=center><a href="#" onclick="MyBB.popupWindow('misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a> |
    <a href="search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</div>
<hr>
<div align=center>
        <navigation>
</div>
</ul>    
        </div>        

        </div>
        <hr class="hidden" />
        <br class="clear" />
        <div id="content">
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}

<br class="clear" />


AdminCP >>> Templates >>> Edit/Delete >>> Theme Name >>> Expand >>> header_welcomeblock_member
Replace all:

Code:
<span style="float:right;">{$lang->welcome_current_time}</span>
        {$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$admincplink} � <a href="{$mybb->settings['bburl']}/member.php?action=logout&uid={$mybb->user['uid']}">{$lang->welcome_logout}</a>)<br />


AdminCP >>> Templates >>> Edit/Delete >>> Theme Name >>> Expand >>> Navigation Templates >>> Expand >>> nav_sep
Replace all:

Code:
>


AdminCP >>> Templates >>> Edit/Delete >>> Theme Name >>> Expand >>> Navigation Templates >>> Expand >>> nav_sep_activate
Replace all:

Code:
>