The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Minitabbars 3.7 *** Tabs & Dropdown menus Details »» | |||||||||||||||||||||||||||
Minitabbars 3.7 *** Tabs & Dropdown menus
Developer Last Online: Nov 2023
What this mod does is allows admins to add custom tabbars to Forumhome,,,Gallery or CMPS navbar templates... With customization you can also add it to other areas of your site...
ATTENTION: ********* Before installing or updating,,, download and read tutorial... Primary setup consists of uploading minitabs images folder to your forum images folder... FIXED CMPS with better dropdown options
If you want to add to your Gallery,,, You must upload minitabs images folder to your gallery root... http://yoursite.com/gallery/images/minitabs/ If you want to add to your Forum,,, You must upload minitabs images folder to your Forum root... http://yoursite.com/forums/images/minitabs/ ************************************************** *********** Step {2} Goto Admincp and open products and install xml plugin with admin options on/off... Goto vbsettings at top of admincp and find Minitabs and open...
************************************************** *********** Step {3} Goto vbsettings at top of admincp and find Minitabbars and open... Setup correct path so that your images will show correctly... images/minitabs/spacer.gif = http://yoursite.com/forums/images/minitabs/spacer.gif Place main images folder {{{ minitabs }}} = http://yoursite.com/forums/images/minitabs/ Place main images folder {{{ minitabs }}} = http://forums/images/minitabs/yoursite.com/ Second option may need customization to xml... ************************************************** *********** Step {4} Popups? This mod uses the default vbulletin dropdown menu... Some of my other mods don't work well with vbulletin default dropdown menus... other type {Chrome}? Adding popups code to text window... ****************************** UPDATED Dropdowns to work on all TEN minitabbars added the ability to turn on/off all eight dropdowns... added the ability to control register and ID names on all TEN dropdowns... HTML Code:
*********************************************************************** demo dropdown menu code that works with all TEN minitabbars ... *********************************************************************** <!-- Minitabbars POPUP MENUS --> <div class="vbmenu_popup" id="navbar_frontpage_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Showcase</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="/gallery/index.php?$session[sessionurl_q]">Newest Articles</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="/gallery/index.php?$session[sessionurl_q]">Members News</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_chat_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Site Updates</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">ChatBox</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Hottest Chat</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_forums_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Site Updates</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">Latest Posts</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Ask Staff</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_gallery_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Site Updates</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">Gallery News</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Latest Pics</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_downloads_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Site Updates</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">Hotest uploads</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Hottest downloads</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_news_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Site Updates</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">News</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Announcements</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_albums_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Site Updates</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">Member Albums</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Hottest Albums</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_updates_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Site Updates</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">Site updates</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">vBulletin updates</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_staff_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Staff</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">Meetings</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Promotions</a> </td> </tr> </table> </div> <div class="vbmenu_popup" id="navbar_private_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">VIP</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=1$session[sessionurl_q]">Payed Subs</a> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <a href="forumdisplay.php?f=2$session[sessionurl_q]">Join Groups</a> </td> </tr> </table> </div> <!-- / Minitabbars POPUP MENUS --> *********************************************************************** Last,,, add $minitabbar1 to NAVBAR template at top under <br/>... save Goto CMPS global/Main and add $minitabbar1 or minitabbar1 and $minitabbarpopups or minitabbarpopups to global/main and save... ************************************************** *********** Ver...>>> 0.1.3
************************************************** *********** Ver...>>> 0.1.4
************************************************** *********** Ver...>>> 0.1.5
************************************************** *********** Ver...>>> 0.1.6
************************************************** *********** Overwrite with new 0.1.6 ver.... If Overwrite causes issues,,, Uninstall ^ Re-install... Show Your Support
|
Comments |
#52
|
|||
|
|||
Here we have a mini_tabbars_html template with all tabs with pulldown menues.
Code:
<!--Tabbars Mini Tabs--> <if condition="$vboptions[mini_tabbars_popups6_onoff]"> <table cellpadding="0" cellspacing="0" border="0" style="border-bottom-width:0px"><tbody><tr> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_selected_left$vboptions[minitabbar_colornum1].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups1]" class="minitabbarttclass" background="images/minitabs/tabbar_selected_middle$vboptions[minitabbar_colornum1].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href1]" title="$vboptions[title_minitabbars_info1]">$titleminitabbar1</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups1]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_selected_right$vboptions[minitabbar_colornum1].gif" height="27" width="10"></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum2].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups2]" class="minitabbarttclass" background="images/minitabs/tabbar_middle$vboptions[minitabbar_colornum2].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href2]" title="$vboptions[title_minitabbars_info2]">$titleminitabbar2</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups2]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum2].gif" height="27" width="10"></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum3].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups3]" class="minitabbarttclass" background="images/minitabs/tabbar_middle$vboptions[minitabbar_colornum3].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href3]" title="$vboptions[title_minitabbars_info3]">$titleminitabbar3</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups3]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum3].gif" height="27" width="10"></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum4].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups4]" class="minitabbarttclass" background="images/minitabs/tabbar_middle$vboptions[minitabbar_colornum4].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href4]" title="$vboptions[title_minitabbars_info4]">$titleminitabbar4</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups4]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum4].gif" height="27" width="10"></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum5].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups5]" class="minitabbarttclass" background="images/minitabs/tabbar_middle$vboptions[minitabbar_colornum5].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href5]" title="$vboptions[title_minitabbars_info5]">$titleminitabbar5</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups5]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum5].gif" height="27" width="10"></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum6].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups6]" class="minitabbarttclass" background="images/minitabs/tabbar_middle$vboptions[minitabbar_colornum6].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href6]" title="$vboptions[title_minitabbars_info6]">$titleminitabbar6</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups6]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum6].gif" height="27" width="10"></td></if> <if condition="$vboptions[mini_tabbars_popups7_onoff]"> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum7].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups7]" class="minitabbarttclass" background="images/minitabs/tabbar_middle$vboptions[minitabbar_colornum7].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href7]" title="$vboptions[title_minitabbars_info7]">$titleminitabbar7</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups7]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum7].gif" height="27" width="10"></td></if> <if condition="$vboptions[mini_tabbars_popups8_onoff]"> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum8].gif" height="27" width="10"></td> <td id="$vboptions[mini_tabbars_popups8]" class="minitabbarttclass" background="images/minitabs/tabbar_middle$vboptions[minitabbar_colornum8].gif" nowrap="nowrap" valign="top"><img src="$vboptions[mini_tabbars_spacerimage]" height="9" width="1"><br><a class="minitabbarselect" href="$vboptions[url_minitabbar_href8]" title="$vboptions[title_minitabbars_info8]">$titleminitabbar8</a><script type="text/javascript"> vbmenu_register("$vboptions[mini_tabbars_popups8]"); </script></td> <td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum8].gif" height="27" width="10"></td></if> </tr></tbody></table></if> <!--Tabbars Mini Tabs--> |
#53
|
||||
|
||||
Quote:
peterle1,,, where is the typo??? Thanks 4 looking out and let me know if there's other issues... I will try to fix if time permits |
#54
|
|||
|
|||
Quote:
You wrote: Code:
<div class="vbmenu_popup" id="navbar_news_updates_menu" style="display:none"> You can change the titles instead. Thanks for looking. |
#55
|
|||
|
|||
Maybe a dumb question, but what is the difference between this mod here and your Tabbar Suite?
|
#56
|
||||
|
||||
Quote:
YES there is peterle1... The difference is that this Mod works very well with the default vBULLETIN dropdown javasrcipt... WHY??? Because it uses three images and a spacer image,,, and its inclosed within a table which allows more flexiblility to add other images without causing issues with javascipt loading... Tabbarsuite and Invertedtabbars use TWO images to create tabbar,,, both dont work well with vBULLETIN dropdown javasrcipt,,, because they use div's and li's,,, not tables... There are other differences with color editing and ability to make changes to CSS... |
#57
|
|||
|
|||
Quote:
The only thing important I have found doing so, is the size of the pictures used as tabs and that there have to be three pictures for one tab. Not really, you can edit the mini_tabbars_html template and add as many tabs as you like, but you have to hard code it in the template. |
#58
|
|||
|
|||
Quote:
The design is different, but I haven't found any problems with the functionality of the drop down menues. |
#59
|
||||
|
||||
Quote:
Tabbarsuite and Invertedtabbars probably can work with vBulletin standard dropdown menu's,,, but after I've spent hours trying to make them work together,,, I finally gave up and found another option...CHROME DD... working ok... vBulletin standard dropdowns work extremely well with Minitabbars... It has something to do with the image icon setup in the menu.js file... |
#60
|
||||
|
||||
I have contacted Deepdog009 about the the issue with IE7 showing this error:
PHP Code:
|
#61
|
|||
|
|||
Finally got around to installing this, it looks very good, and was easy to install. Thanks.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|