Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBH-Add new tabs Details »»
vBH-Add new tabs
Version: 1.2, by Elmer Elmer is offline
Developer Last Online: Feb 2019 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.0.0 Rating:
Released: 11-20-2009 Last Update: 02-08-2010 Installs: 2172
Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

vBH-Add new tabs 1.2 with no querys
Mark as installed, if you use it


If you like this modification please suport it in the mod of the moth poll


What does this plugin?
This plugin allows you to add new tabs in the navigation bar to link to any site you want.

Installation:
Import the xml file from the product manager..
Upload the files in the upload folder to your forums via ftp.

To add new tabs, go to:
vBulletin Options> VBH New Tabs Option


Configuration example:
Code:
AdminCP|/admincp/=>self;6
google|http://www.google.com=>self;1 2
vbulletin|http://www.vbulletin.com=>self;1 2
yahoo|http://www.yahoo.com=>self;1 2
vbulletin.org|http://www.vbulletin.org=>self;1 2
See screenshots.

To make tab selected:
This option only works if your tab links to internal files. You need to enter the THIS_SCRIPT value under the option Tabs Selected.

Also note that some areas of vBulletin already use the THIS_SCRIPT value in their code and because of this some tabs may not work correctly. A example of this would be the usercp.php file. If you make a tab linking to this file and then you enter the value 'usercp' to make it selected, the tab will be selected but also will be the forum tab. This is because vBulletin used this value in the navbar template.

You won't have problems when linking to custome pages.

en espa?ol
vBHispano - Agregar Pesta?as en Espa?ol


History:
11-23-09: First release 1.0
  • Ability to add tabs with option to disable the modification.
11-23-09: Update 1.1
  • Some bug fixes
  • New option to align the tabs on the left, right or center.
  • Now you can choose which usergroup can view each tab.
  • Links can now be set to open in a new window or the same window.
12-24-09
  • Updated to work on vB4 Gold
02-08-10: Update 1.2
  • Added option to make the tab selected, please read the product options.
  • Added option to disable the default tabs Home, Blogs and What's New. At this time tab forum can't be removed.
This product does not add sublinks even if tabs are selected.

Download Now

File Type: zip vbh add new tabs 1.2.zip (4.1 KB, 10611 views)

Screenshots

File Type: png newtaboptions.png (28.1 KB, 0 views)
File Type: png tabspreview.png (11.7 KB, 0 views)
File Type: png vba_tabsoptions.png (48.0 KB, 0 views)
File Type: png upgradevB-0000.png (8.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
alhidaya, Guthatron, misericorde, mohammadxxx, ViViD, www.1n1n.com

Comments
  #772  
Old 11-22-2011, 05:29 PM
Breakthecycle2's Avatar
Breakthecycle2 Breakthecycle2 is offline
 
Join Date: Sep 2011
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yup, that worked. Thanks!
Reply With Quote
  #773  
Old 12-01-2011, 03:05 PM
BonsaiNut BonsaiNut is offline
 
Join Date: Oct 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What the developer does NOT say is that he adds a spam notice on the bottom of EVERY PAGE of your forum!! If I had the same notice for every mod on my site, I would have a copyright notice 30 lines high!! AND if you disable the mod, his SPAM NOTICE still remains!

Worst kind of shilling I have seen on a vBulletin mod ever.
Reply With Quote
  #774  
Old 12-01-2011, 03:10 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BonsaiNut View Post
What the developer does NOT say is that he adds a spam notice on the bottom of EVERY PAGE of your forum!! If I had the same notice for every mod on my site, I would have a copyright notice 30 lines high!! AND if you disable the mod, his SPAM NOTICE still remains!

Worst kind of shilling I have seen on a vBulletin mod ever.
not the one from my sig
Reply With Quote
  #775  
Old 12-01-2011, 04:11 PM
BonsaiNut BonsaiNut is offline
 
Join Date: Oct 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
not the one from my sig
I'm not sure what you're talking about. I'm talking about THIS MOD and the following code:

Code:
}
//copyright start here
if(!defined('VBH_CPR')) {
	$key = strpos($vbphrase['powered_by_vbulletin'], "vbhispano.com");
	if($key === false){
		$vbhcpr = '<br />Extra Tabs by <a href="http://www.vbhispano.com" title="Soporte vBulletin en Espa?ol">vBulletin Hispano</a>';
		define('VBH_CPR', $vbhcpr);
		$vbphrase['powered_by_vbulletin'] .= VBH_CPR;
	}
To say nothing about that fact that this developer should NOT be hacking the vBulletin copyright notice (which is what is happening when he redefines 'powered_by_vbulletin').
Reply With Quote
  #776  
Old 12-01-2011, 04:14 PM
BonsaiNut BonsaiNut is offline
 
Join Date: Oct 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok wait a second... I misunderstood you. You are saying the updated version 1.3 doesn't have that code any longer...

Let me check it out - sorry if I misunderstood.

[EDIT]Thanks - it works fine now. They need to replace the default 1.2 version on the site.[/EDIT]
Reply With Quote
  #777  
Old 12-02-2011, 04:52 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BonsaiNut View Post
Ok wait a second... I misunderstood you. You are saying the updated version 1.3 doesn't have that code any longer...

Let me check it out - sorry if I misunderstood.

[EDIT]Thanks - it works fine now. They need to replace the default 1.2 version on the site.[/EDIT]
your welcome and I dont ever see the 1.2 from the op ever being replaced he is never about any more this is why it has been updated by others and myself
Reply With Quote
Благодарность от:
TeknoSounds
  #778  
Old 12-11-2011, 07:06 PM
ICC FORUM's Avatar
ICC FORUM ICC FORUM is offline
 
Join Date: Jun 2011
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Guys,
I am Not to computer Savvy so need a walk through if possible please, Where do i start , i clicked on these links
Manage Products
Plugin Manager
Add New Plugin
Download / Upload Plugins

I tried the Manage Products / Add Import product but am getting lost on what to do, I downloaded the File but it says error when i submit, Sure i am missing something here, Can someone please Walk Me through This,

Thanks Clive
Reply With Quote
  #779  
Old 12-11-2011, 07:17 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

first download the one in my sig second upload the files to the ftp 3rd install the xml
Reply With Quote
  #780  
Old 12-11-2011, 07:29 PM
ICC FORUM's Avatar
ICC FORUM ICC FORUM is offline
 
Join Date: Jun 2011
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the Fast Reply, As mentioned i am not computer Savvy but want to learn and understand a little, I am one of 3 Admins and we are all as bad as each other.. LOL

I downloaded file to home computer ( vBH-ADD new tabs ) i doubled clicked that on Upload the XLM file from your computer on the Manage Products / Add Import product in Admin CP. But the message i get is

XML Error: not well-formed (invalid token) at Line 1

Can you explain ( walk me through ) with screenshots or something please.. I know if i can successfully do this then i will understand future Plug Ins..

Clive
Reply With Quote
  #781  
Old 12-11-2011, 08:12 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what did you unzip it with?
it may of gotten misformatted when you unpacked the archive..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09735 seconds
  • Memory Usage 2,360KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete