Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Minitabbars 3.7 *** Tabs & Dropdown menus Details »»
Minitabbars 3.7 *** Tabs & Dropdown menus
Version: 0.1.6, by Deepdog009 Deepdog009 is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.7.x Rating:
Released: 04-07-2008 Last Update: 09-13-2008 Installs: 35
Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

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
  1. If you want to add to your CMPS,,, You must upload minitabs images folder to your domain root...
  2. http://yoursite.com/images/minitabbar/
  3. Goto CMPS and open main options / global varible...>>> Add $var $minitabbar1 or minitabbar1 so that it will show on frontpage...save...

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...

  • View options and setup URL's
  • View options and setup Tooltip text
  • View options and setup Name of each tabbar
  • View options and setup CSS color of text
  • View options and setup Color type of tabbar from over 30 colors
  • View options and setup Font family type
  • View options and setup Font size
  • View options and setup Hover color link text
  • View options and setup No hover color link text

************************************************** ***********

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 -->

***********************************************************************
Step {5}


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
  • Added custom images insert tabbars...
  • Added total of 10 tabbars...
  • Added tutorial to help with install...

************************************************** ***********

Ver...>>> 0.1.4
  • Cleaned up code to 75%...
  • Fixed on/off options...

************************************************** ***********

Ver...>>> 0.1.5
  • Added usergroups on 9th & 10th tabbars...
  • Added dropdowns on/off per tabbar...
  • Fixed dropdown links *** Turn off if using main link...

************************************************** ***********

Ver...>>> 0.1.6
  • Fixed CMPS links *** setup global $var...
  • Cleaned house in Html & PHP @ 90%...

************************************************** ***********

Overwrite with new 0.1.6 ver....

If Overwrite causes issues,,, Uninstall ^ Re-install...

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 05-18-2008, 09:04 PM
peterle1 peterle1 is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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-->
Reply With Quote
  #53  
Old 05-23-2008, 04:50 AM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterle1 View Post
You had a typo in tab 6 of your little pulldown demo.
I changed it.
Code:
<!-- 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>


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
Reply With Quote
  #54  
Old 05-25-2008, 07:38 PM
peterle1 peterle1 is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deepdog009 View Post
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

You wrote:
Code:
<div class="vbmenu_popup" id="navbar_news_updates_menu" style="display:none">
but navbar_news_updates isn't in your Navbar dropdown titles so it breaks your demo.

You can change the titles instead.

Thanks for looking.
Reply With Quote
  #55  
Old 06-02-2008, 07:53 AM
peterle1 peterle1 is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe a dumb question, but what is the difference between this mod here and your Tabbar Suite?
Reply With Quote
  #56  
Old 06-08-2008, 12:48 AM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterle1 View Post
Maybe a dumb question, but what is the difference between this mod here and your Tabbar Suite?
peterle1,,,
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...
Reply With Quote
  #57  
Old 06-08-2008, 09:41 AM
peterle1 peterle1 is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Butcher View Post
nice hack but unfortunately the tabs simply won't fit any style. a better control over the tabs colour would make this far better
You can take a look at the tabs the mod offers and very easily create your own ones.
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.

Quote:
Originally Posted by indie2industry View Post
Are there any limits to how many tabs you can have??
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.
Reply With Quote
  #58  
Old 06-09-2008, 09:47 AM
peterle1 peterle1 is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Deepdog009 View Post
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...
What do you mean by "don't work well"?
The design is different, but I haven't found any problems with the functionality of the drop down menues.
Reply With Quote
  #59  
Old 06-09-2008, 06:57 PM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterle1 View Post
What do you mean by "don't work well"?
The design is different, but I haven't found any problems with the functionality of the drop down menues.
peterle1,,,
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...
Reply With Quote
  #60  
Old 07-09-2008, 03:46 AM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have contacted Deepdog009 about the the issue with IE7 showing this error:

PHP Code:
'this.controlobj' is a null or not an object 
Im gussing its the headinclude template that comes with the plugin, but the html template is pretty big as well... Can't find whats causing this.
Reply With Quote
  #61  
Old 07-10-2008, 01:52 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Finally got around to installing this, it looks very good, and was easy to install. Thanks.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:39 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06914 seconds
  • Memory Usage 2,397KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete