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 |
#32
|
|||
|
|||
Nice!
Any for the default vb color? |
#33
|
||||
|
||||
Hello,
May I ask for timeframe status on your eagerly awaited Tabber Suite? Quote:
|
#34
|
||||
|
||||
Quote:
OK,,, I finished it ,,, but I forgot to add dropdowns... It works great with any standard tabs... Im still learning how to setup php code correctly in vbull,,, so give me till next week and I will upload... ************************************************** ********** Jase2,,, vbull default tab colors??? If time permits I will create some L8ter... |
#35
|
||||
|
||||
Thank you for taking the time to QC such an important feature. We are looking forward to change our forum orientation after your product will be up and running.
Quote:
|
#36
|
||||
|
||||
good job
|
#37
|
||||
|
||||
thanks
|
#38
|
|||
|
|||
Since last night, I am fiddeling around with this mod and I do have a few questions:
It's a nice mod and life would be much easier with using this, instead of doing it by hand. Thanks for all the work done. |
#39
|
|||
|
|||
looks good on forum home but small problem,, in vbadvanced index page the tabs become microscopicly crunched togther.
|
#40
|
||||
|
||||
Quote:
peterle1,,, Yes ,,, all tabs can show vbulletin default pulldowns,,, but U will have to modify your the dropdown code... I will update this so that all will have a easier time installing and making changes... In vbadvanced they will show,,, but you will have to use global option var in CMPS options and then next upload another set of images to the MAIN root of your domain... >>> http://yoursite.com instead of http://yoursite.com/forums/... Same with your Gallery,,, U will have to upload a set of images to that MAIN root of your gallery,,, the same as adding a style 2 your gallery... ************************************************** xlegends,,, I have been working on other stuff and stopped testing this one,,, but if you uploaded all images including the spacer file,,, then it should work fine,,, but it could be something else... Check that you loaded the global option in CMPS??? ************************************************** I will do another update with better error checking and post more details on how to fix if problems with CMPS,,, Gallery or Forums... |
#41
|
|||
|
|||
Quote:
could you give me a little hint, where to put the code, to have 7 tabs with pulldown menues and not to show the 8th tab. Thanks again for your help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|