License is attached inside extras folder by using this software you agree to the terms of that license.

Plugin Name: Tabbed Menu
Plugin Author: Jesse Labrocca
Plugin Website:  http://www.MybbCentral.com
Plugin Version: 1.1
Plugin Mybb Compatibility: 1.4x
Plugin File Edits: None
Plugin File Uploads: 4
Plugin Description: Creates a tabbed menu on the index page to help organize forums.

Installation

1. Upload the file from the zip to your forum directory.
/inc/plugins/tab_menu.php
/inc/languages/english/admin/forum_tabmenu.lang.php
/admin/modules/forum/tabmenu.php  (if you have renamed your admin directory make sure to upload this properly)
/jscripts/tabcontent.js


2. Login to your admincp and ACTIVATE the plugin (Tabbed Menu) in the plugin manager.

3. You will see a new option in the admin under "Forums & Posts" for "Tab Menu". 

The rest is self explanatory and instructions are on the page.

Screenshots are all available inside the extras folder.

TEMPLATE TROUBLESHOOTING
=================================
If after install you have issues with your index page template please check to make sure these changes were made:

"index"
-----------------
1. After {$header} add {$tabmenu}
2. After {$forums} add 

<script type="text/javascript">
<!--//
var myflowers=new ddtabcontent("menutabs")
myflowers.setpersist(true)
myflowers.init()
-->
</script>

"forumbit_depth1_cat"
------------------------
1. Start the template with this line:
<div id="tabmenu_{$forum['fid']}">

2. Add to the very end </div>

Also check the index page source code. In the header you should see the tabbed.css listed:
<link type="text/css" rel="stylesheet" href="http://domain.com/cache/themes/theme2/tabbed.css" />
If it's not there see the next section on customizing.

CUSTOMIZING
===================================
This adds a CSS to your database called tabbed.css.  It should be in your theme listing for css in admincp.  You can alter that css for custom changes.  Currently the css uses the images/thead_bg.gif as the background image. Alter to suit your needs.  You can run multiple templates and have a different menu for each by altering the tabbed.css.  If your theme does not have the tabbed.css installed please take the text out of the file inside the extras folder and paste it.
extras/tabbed.css is the file just in case you need it.


This plugin currently offers full language support.

DEMO: http://www.mybbcentral.com

I can be reached at either http://www.mybbcentral.com as username LABROCCA

Thank you.
Jesse Labrocca

