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)

ecihanuysal 05-14-2008 04:04 AM

Hi Deepdog009,

i wonder the add-on date of the tabbed suite modification (new version of this mod) ?

can u give us a appraised date?

Deepdog009 05-14-2008 06:49 PM

Quote:

Originally Posted by peterle1 (Post 1518609)
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

peterle1,,,

Adding more popups and X-out the 8th Tabbar?
  • Goto your admincp and open styles manager...
  • Goto minitabbars templates group and find this template...>>> mini_tabbars_html
  • Open template;)

What you want to do is edit the <TD id="edit here with new dropmenu name"> per tab...
Next add this code per tab so that the javascript will activate the dropdown...>>>
<script type="text/javascript"> vbmenu_register("edit here with new dropmenu name]"); </script>

Where the hec do I add the above code you say?
Look at code below and find javascript,,, thats where you will add it per tab...



HTML Code:

<if condition="$show['popups']">
<td class="minitabbarttclass"><img src="images/minitabs/tabbar_left$vboptions[minitabbar_colornum3].gif" height="27" width="10"></td>
<td id="$vboptions[mini_tabbars_popups1]" 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_popups1]"); </script></if></td>
<td class="minitabbarttclass"><img src="images/minitabs/tabbar_right$vboptions[minitabbar_colornum3].gif" height="27" width="10"></td>

Goto styles manager again and open minitabbars group,,, find dropdown template and open..

After that add your dropdown code into the dropdown template so that it matches your ID and REGISTER names...
??????????????

*******************
Deleting the 8th tabbar?
*******************
Open styles manager and find minitabbars group,,, open mini_tabbars_html template and look at bottom of code and delete only the end tabbar or you can comment it out with //* at the begining and *// at the end...
??????????????

peterle1 05-14-2008 08:12 PM

Thanks a lot, I will play with it tomorrow. :)

Deepdog009 05-15-2008 03:03 AM

Quote:

Originally Posted by xlegends (Post 1518048)
looks good on forum home but small problem,, in vbadvanced index page the tabs become microscopicly crunched togther.

xlegends,,,
I found the problem and will fix it soon with new release...:eek:;)

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


peterle1,,,

I Fixed all minitabbars so that dropdowns work on all eight...
I Fixed all eight dropdown edits from admin options...


Add $minitabbar1 to NAVBAR template below <br/> at top of template...
Add $minitabbar1 or minitabbar to CMPS main options in default settings...
Save and frontpage working ok...

peterle1 05-16-2008 02:18 PM

So I tried the last version named mini_tabbars_3.7cmps.xml, but it didn't show up.
The last mini_tabbars_3.7.x.xml works on forumhome, but not vbadvanced.

Any hints?:confused:

xlegends 05-16-2008 02:50 PM

Quote:

Originally Posted by peterle1 (Post 1521638)
So I tried the last version named mini_tabbars_3.7cmps.xml, but it didn't show up.
The last mini_tabbars_3.7.x.xml works on forumhome, but not vbadvanced.

Any hints?:confused:


I cant get it to work on vbadnaced either, all the tabs get crunched up nicroscopic.

peterle1 05-16-2008 03:48 PM

Quote:

Originally Posted by peterle1 (Post 1521638)
So I tried the last version named mini_tabbars_3.7cmps.xml, but it didn't show up.
The last mini_tabbars_3.7.x.xml works on forumhome, but not vbadvanced.

Any hints?:confused:

Got it, one should read, what you wrote in your first post.
Your too fast for me. :rolleyes:

But I didn't quite understood this part:
Quote:

Goto CMPS and add $minitabbar1 or minitabbar1 to global option in main options... save
Where is that?

Found it ... minitabbar1 fits best. With the $ it wont work.
Haven't got the tabs yet, but I can see the words of the tabs. I will upload the tabset ...
Works flawlessly. :)

Now I have to learn how to our old tabs with that mod ... :p

Deepdog009 05-16-2008 11:51 PM

Quote:

Originally Posted by peterle1 (Post 1521723)
Got it, one should read, what you wrote in your first post.
Your too fast for me. :rolleyes:

But I didn't quite understood this part:


Where is that?

Found it ... minitabbar1 fits best. With the $ it wont work.
Haven't got the tabs yet, but I can see the words of the tabs. I will upload the tabset ...
Works flawlessly. :)

Now I have to learn how to our old tabs with that mod ... :p


peterle1,,,
vBadvanced CMPS has a nice little option that requires the GLOBAL $var only from vBulletin so that it will process and eval onto frontpage... So I had to revamp this mod to interact with it...

By the way,,, Brian is doing a great job over at vBadvanced and he deserves much credit,,, so folks please support with KEEP the BALL rolling...:up:

Ok,,, installing the new CMPS update???
*******************************
  • Install new PLUGIN and overwrite old...
  • Upload your images to your CMPS root...
  • Goto CMPS options and open default options...
  • Look for Main Options and open...

Look for Global varibles and insert both $vars below... >>>
$minitabbar1 or minitabbar1
$minitabbarpopups or minitabbarpopups
Don't forget to hit the return carraige after each insertion...

$minitabbar1 also in navbar below <br/> at top of navbar template...

*******************************
The first $var prints out the minitabbars and the second $var adds the dropdowns...

Good Luck 2 ya!!!

peterle1 05-17-2008 04:49 AM

Quote:

Originally Posted by Deepdog009 (Post 1522178)
Upload your images to your CMPS root...

I uploaded the minitabbar-folder with the images in an images directory and it works.
My first try was to upload the files only to the root of vbadvanced and this didn't work.

Photopost gallery and classifieds work without problems.

Any hints for using othe tab pictures? :o

peterle1 05-17-2008 02:32 PM

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>



All times are GMT. The time now is 07:47 AM.

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.01367 seconds
  • Memory Usage 1,796KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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