vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Tabs Add System for vBulletin 4 (sstab advanced) (https://vborg.vbsupport.ru/showthread.php?t=233629)

flussmitteldj 11-09-2011 04:49 PM

no support here?

mfowler70 11-09-2011 05:43 PM

Nice mod. I have a tab created with sub-links, and I'd like for one of the sub-links to be a menu (sub-menu). Does anyone know if this is possible?

I don't mean I want the tab itself to be a menu, but rather one of the sub-links that appear below the nav bar.

hyperviperx99 11-11-2011 02:30 PM

Question- When I create the Tab Sub-links, and click on a custom tab, it's not showing up. The tab is linked to a section in a forum, but the same sub tabs you'll find on the forum section are showing up. How do you fix it so that the sub tabs you created are showing up?

IamSocom 11-20-2011 05:35 AM

How do I edit the color of the text?

DevilNetwork 11-20-2011 08:42 AM

Works perfect on 4.1.7p2.

gm139 11-20-2011 07:28 PM

I have installed it with vb 4.1.8. I am not able to highlight the selected tab. Consider I have three tabs, all of them linked to a vb section (content.php?xxx). I tried to work with url and url parameters without results. Can anybody helpme?

zushiba 11-22-2011 10:43 PM

No updates since January? I'll assume this mod is quite dead?

Does anyone know of a good alternative? The other project I'm aware of is equally as dead.

DoDe 11-23-2011 06:51 AM

What kind of updates do U need? Compatibility updates? In this case you don't need any because it's working fine in vb.4.1.8

Gamelobby 11-27-2011 06:21 AM

Quote:

Originally Posted by DoDe (Post 2271057)
What kind of updates do U need? Compatibility updates? In this case you don't need any because it's working fine in vb.4.1.8

Yes, seems to work fine in 4.1.8..

But i do have a question, & im not sure it has anything to do with this mod or not, but the drop down windows are HUGE.!!
How can i make them smaller.?

This ios how they are supposed to look..
UNLIKE ^this^ example...
See inside the red circle with the two option in a drop down window, the box (blank area) around the text is about 4x bigger than the text itself on my site. (actually the width is fine, but the height is way too big)

Would that be able to be edited in the additional.css or.?


Thanks for any help

Lazorbeam 11-28-2011 03:38 PM

Need to know how to format the height of the dropdown boxes, as well as the font inside. Anyone know how to?

DoDe 11-28-2011 05:56 PM

You may find the font inside the styelvar of your style under the: navbar_selected_popup_body_a_Color
As for the height you may find it under the: navbar_tab_size but if I were you I would play with the template vbulletin-chrome.css (of course first make a backup).
Inside that template you have this code
PHP Code:

.navtabs li a {
    
height:{vb:stylevar navbar_tab_size.height}px;
    
line-height:{vb:stylevar navbar_tab_size.height}px;
    
padding:{vb:stylevar padding}; 

Play with it otherwise you may find that changing the height in the stylevar the entire navigation bar will change proportionally.

Gamelobby 11-30-2011 08:15 AM

Quote:

Originally Posted by DoDe (Post 2272805)
You may find the font inside the styelvar of your style under the: navbar_selected_popup_body_a_Color
As for the height you may find it under the: navbar_tab_size but if I were you I would play with the template vbulletin-chrome.css (of course first make a backup).
Inside that template you have this code
PHP Code:

.navtabs li a {
    
height:{vb:stylevar navbar_tab_size.height}px;
    
line-height:{vb:stylevar navbar_tab_size.height}px;
    
padding:{vb:stylevar padding}; 

Play with it otherwise you may find that changing the height in the stylevar the entire navigation bar will change proportionally.

But its not the nav bar tabs that need to be changed, its the size of drop down window.?

rughis 12-02-2011 12:04 AM

Hello, I've just a minor issue with the product

https://vborg.vbsupport.ru/

When the mouse cursor is on "Mercatino" Tab the graphic effect is different, as you can see:

https://vborg.vbsupport.ru/

What I can do to solve the problem?

Strategos 12-04-2011 08:22 AM

Quote:

Originally Posted by rughis (Post 2273862)
Hello, I've just a minor issue with the product

http://img51.imageshack.us/img51/272/60672806.jpg

When the mouse cursor is on "Mercatino" Tab the graphic effect is different, as you can see:

http://img525.imageshack.us/img525/6140/17129955.jpg

What I can do to solve the problem?

same problem. Works great otherwise

thecore762 12-04-2011 09:41 PM

Sometimes the text doesn't center in the box: www.47r-squad.com

edgemedia 12-09-2011 11:22 AM

Can someone help me Please!
On vb4.1.7 i had no Problems but since i updated to 4.1.8 there is No Button in the Sidebar where i can change the Tabs.
Can some one Help me Please?

Found the Problem i had forgoten to upload the Files again after Updating vbullettin.
Works like allways again!

intruder 12-10-2011 05:14 PM

How can I reduce the navtab dropdown sublink space:

https://vborg.vbsupport.ru/external/2011/12/5.png

For the sublink space I found that the padding:
.popupbody li > label {
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
}


should be:

.popupbody li > a,
.popupbody li > label {
padding-bottom: 0;
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
}


and is defined in additional.css

.popupbody li > a,
.popupbody li > label {
padding:{vb:math {vb:stylevar padding}-2} {vb:stylevar padding};
}

So where could I edit "stylevar padding" ?
It's not in the Style Variable Editor / popupmenu_padding because there I have 2, 0, 0, 0

Btw: the navbar (not navtab) dropdown menus are ok (0,10,10,0).

matt94gt 12-11-2011 02:18 AM

How could I make a tab for MY POSTS and MY THREADS for this?

Thanks

karel1985 12-12-2011 06:44 PM

Quote:

Originally Posted by hurik (Post 2244685)
ok i have updatet that thing a little bit. i hope it is ok.

there a two new things:
  1. Tab Sub-Links now work with a Menu Tabs which have the Tab Mode URL or URL_PARAMETER.
    This wasn't implemented before, only for THIS_SCRIPT.
  2. Added support for vBSEO
    you can activate it under Config. but the behavior changes a lot when you use it with tab mode url or url parameter. now you can make a forum and his threads included in a tab (also it stands highlighted).
    demo: http://www.geilershit.de/forum/reviews/
    the actual review http://www.geilershit.de/forum/revie...gal-hingucker/ is still in the review tab.

Already in improvement, only in my case, were i have subforums insisde, its not highligted anymore.

Maybe could be improved if the url parameter could be chosen in Tab Sub Links ? Like this, subforums are also included (limited)

Replicators 12-22-2011 04:17 AM

There need's to be a change to this mod where dropdown menu's can have sublink menu's. It's annoying as i need to give something a full navtab menu in order for it to have sublink menu's when it fit's mostly as a dropdown menu.

Gamelobby 12-22-2011 08:18 PM

Quote:

Originally Posted by intruder (Post 2276549)
How can I reduce the navtab dropdown sublink space:

https://vborg.vbsupport.ru/external/2011/12/5.png

For the sublink space I found that the padding:
.popupbody li > label {
padding-bottom: 8px;
padding-left: 10px;
padding-right: 10px;
padding-top: 8px;
}


should be:

.popupbody li > a,
.popupbody li > label {
padding-bottom: 0;
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
}


and is defined in additional.css

.popupbody li > a,
.popupbody li > label {
padding:{vb:math {vb:stylevar padding}-2} {vb:stylevar padding};
}

So where could I edit "stylevar padding" ?
It's not in the Style Variable Editor / popupmenu_padding because there I have 2, 0, 0, 0

Btw: the navbar (not navtab) dropdown menus are ok (0,10,10,0).

I don't have any of that. lol (i guess my style/skin changed it. :()

sivaganeshk 12-24-2011 01:02 PM

Quote:

Not Found

The requested URL /admincp/evbs_sstabs.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
what to do ?

Gamelobby 12-24-2011 10:46 PM

Did you upload everything to the server.?
Looks to me like either you didn't or did to the wrong folder. (should be forum root)

This seems to be missing..
Code:

/Forum/admincp/evbs_sstabs.php

ctsolutions 12-27-2011 10:47 AM

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in ....../includes/class_bootstrap.php(426) : eval()'d code on line 315

vBulletin 4.1.9

NarutoFTW 12-30-2011 09:34 PM

Made a donation, thanks for the mod.

Jakub03 12-31-2011 07:12 PM

Great Mod! Works Great!

mmoore5553 01-09-2012 12:31 AM

Is tabs being selected working for anyone ?

Gamelobby 01-11-2012 01:39 AM

*edit*

Gamelobby 01-11-2012 06:40 PM

1 Attachment(s)
Any idea how to fix this extra gap..?

ceho 01-12-2012 08:21 PM

I get everything to work as I want to (4.1.9 and 4.1.10) but there is one thing that I simply don't get to work: the tabs that are a dropdown menu simply don't highlight on mouse over and don't remain highlighted when in the according sections. Simple tabs with a URL or URL+parameter work well, mouseover and highlighted as supposed.

Could anybody please tell me the settings I have to use to make that work? Because regarding the plugin this should work, shouldn't it? Any help is appreciated. Thanks.

Anyoldname 01-13-2012 10:31 AM

Installed this on 4.0.0
Its working fine, but I set the "What's new?" tab to hide, but it is still displayed.

six58 01-14-2012 03:04 AM

can anyone tell me how to get the plugin options to appear in admincp? in the left hand menu.

i have ftp'ed the relevant files to root of forum.
i have imported successfully and the product shows in my product list. and i have a listing for it in admincp options to turn the tabs on/off etc but nothing in the side menu to tweak it.

downloaded ver 2.0.5 and using 4.1.9

edit: nevermind figured it out thanks to post #855 of this thread.
i had ftp'ed to myforumroot/upload/includes/filename etc instead of myforumname/includes/filename etc

HCHQ 01-16-2012 03:28 PM

Hey dev, I love your mod but I have 2 issues I would love to be added:

- When you click on a tab, it has an indent (like the default forum/home tabs)
- Have a drop down, that only requies the mouse to hover. That way the parent tab can also be clicked on.

Let me know if you plan to do this. Keep up the good work!

TheHideoutGuy 01-17-2012 06:22 PM

Quote:

Originally Posted by Gamelobby (Post 2286645)
Any idea how to fix this extra gap..?

I use a highly modified version of this mod, but ran into the same problem. After an hour of digging, wound up adding these lines to additional.css:

Code:

/* Selected Tab Fix */
.navtabs li.selected ul.popupbody a {
        line-height:26px;
        font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif;
}
/* /Selected Tab Fix */

I have a modified style so your mileage may vary.

dorans 01-17-2012 07:14 PM

Quote:

Originally Posted by Gamelobby (Post 2286645)
Any idea how to fix this extra gap..?

navbar_menu_height
and
navbar_tab_size


Add units to px

Sicilian 01-24-2012 06:36 AM

1 Attachment(s)
Anyone know of a way to change the colour of the highlighting in drop down menu?

I've been told by my style author that the colour is hard coded into the mod. With my style the highlighting in white make it difficult to read. See attached sreenshot.

Code:

<a target="_self" href="forumdisplay.php?157" style="color:#fff">VU+ Solo ViX Images Download</a>

TombstoneWarrior 02-11-2012 12:42 PM

are all the downloads in spanish if so how do i chnge that isert english words instead of spanish word's?

wtfaatp 02-13-2012 12:47 AM

Installing on (4.1.10) mess's up board massively :\

Installed but disabled until a possible fix is found :\

KProjects 02-14-2012 02:07 PM

MUCH better than the other tabs plugin.. Now I don't need to have a link in my footer to vbulletin hispanica soemthing.

Bisha 02-14-2012 04:53 PM

Quote:

Originally Posted by wtfaatp (Post 2299113)
Installing on (4.1.10) mess's up board massively :\

Installed but disabled until a possible fix is found :\

do you have a custom template?


All times are GMT. The time now is 09:32 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.02372 seconds
  • Memory Usage 1,836KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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