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.


All times are GMT. The time now is 04:36 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.04608 seconds
  • Memory Usage 1,774KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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