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)

KProjects 02-14-2012 05:10 PM

BTW.. I'm also running it on on a 4.1.10 forum and it works fine:
http://www.LinuxForum.com

Skyrider 02-14-2012 07:03 PM

I recently full re-installed this.. It completely stopped working on 4.1.10.. None of the new tabs are being added, nor the "home" "what's new" , etc are disappearing when I set the options to hide it.

farhanisfarhan 02-14-2012 10:22 PM

Quote:

Originally Posted by testbot (Post 1976977)
oh what the hell?! it's when users are logged out. that's shady.

if you want to remove it edit: AdminCP>Plugins & Products>Plugin Manager>Insertando Tabs

Find:
Code:

if (!isset($yaexiste))
    {
        if (!$vbulletin->userinfo['userid'])
        {
            $vbphrase[unserialize(base64_decode("czoyMDoicG93ZXJlZF9ieV92YnVsbGV0aW4iOw=="))] .= '<br />Hacks por <a href="http://www.vbsoporte.com/" target="_blank">vBsoporte</a> - <a href="http://www.vbsoporte.com/foros/" target="_blank">vBulletin en Espa?ol</a>';
        }
        $yaexiste = 1;
    }

Replace with:
Code:

    /*if (!isset($yaexiste))
    {
        if (!$vbulletin->userinfo['userid'])
        {
            $vbphrase[unserialize(base64_decode("czoyMDoicG93ZXJlZF9ieV92YnVsbGV0aW4iOw=="))] .= '<br />Hacks por <a href="http://www.vbsoporte.com/" target="_blank">vBsoporte</a> - <a href="http://www.vbsoporte.com/foros/" target="_blank">vBulletin en Espa?ol</a>';
        }
        $yaexiste = 1;
    }*/

personally, i'm uninstalling this "hack" because i'm not of fan of people trying to be tricky.

I am with you.... I don't like people trying to be tricky...

wtfaatp 02-15-2012 03:07 AM

Quote:

Originally Posted by Bisha (Post 2299661)
do you have a custom template?

I use darkness ( https://vborg.vbsupport.ru/showthread.php?t=231670 )

I have made no other template changes.

As a side note send me a Pm and I will enable them on my board so you can see the effect...

bimmerbuffs 02-16-2012 06:37 PM

Okay, this may qualify as the dumb question for the day/month/year...

In the installation instructions, it states:

Installation:
- Upload all files in the UPLOAD folder to the root of the forum
- Import the product 'product-evbs_sstab_advanced.xml'

Can someone advise exactly where these files are supposed to go? What specifically is the root of the forum? I know how to upload the first set of files, just don't know where to put them. A screenshot would be helpful.

Also, when it states import 'product-evbs_sstab_advance.xml' file, where exactly does that file go? Is importing the same process as uploading? Just want to be clear before I start this process.

Thanks!
Newbie

Skyrider 02-17-2012 07:48 AM

Quote:

Originally Posted by bimmerbuffs (Post 2300294)
Okay, this may qualify as the dumb question for the day/month/year...

In the installation instructions, it states:

Installation:
- Upload all files in the UPLOAD folder to the root of the forum
- Import the product 'product-evbs_sstab_advanced.xml'

Can someone advise exactly where these files are supposed to go? What specifically is the root of the forum? I know how to upload the first set of files, just don't know where to put them. A screenshot would be helpful.

Also, when it states import 'product-evbs_sstab_advance.xml' file, where exactly does that file go? Is importing the same process as uploading? Just want to be clear before I start this process.

Thanks!
Newbie

First, the zip/rar file you downloaded contains:

"sstab_advanced_205 -> upload -> bunch of files"

Upload the following directories:
Quote:

admincp
includes
To your forum directory where you uploaded your forum files to start up the forums.

Before the "upload" directory, there's a file named: product-evbs_sstab_advanced.xml

Go to your AdminCP on the forums (example: http:/xxxxx.com/admincp)

Bottom left, you'll see "Plugins & Products", click it and then click on "Manage Products"

Scroll down, and you'll see "[Add/Import Product]", select the product-evbs_sstab_advanced.xml from your harddrive and import it. It's that simple :).

The "Allow Overwrite" option you'll see when importing a product (plugin) is only needed if the same plugin already exists, but is outdated and wish to upload a newer version.

bimmerbuffs 02-17-2012 03:26 PM

Thanks for the assistance...greatly appreciated. It works like a charm!

deverill2010 02-17-2012 06:41 PM

1 Attachment(s)
I've just updated my template and now have a problem with one of the tabs I created in this modification. see image.

I don't use the standard 'what's new' tab which came with VB so have that disabled, instead I created a whats new tab in this mod which shows the last 3 days worth of posts.

It has been working fine up until just now where I updated my template and used the remove orphan stylevar tool.

As you can see when clicked on the whats new button, the nav sub links jump up over the buttons, and all the nav bar tabs become unclickable.

anyone?

deverill2010 02-17-2012 06:43 PM

Quote:

Originally Posted by farhanisfarhan (Post 2299748)
I am with you.... I don't like people trying to be tricky...

Theres a option in the options in admin cp to remove the copyright.

Bisha 02-17-2012 07:36 PM

Quote:

Originally Posted by wtfaatp (Post 2299796)
I use darkness ( https://vborg.vbsupport.ru/showthread.php?t=231670 )

I have made no other template changes.

As a side note send me a Pm and I will enable them on my board so you can see the effect...

did that happens also on the default template?

Mr_Devlin 02-18-2012 11:35 AM

Quote:

Originally Posted by dorans (Post 2289117)
navbar_menu_height
and
navbar_tab_size


Add units to px

The stylevar "navbar_menu_height" is not available, can't find it in stylevars or css

BirdOPrey5 02-19-2012 10:58 AM

This is a great mod. I can imagine all the hard work that went into it- I know because I coded something very similar myself before I knew this existed.

I just wish "navbar buttons" was mentioned somewhere in the title because some people (like me) didn't know they were called "tabs" and after an extensive search I couldn't find this. :(

Wasted a better part of a weekend making my own only to be pointed to this one- all the work was already done... and done well. Hat's off to the coder. :up:

deverill2010 02-19-2012 03:07 PM

I have unistalled this but I still have the menu in the admin panel.

How do I get rid of this? I've removed the files that was required to upload.

ngphuc2k 02-19-2012 04:07 PM

it work very well

wtfaatp 02-19-2012 04:11 PM

Quote:

Originally Posted by Bisha (Post 2300609)
did that happens also on the default template?

That is a yes :\ only one it doesn't do it on is my "Mobile" style :\

Bisha 02-21-2012 01:56 PM

Try to install it again!

svaghari 02-26-2012 07:46 AM

This plug-in was installed some time ago to just disable the 'what's new' tab. I was curious if it would also enable me to add a link-tab to the 'home' sub-navigation bar? if so how? I tried playing around with it.

Eq4bits 02-29-2012 08:37 PM

Installed this on 4.1.10 works a charm *except* that unless I'm logged in as admin the 'home/frontpage' tab disappears if the 'blogs' tab is clicked/you view 'blogs'. My 'custom' tab is showing as is the tab I made for the calendar as well as the blogs tab, just the 'home/frontpage' tab is missing. This happens in Chrome, IE, Firefox, SeaMonkey browsers, so it isn't browser specific.
see images below:
https://vborg.vbsupport.ru/external/2012/02/2.png

https://vborg.vbsupport.ru/external/2012/02/3.png

Eq4bits 03-02-2012 04:22 PM

Well, since this mod doesn't seem to be supported at all I've uninstalled it.
To answer some of the questions for others that have uninstalled about the menu for this mod remaining in their admincp left menu these are the steps I followed:
  1. Go to: Admincp>PlugIns & Products>PlugIn Manager, and delete the plug in
  2. Go to your File Manager or whatever your hosts cPanel calls it (some folks MAY be able to do this step via ftp)
  3. Open the admincp directory. Delete the file 'evbs_sstabs.php'
  4. Open the includes directory, then the xml directory. Delete the file 'cpnav_evbs_sstab.xml'
This totally removed this mod from my vB. Hope this helps someone.

ETA: while this removed the plugin and the left side 'menu' for this mod, it did *not* remove it from admincp>settings>options menu. Once I figure out how to remove it from there I'll post the fix; or if anyone else knows how to do this I'd appreciate knowing ;)

BirdOPrey5 03-02-2012 04:32 PM

Got o Admin CP -> Product Manager and find the product listed. Choose "Uninstall" from the drop down box- this will remove all settings, plugins, templates, and phrases and undo any database changes.

Now go to the /includes/xml/ directory and delete cpnav_evbs_sstab.xm - this will remove the menu option on the side of the Admin CP.

Finally delete the evbs_sstabs.php file from the admincp directory just to be complete.

brishi 03-04-2012 09:03 AM

Will the latest version work on vB 4.1.11 or will there be a new update coming that we need to wait for?

ozzy47 03-05-2012 02:47 AM

This one is working correctly, https://vborg.vbsupport.ru/showthrea...highlight=tabs

ssdevious 03-06-2012 09:08 PM

Quote:

Originally Posted by ozzy47 (Post 2306273)

Hehe, thanks. I will go for this one too. DBTech 4ever!

Regards,
~tEh'P?r4d0x

MikeBeams 03-11-2012 10:20 AM

installed and uninstalled several times.......couldnt get the options to show in the admin cp.....

BirdOPrey5 03-11-2012 12:02 PM

The settings (on the side menu) won't show until you have properly uploaded the included "cpnav..." xml file to the /includes/xml/ directory- this is basically true for all mods that include their own settings list in the side menu.

brishi 03-11-2012 09:48 PM

Quote:

Originally Posted by ozzy47 (Post 2306273)

Thanks for sharing this one, and it seems to also have support for it which is a bug thing, rather then waiting days and days and not hear back from anyone...


Cheers,
BriShi

New Joe 03-21-2012 05:50 AM

I have no problems with this mod and will always use it.

But could anyone tell me how to make the arrow a different color for the drop down Tabs.
As the drop down arrow doesn't show very clear on my skin, so if it was black it would show a lot better.

Hope someone can help, thanks

BirdOPrey5 03-21-2012 02:15 PM

That arrow should be a png image. It's used elsehwere in the forum but you can simply edit the arrow.png file with a new color.

ShelbyGirl22 03-22-2012 06:50 PM

Where do I import the file for creating navtabs -product-evbs_sstab_advanced.xml

In Omnibus 03-22-2012 07:09 PM

Quote:

Originally Posted by ShelbyGirl22 (Post 2312198)
Where do I import the file for creating navtabs -product-evbs_sstab_advanced.xml

AdminCP / Plugins & Products / Manage Products / Add/Import Product (At The Bottom)

hhumas 03-31-2012 02:46 AM

i have installed it .. when someone click on the tab it open in current window .. is there any way so that it opens in new window ..
i have added links in the tabs

sailnet 03-31-2012 11:03 AM

Quote:

Originally Posted by hhumas (Post 2315257)
i have installed it .. when someone click on the tab it open in current window .. is there any way so that it opens in new window ..
i have added links in the tabs

yes - go to edit and set: target = _blank

Charis 04-01-2012 09:35 AM

Quote:

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

In additional.css find
Code:

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

and change it to
Code:

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

Perhaps not the smartest but the easiest way.

Gamelobby 04-01-2012 06:48 PM

Worked like a charm.!
Thanks

shadz 04-12-2012 08:27 PM

brilliant just what i was looking for thanks

tweeker 04-13-2012 03:09 PM

I have installed release 4.1.12 of the suite.
My NAVBAR does not work at all and messes up the page so it's not even readable.
Should this mod work with this new release that has made modifications to the NAVBAR template?

Has anyone else had these issues with 4.1.12?

Thanks!

New Joe 04-13-2012 03:33 PM

No, as 4,1,12 has only just come out.

There are lots of problems with 4,1,12 with things such as he nav bar, best thing is to hang on till someone comes with a fix.
A lot of us use this mod, so one of the coders will help out for sure,

G37Sam 04-13-2012 04:39 PM

Yes it should.. check it out on my forum, just installed 4.1.12 today: gtz-uae dot com

tweeker 04-13-2012 07:43 PM

1 Attachment(s)
Quote:

Originally Posted by G37Sam (Post 2319774)
Yes it should.. check it out on my forum, just installed 4.1.12 today: gtz-uae dot com

Hmmm, that looks good. How did you get HOME to highlight when on the page? I never did get that to work.
When I installed 4.1.12, the new NAVBAR tried to merge the existing and the new and came up with conflicts. I made some other very minor changes to NAVBAR but nothing that I thought would cause such a breakdown.
I am not sure how to use the new one (which is what I want and then reply my minor changes).
In admincp (see attachment) if I choose Edit Template, it does not appear to be the new one, but looks like the merged template. Any pointers?

Thanks for your input.

G37Sam 04-14-2012 08:55 PM

My install was a new one so I can't really comment, I would uninstall and reinstall just to be safe and see how it goes


All times are GMT. The time now is 06:31 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.02581 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
  • (4)bbcode_code_printable
  • (14)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