vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Minitabbars 3.7 *** Tabs & Dropdown menus (https://vborg.vbsupport.ru/showthread.php?t=175549)

Deepdog009 04-07-2008 10:00 PM

Minitabbars 3.7 *** Tabs & Dropdown menus
 
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...

kaptanblack 04-08-2008 07:37 PM

Thanks, very nice ;)

gwerzal 04-08-2008 08:24 PM

Sweet trying it out now

smartwulf 04-08-2008 10:41 PM

thank you so much, very sweet!

therogueforums 04-08-2008 11:12 PM

Interesting concept. Downloaded, and will be testing tomorrow.

tmiland 04-08-2008 11:31 PM

Here are som nice tabs for you all :)

G-man561 04-08-2008 11:34 PM

thanks! Hopefully, this will look good on my site! :D

raagaswaram 04-09-2008 01:13 AM

can it work on 3.6.8

TrikkeTalk 04-09-2008 01:18 AM

Hi,

Works brilliant, even on 3.6.8, with one exeption, can't get it to work on my VBA portal page. What am I doing wrong?

Never mind, I forgot to add minitabbar1 to the VBA "Output Global Variables" :o, problem solved!!!

So, this Mod works just fine, also on 3.6.8

Zaiaku 04-09-2008 04:59 AM

I wont be using this for my boards mainly becuase I not a big fan of all the colors but think this is a really nice mod.

GrendelKhan{TSU 04-09-2008 05:46 AM

love the concept... but style doesn't match my board.

is it easy to make/apply different tab styles? I'm all over if so. :)

Deepdog009 04-09-2008 05:46 AM

Quote:

Originally Posted by tmiland (Post 1486320)
Here are som nice tabs for you all :)

tmiland thanks for the tab images,,, I will put them in the next tab pack for tab menus...

Releasing a Inverted tabbar sets at the end of the week...

By the way U can use only same COLOR or RAINBOW for all minitabbars

Edit CSS files in clientsript so that TEXT color and size change...

Thanks 2 ALL Thanks;)

therogueforums 04-09-2008 08:36 AM

I can work on a slue of tabs for you, but is it possible to have the product take the style of the tabs from the skin, like vB does with its user profile tabs?

Butcher 04-09-2008 11:28 AM

nice hack but unfortunately the tabs simply won't fit any style. a better control over the tabs colour would make this far better

indie2industry 04-09-2008 01:13 PM

Are there any limits to how many tabs you can have??

DDad 04-09-2008 01:54 PM

Install was easy on our test forum but I couldn't get any of your colors to go with our forum. If you add some straight forward one I can use it.

I must say I like it! I'm still trying to use it!

Deepdog009 04-09-2008 02:18 PM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1486480)
love the concept... but style doesn't match my board.

is it easy to make/apply different tab styles? I'm all over if so. :)

This works with any Tabs sets,,, just upload your CSS files to clientscript folder and your images to the minitabbars folder and insert your code into options textarea and save...

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

Several big sites are using other tab set like http://www.satelliteguys.us and others...

therogueforums that would B nice 2 have other sets 2 choice from,,, give it a go...

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


Ddad give me your site link and I will try 2 match colors 4 you...


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


Folks this mod isn't perfect,,, its only a minor update from my 3.6 version,,, but it does help managing your TAB SETS much easier...

  • You can turn them on or off
  • You add your own SETs if you like
  • Change font, link colors and size of text
  • U can also use vbulletin default CSS * makes tabbars expand
  • It will fit most styles with right setup

I will B releasing Inverted Tabbars update soon...:)

DDad 04-09-2008 02:50 PM

This blue it's a vB color. The test site is password.
https://vborg.vbsupport.ru/external/2008/04/14.gif

Deepdog009 04-10-2008 07:36 AM

Quote:

Originally Posted by DDad (Post 1486754)
This blue it's a vB color. The test site is password.
https://vborg.vbsupport.ru/external/2008/04/14.gif

No problem I will create several sets that will hopefully match your styles...

Will post um by the morrow...

DDad 04-10-2008 07:53 AM

Thanks I'm sure I won't be the only one using them!

TrikkeTalk 04-11-2008 12:01 AM

Hi,

I was lucky one of the styles matched my forums style. I'm very happy with this mod :up:.

Deepdog009 04-11-2008 01:47 AM

Quote:

Originally Posted by DDad (Post 1487312)
Thanks I'm sure I won't be the only one using them!

I just go back so I will start working on several different flavors...

I will post l8ter this evening...


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

TrikkeTalk I have a new update 4 this mod coming soon... I have updated Inverted tabbars 3.6 so that its much more easier than this one at the moment...

ShawneyJ 04-11-2008 01:50 AM

amazing thanks.

Deepdog009 04-12-2008 11:46 PM

Updated with CSS options and Easier admin setup

XnaMe 05-01-2008 10:46 PM

Hello! Someone can tell me please if this mod make something like this:
https://vborg.vbsupport.ru/external/2008/05/31.png
I mean the nav bellow buttons!
Thanks!!!

Limebean 05-03-2008 08:32 AM

nice. once I get portal done this is going in. Cheers

Deepdog009 05-03-2008 12:42 PM

Quote:

Originally Posted by XnaMe (Post 1505102)
Hello! Someone can tell me please if this mod make something like this:
https://vborg.vbsupport.ru/external/2008/05/31.png
I mean the nav bellow buttons!
Thanks!!!


I have a NEW mod which is Tabbar Suite,,, which will help U better setting up those images... YES...

I will upload it L8ter this week when I get the bugs out...


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

Also I might update this mod one more time with better admin options...

eido 05-05-2008 12:45 PM

how can i increase the number of tabs? (more than 8)

Deepdog009 05-05-2008 12:52 PM

Quote:

Originally Posted by eido (Post 1509226)
how can i increase the number of tabs? (more than 8)

U must edit the xml file to do that...

I will release another update with more options L8ter,,, including adding more tabbars...

I have another colors pack coming soon...

eido 05-05-2008 02:05 PM

ok thanks, also how can i add my own colors? (my custom tab)

Jase2 05-05-2008 02:37 PM

Nice!

Any for the default vb color?

shlomot 05-08-2008 02:34 PM

Hello,

May I ask for timeframe status on your eagerly awaited Tabber Suite?

Quote:

Originally Posted by Deepdog009 (Post 1506784)
I have a NEW mod which is Tabbar Suite,,, which will help U better setting up those images... YES...

I will upload it L8ter this week when I get the bugs out...


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

Also I might update this mod one more time with better admin options...


Deepdog009 05-11-2008 03:21 AM

Quote:

Originally Posted by shlomot (Post 1512724)
Hello,

May I ask for timeframe status on your eagerly awaited Tabber Suite?

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

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

shlomot 05-11-2008 03:48 AM

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:

Originally Posted by Deepdog009 (Post 1515543)
************************************************** *******

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


ShawneyJ 05-11-2008 12:29 PM

good job ;)

BarcaMaroc 05-11-2008 01:31 PM

thanks

peterle1 05-13-2008 06:01 AM

Since last night, I am fiddeling around with this mod and I do have a few questions:
  • Can we have pulldown menues on all tabs?
  • The tabs don't show in vbadvanced CMPS
  • In photopost, you can see the tab names, but not the tabs

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

xlegends 05-13-2008 08:54 AM

looks good on forum home but small problem,, in vbadvanced index page the tabs become microscopicly crunched togther.

Deepdog009 05-13-2008 05:25 PM

Quote:

Originally Posted by peterle1 (Post 1517935)
Since last night, I am fiddeling around with this mod and I do have a few questions:
  • Can we have pulldown menues on all tabs?
  • The tabs don't show in vbadvanced CMPS
  • In photopost, you can see the tab names, but not the tabs

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

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

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

peterle1 05-13-2008 06:53 PM

Quote:

Originally Posted by Deepdog009 (Post 1518506)
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...

Thanks for the quick answer.
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. :o


All times are GMT. The time now is 05:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01577 seconds
  • Memory Usage 1,904KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete