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)

YkudzA 03-04-2011 02:30 PM

1 Attachment(s)
Quote:

Originally Posted by scca (Post 2169417)
Ok I dont know what I am doing wrong but I cant see the anywhere to change the tabs, running (vBulletin 4.1.1)

not getting a "Tabs vbSoporte"
on the left side of the menu

Did you upload files from upload folder to proper folders (includes/xml and admincp) and then install the product from ACP ?

Refresh the page: do log-out and log-in

====================
btw. I have a problem too: this happens after adding Drop-Down Menu Items

grhawkins 03-05-2011 02:15 AM

This is my first time using vBulletin and I'm getting used to all of it. The instructions seem simple, yet I seem to be doing something wrong. I am a newbie and would need you to explain things like you would to a 1st grader. Please, could someone help me?

I downloaded the files. I extracted the files. I opened FTP and did the following:
  • I uploaded evbs_sstabs into the forum > admincp folder
  • I uploaded cpnav_evbs_sstab.xml into the forum > includes > xml folder
  • I uploaded product-evbs_sstab_advanced.xml into the forum > include > xml folder

Where did I go wrong? What are the next steps to configure this mod once the files are in the correct folder?

Thank you in advanced.

EDIT: I'm running vBulletin suite 4.1.2 and want to use this mod to get rid of the 'home' link in the navigation.

Valerio 03-05-2011 02:50 AM

The instruction says:
Quote:

Installation:
- Upload all files in UPLOAD folder to the root of the forum
- Import the product product-evbs_sstab_advanced.xml
- Set the Hack in the Page Menu "Tabs vbSoporte" in AdminCP
So:

1) When you found the folder upload just open and via ftp upload the folders and the files as you see (without touch them) in the root of your forum, so automatically your ftp software should open the folders and dorp the file in the correct place automatically.

Then the XML file that you found OUTSIDE the UPLOAD folder it is the installer, so if it is a product go on admincp, -> plugin and products ->

if it is a product open " manage product " if it is a plugin open "download / upload plugin " then upload (install) the xml via that interface.

In safari the drop down does not work, i did not check in chrome.

This MOD seems to be abandoned from the developer, so, no support... I will disinstall straight away because without support is useless. :erm:

Valerio 03-05-2011 02:58 AM

I also found an incomplete script for deinstall the product, is here some mod that can verify with us the deinstall script?
please post

grhawkins 03-05-2011 03:16 AM

Quote:

Originally Posted by Valerio (Post 2169713)
The instruction says:


So:

1) When you found the folder upload just open and via ftp upload the folders and the files as you see (without touch them) in the root of your forum, so automatically your ftp software should open the folders and dorp the file in the correct place automatically.

Then the XML file that you found OUTSIDE the UPLOAD folder it is the installer, so if it is a product go on admincp, -> plugin and products ->

if it is a product open " manage product " if it is a plugin open "download / upload plugin " then upload (install) the xml via that interface.

In safari the drop down does not work, i did not check in chrome.

This MOD seems to be abandoned from the developer, so, no support... I will disinstall straight away because without support is useless. :erm:

Thanks for the help. I'll try it out...Since there's no support, is there another mod you'd recommend that will accomplish what I'm trying to accomplish (removing the home link in the navigation)?

Valerio 03-05-2011 04:35 AM

You are welcome my friend,
Well
I'm working on this modify for more tabs in the menu:

https://vborg.vbsupport.ru/showthread.php?t=226914

https://vborg.vbsupport.ru/showthread.php?t=228313

But they are a bit harder if you don't know how to code in PHP and basic understanding of vbulletin So I will not suggest you to follow them.

that is always related to "more custom tabs on menu", if your target it is to remove some default tabs or modify them (such the name for example ) you can have a look on the vbulletin.com forum support or post a new topic after a deep search.

So go there and try to find exactly what you are looking for or post a new question.

Also because i can not answer to your general question here... it will be off topic.

socceronly 03-05-2011 05:37 PM

Quote:

Originally Posted by grhawkins (Post 2169727)
Thanks for the help. I'll try it out...Since there's no support, is there another mod you'd recommend that will accomplish what I'm trying to accomplish (removing the home link in the navigation)?

Just checking... do you want to remove the home link because you are adding a tab with different text in it that points at the CMS?

If so, you can easily change the text of the Home nav button to be something else.

eJunkie 03-08-2011 03:33 PM

Quote:

Originally Posted by smnet (Post 2153920)
I have figured out a way with a small plugin edit
I can now use {u} or {s} in urls which get replaced by userid and securitytoken respectively.

Can you post your plugin-code, please?

EDIT: Insert into line 73.
Code:

$menucompleto = str_replace("{s}",$vbulletin->userinfo['securitytoken'],$menucompleto);

edyy 03-09-2011 11:45 AM

Great plugin , he had some problems in the past but he did his job , at least for me.
One question, is any way to make this tabs different for cms and forum, i mean i want to have 3 tabs a , b and c in the cms , and the tabs b, d , e in the forum. Can i do that, if not will this be integreted in this plugin in the future.

Thanks!

Gamelobby 03-10-2011 11:26 PM

Ok so after reading thru all 60+ pages i multi-quoted a ton.. lol
I know this works very well with 4.1.2, & will try to confirm any questions i know answers to.

But before i do that, am i correct after reading all of this, that there is no way to have the tab/button (with drop down) show as active still.?

That is all this mod needs.!! (and possibly a little more details about what the other options are for)
Quote:

Tab mode
THIS_SCRIPT = use "define('THIS_SCRIPT', 'index');"for php files
URL = match the exactly URL
URL_PARAMETER = match the URL + Parameters (page=1,etc)
  • THIS_SCRIPT
  • URL
  • URL_PARAMETER
SET the THIS_SCRIPT value, you can set many values using comas
ejem: adv_index,memberlist

Target
EVEN AFTER READING THRU ALL OF THESE PAGES, I STILL HAVE NO IDEA WHAT THAT STUFF DOES.!!! :erm:


=========
=========


Here are some questions that i can confirm.. (or hopefully help with)
Quote:

Originally Posted by psychobike (Post 2161203)
Just downloaded version 2.0.5 to update the 2.0.3 version I had installed. After uploading the newer version it STILL shows up in the Product Manager as the 2.0.3 version. I then opened up the "evbs_sstab_advanced" XML product file and it clearly shows it as a 2.0.3 version.

It is just labeled wrong. If you downloaded the one that syays 2.0.5 you have the correct one.


Quote:

Originally Posted by Rofo (Post 2161229)
Can anyone offer up some helpful hints on this problem? It also brought up all Spanish added tabs for member list etc.

Just delete those tabs or edit them to your liking.


Quote:

Originally Posted by ElliottB (Post 2168796)
Small issue, and I mean small. The tab's that are inserted don't have properly formed.

Just edit the Tabs en vBulletin plugin added by this mod.
Find
Code:

$menucompleto = "<li $selecionado><a class='navtab' href='".$item_sublink[0]['url']."' target='".$item_sublink[0]['target']."'>".$new_title."</a>$link_submenu<li>";
and replace the final <li> with </li>

This will make it standards compliant.

Does this cause any problems, or just to make it correct.?


Quote:

Originally Posted by grhawkins (Post 2169703)
This is my first time using vBulletin and I'm getting used to all of it. The instructions seem simple, yet I seem to be doing something wrong. I am a newbie and would need you to explain things like you would to a 1st grader. Please, could someone help me?

I downloaded the files. I extracted the files. I opened FTP and did the following:
  • I uploaded evbs_sstabs into the forum > admincp folder
  • I uploaded cpnav_evbs_sstab.xml into the forum > includes > xml folder
  • I uploaded product-evbs_sstab_advanced.xml into the forum > include > xml folder

Where did I go wrong? What are the next steps to configure this mod once the files are in the correct folder?

Thank you in advanced.

EDIT: I'm running vBulletin suite 4.1.2 and want to use this mod to get rid of the 'home' link in the navigation.

Someone answered you already, but you only upload thru FTP what in the "upload" folder. XML gets uploaded thru Products > ACP


Quote:

Originally Posted by grhawkins (Post 2169727)
Thanks for the help. I'll try it out...Since there's no support, is there another mod you'd recommend that will accomplish what I'm trying to accomplish (removing the home link in the navigation)?

You can remove any button thru plug-in manager.

Wordplay 03-11-2011 10:20 AM

this would be so great if you could have links under the tabs as they have them for forum and home.

McAtze 03-13-2011 08:41 AM

THX for this great Mod .. :up:

Are there interest for a german translation?

Can i publish my translation at vbg.org?

six58 03-15-2011 06:12 AM

just installed latest version on 4.1.2

having an issue with the Tab Sub Links - wondering if its a bug? and if anyone knows how i may be able to fix it. does it on both IE9 and Chrome.

i can place the Tab Sub links in under my own created Menu Tab with no problems. when you click on one it loads the correct page, however the nav bar returns to the 'Forum' menu tab and the 'Forum' tab sub links (which is my default instead of the CMS).
i.e it doesn't remain on the created Menu Tab so you can click on another Tab Sub link within that set.
so it sort of defeats the purpose of having a Tab Sub row

is there a way i can keep the the nav bar on the selected Menu Tab set?

thanks

edit: extra info - when i click on my created Menu Tab the 'Forum' tab is not highlighted, just the selected tab is.

cmtprep 03-17-2011 02:22 PM

Amazing plug-in!

How do I make the 'tabs' remain 'highlighted' when they are on 'their' designated landing page in the CMS?

In other words, how do i make the "down" state the same as the "hover" state?

x2minded 03-18-2011 05:48 AM

Thanks

rul3z 03-18-2011 08:19 AM

We upgraded to the 205, but still our site says its 203 !

weetabx 03-18-2011 09:53 AM

can confirm still says 2.03 ?

McAtze 03-18-2011 12:50 PM

1 Attachment(s)
Fyi ..

cmtprep 03-18-2011 02:04 PM

says "invalid file"

McAtze 03-18-2011 03:19 PM

Quote:

Originally Posted by cmtprep (Post 2174751)
says "invalid file"

what do you mean .. :confused:

acanuck 03-19-2011 02:26 AM

"What's New" still shows in vbadvanced

Lifesupporters 03-19-2011 03:59 PM

Excellent mod, very well done!

I love the fact you included the option to remove the "What's New?" button, again, awesome and much appreciated.

Marked Installed.

bruneiguru 03-20-2011 12:04 PM

Seem to have installed this OK as the tabs show on my home page and I can access the on/off switch if I go to settings > options > tabs. However I don't have the hack on the page in order to configure the tabs. How can I get that please?

Also, as above I downloaded 205 but its showing as 203 as mentioned above

bruneiguru 03-20-2011 02:51 PM

problem solved. reuploaded the xml file

edgemedia 03-20-2011 04:56 PM

Some how this doesnt work in vb 4.1.2. Can't See any Hack MenĂ¼ in the AdminCP!

edgemedia 03-20-2011 05:29 PM

I just installed this on my vb 4.1.2 and the Problem is that as first it dosen't have the MenĂ¼ in the AdminCP and second my DB says that somethink is missing.
Well i'am not the best internetGuru and i hope some one can help me?

vb4newb 03-20-2011 05:40 PM

How do I get rid of your link. I removed uninstalled your mod and removed files yet still shows:

Extras by vBulletin Hispano

EDIT: Its a plugin, now I can use it without the links added.

Thanks

edgemedia 03-20-2011 06:02 PM

Please don't ask me but i got it going! By the way thanks for the Mod its really great!

cmtprep 03-21-2011 01:04 PM

Quote:

Originally Posted by McAtze (Post 2174779)
what do you mean .. :confused:

I tried to install your .xml file, and it said "invalid file"

I'm trying to figure out how to have the Tabs stay in their "hover" state when the are "down" - ie, they have arrived at their intended hyperlink. Is this possible?

McAtze 03-21-2011 09:23 PM

Its only the german language files .. you must overwrite the language.

bruneiguru 03-22-2011 03:32 AM

Can this mod be used to create a double navbar? If not does anyone have a link to a suitable mod? Thanks

Phaedrus 03-22-2011 04:05 AM

Quote:

Originally Posted by cmtprep (Post 2174395)
Amazing plug-in!

How do I make the 'tabs' remain 'highlighted' when they are on 'their' designated landing page in the CMS?

In other words, how do i make the "down" state the same as the "hover" state?

use the "URL_Paramater" option. This checks the unchanged portion of the url and keeps the button "clicked" while you are on the same url page.

Phaedrus 03-22-2011 04:07 AM

This works for me in 4.1.2. :dunno: I had no problem at all using it.

cmtprep 03-23-2011 11:08 PM

Quote:

Originally Posted by Phaedrus (Post 2176094)
use the "URL_Paramater" option. This checks the unchanged portion of the url and keeps the button "clicked" while you are on the same url page.

Thanks - where do I find / change that? What do I do with it when I find it? Appreciate the help !!

cmtprep 03-23-2011 11:12 PM

Quote:

Originally Posted by cmtprep (Post 2176774)
Thanks - where do I find / change that? What do I do with it when I find it? Appreciate the help !!

Disregard - Found it !! Thanks again !!

Asta 03-24-2011 10:45 AM

1 Attachment(s)
Hello,

I have a problem with the hover effect in vb 4.1.2, see note:

the error is only in the hovereffect BTech with style.

Can someone please help me?:confused:

Sorry for my bad english:erm:

six58 03-26-2011 02:26 AM

1 Attachment(s)
Quote:

Originally Posted by Phaedrus (Post 2176094)
use the "URL_Paramater" option. This checks the unchanged portion of the url and keeps the button "clicked" while you are on the same url page.

and as soon as you use that the sub menu disappears. :erm:

i'm still looking for help on the sub menu if anyone knows how to fix this. i want to stop the navbar defaulting back to the Forum Tab when clicking on a sub menu

tyreco 03-27-2011 01:50 PM

i hope iam right here to announce
vbul suite 4.1.2

picture tab1. pls see tab "vbSoporte" which was not changed. With mouseover colour changes to the same like tab "Forum".

http://www.bulibu.com/tab1.png

picture tab2. Tab "Lideres" was changed to "This Tab is a Menue > yes" at the moment mouseover the word "Lideres" change to white colour.

http://www.bulibu.com/tab2.png

So it seems in case of a Tab is a Menu the background colour in case of mouseover is ignored.

But excellent hack!

Any solution?

alaska_av8r 03-28-2011 01:33 AM

I installed it and was also having problems with HOME being highlighted and my new tab only highlighting when I hovered over it, this happened after selecting my new tab and it taking me to that page, it would not stay highlighted...

I went back in admin cp to edit the tab, I selected the TAB MODE to URL PARAMETER and that fixed the issue.

hope this helps someone

Lpspider 03-29-2011 02:29 PM

Installed and having problems. Added tabs won't highlight, defaults to home. Suggestions? I've tried all available options. The only thing that works is the drop-down menu, but I'd rather have it list the submenu.

Edit: fixed it with this_script, it wouldn't work with url or url_PARAMETER...


All times are GMT. The time now is 09:22 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.02530 seconds
  • Memory Usage 1,846KB
  • 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
  • (2)bbcode_code_printable
  • (17)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