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)
-   -   Miscellaneous Hacks - vBH-Add new tabs (https://vborg.vbsupport.ru/showthread.php?t=228507)

Sworm 04-05-2010 03:36 PM

This hack don't add new link under the tab navbar.

Verionia 04-05-2010 09:13 PM

Quote:

Originally Posted by Sworm (Post 2016232)
This hack don't add new link under the tab navbar.

Do you know how I can add new links or what mod does?

antua al toro 04-06-2010 02:50 PM

Quote:

Originally Posted by Larry523 (Post 2009167)
I'm using it in 4.0.2 and it's working perfectly! Now if only it could do "drop-down" sub-menus... :up:

it crushes all CSS files in my standard skin, so I see only simple HTML without any design and layout. Where and how can I fix it?

http://my.ps-box.ru - here is the link. VBH-tabs is turned off.

Sworm 04-06-2010 03:26 PM

Hi Verionia
this mod can help you:
https://vborg.vbsupport.ru/showthread.php?t=233629

vwcaddy 04-06-2010 07:14 PM

Quote:

Originally Posted by rollerman (Post 1982228)
Noob here, but learning. I can walk you through it.
  • After downloading the .zip file, extract all of the files in the folder "vbh add new tabs 1.2."
  • Then you need to put the files in their particular folders on your server. In the case of this particular hack, it's super-easy, because there's just one file.
  • So, you get the file "bitfield_vbhtabs" where it belongs on your server. It needs to go into the [your site's root]/includes/xml folder on your server. You can do this with an FTP, but if your site has a plesk, you can just import it that way, probably more quickly.
  • After getting the file into your server in the right place, go to the Admin CP and go to down to the bottom of the left-hand menu. Select "Plugins & Products," then "product manager" from that drop-down menu.
  • Once the product manager opens, click on "add/import product." then you'll be taken to a screen where you choose whether to import from your computer or from your server. In this case, you're importing from your computer.
  • Click on "browse" in the first option and locate the un-zipped file for "vbh add new tabs 1.2." at the root menu of this file is the XML file "product-vbh_newtabs10." Double-click this to select the file. Then click "yes" to "allow overwrite," then click "import."
  • You'll get a screen confirming the upload, but the file is so small that it may be a mere flash.
  • You're done! Just double-check this in the ACP fo your permissions, etc.

Brilliant:cool: I was unsure also until I read this :up:

Xeder 04-09-2010 09:46 AM

I'm trying to set color for the tab name, anyone got an idea please?

alnassrah 04-10-2010 07:29 AM

Can you upgrade 4.0.3 .

spipo 04-11-2010 04:58 PM

it is compatible with 4.0.3 ?

shyguy82 04-11-2010 09:00 PM

No it's not compatible with 4.0.3

I had to revert back to 4.0.2 :(
I guess we have to wait for a new version of this mod

CoronasRGood 04-11-2010 10:48 PM

Quote:

Originally Posted by spipo (Post 2019526)
it is compatible with 4.0.3 ?

I uninstalled, then reinstalled and it is working fine on 4.0.3. Make sure you uninstall before the upgrade in both the products and plug-ins sections.

Mukashi 04-17-2010 02:24 AM

Installed it fresh on our vB4.0.3 test forum and got the following error.

Quote:

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/REDACTED/public_html/vb403test/includes/class_bootstrap.php(384) : eval()'d code on line 29

Parse error: syntax error, unexpected '<' in /home/REDACTED/public_html/vb403test/includes/class_bootstrap.php(384) : eval()'d code on line 29

mitch247 04-18-2010 07:25 AM

Quote:

Originally Posted by Elmer (Post 1978793)
Hi Bob,

Mods are 7 and super mods are 5. Leaving that part without numbers for usergroups will make the tab visible to all users, so instead of adding each usergroup ID, just don't add them. Read the option description for a example.



Hello Elmer!
Thanks for this great mod... I did run into one issue.

Unlike any of the other vBulletin forums I have seen, I have added links to forums in the main navbar.

I figured I could just copy the forumdisplay.php file over and over again (1-forumdisplay.php, 2-forumdisplay.php etc...) and change the THIS_SCRIPT assignment inside each page to match your "Tabs Selected" requirements in your mod. So I have several pages set up like this:
File name: 1-forumdisplay.php THIS_SCRIPT = 1-forumdisplay
File name: 2-forumdisplay.php THIS_SCRIPT = 2-forumdisplay
File name: 3-forumdisplay.php THIS_SCRIPT = 3-forumdisplay
etc...

and then in your mod settings:

Link Name|1-forumdisplay.php?1-forumdisplay=>self
Link Name|2-forumdisplay.php?2-forumdisplay=>self
Link Name|3-forumdisplay.php?3-forumdisplay=>self


The highlighting works great, however, the only problem now is that I get duplicate "Posting Permissions" blocks at the bottom. Have you ever seen this and do you possibly know of a quick fix?

Many thanks for any help or advice you could offer.
Mitch

trilogy33 04-18-2010 10:31 AM

Quote:

Originally Posted by CoronasRGood (Post 2019673)
I uninstalled, then reinstalled and it is working fine on 4.0.3. Make sure you uninstall before the upgrade in both the products and plug-ins sections.

Confirmed here too, works fine under 4.0.3 (test board).
As quoted, make sure the product is installed AFTER the 4.0.3 upgrade.

mitch247 04-18-2010 04:43 PM

Quote:

Originally Posted by trilogy33 (Post 2023095)
Confirmed here too, works fine under 4.0.3 (test board).
As quoted, make sure the product is installed AFTER the 4.0.3 upgrade.


Hey Trilogy... Do you have any idea how to link directly to forums from the navbar while using different "THIS_SCRIPT" assignments?

I have duplicated multiple forumdisplay.php files and hardcoded different values in to get the nav highlighting to work; however, it creates a duplicate "Posting Permissions" block at the bottom of these pages.

Thanks for any help you could offer.
Mitch

trilogy33 04-18-2010 07:36 PM

Quote:

Originally Posted by mitch247 (Post 2023271)
Hey Trilogy... Do you have any idea how to link directly to forums from the navbar while using different "THIS_SCRIPT" assignments?

I have duplicated multiple forumdisplay.php files and hardcoded different values in to get the nav highlighting to work; however, it creates a duplicate "Posting Permissions" block at the bottom of these pages.

Thanks for any help you could offer.
Mitch

No idea, sorry.
I just use the default set up with only one extra tab in use. Someone else may have some ideas.

Paul. 04-19-2010 07:19 PM

Working perfectly for us with 4.0.3

Marked installed. Thanks Elmer!

Xeon3D 04-21-2010 10:43 PM

I'm having troubles with linking to VBA CMPS Homepage...

My code is:
PHP Code:

Portal|http://www.emupt.com/index.php=>self 

Also, I've tried adding "adv_index" (as it is whats written on the index.php file) to the Tabs Selected box, but the tab still doesn't get selected.

I'm going nuts. Please help.

EDIT: no need. Used SSTAB, way easier and better.

TeknoSounds 04-22-2010 04:06 AM

Theres no need to use any tab modification for VBA CMPS, there is a builtin navbar tab in its options. See vbadvanced.com

Dark_Wizard 04-26-2010 12:40 PM

Any chance this mod can be made so that we get this?

https://vborg.vbsupport.ru/external/2011/07/104.jpg

warc1 04-28-2010 02:11 AM

I am trying to add a "Donate" tab to link to the mod "VSa - PayPal Donate". I added the following in the "add new tabs" box:

Donate|http://www.mysite.com/vbulletin/misc.php?do=donate

However, when clicking on the new tab, I get this link:

http://www.mysite.com/vbulletin/misc.php?do

The "=donate" phrase is truncated which causes the wrong script to run. Since others have reported successfully integrating both of these mods, I would appreciate if someone could point out what I am doing wrong.

fulvio 05-01-2010 06:54 AM

Thanks a lot for this simple but very important mod.

Regards
Fulvio

fox1 05-02-2010 08:00 AM

Hello,

i created 2 pages in the misc.php and this value i added in "Tabs selected".
When i click one of them even the other ist also marked as active.

You can see ist when you visit this site: http://www.starter-forum.de/misc.php...emplate=Banner, then the button "Smiliegenerator" also is activ.

Any solution for this?

Gosef 05-04-2010 06:14 PM

thanks

fox1 05-05-2010 01:41 PM

Quote:

Originally Posted by fox1 (Post 2030479)
Hello,

i created 2 pages in the misc.php and this value i added in "Tabs selected".
When i click one of them even the other ist also marked as active.

You can see ist when you visit this site: http://www.starter-forum.de/misc.php...emplate=Banner, then the button "Smiliegenerator" also is activ.

Any solution for this?

Does anybody know any other Add-on without this problem?

tofrine 05-08-2010 01:03 PM

so cool
I'm a total newbie installing vb 4 (coming from joomla world) and i was looking for that !
thx

TheBish 05-08-2010 04:35 PM

Quote:

Originally Posted by fox1 (Post 2032123)
Does anybody know any other Add-on without this problem?

From what your are saying, this is a "You" problem and not this MOD.

From what I can tell you are calling two different pages but utilizing the same THIS_SCRIPT for each. You need to create the unique .php files, add the associated templates under styles and then add each unique file name to the appropriate THIS_SCRIPT.

Maybe I am making this more difficult than is necessary but it will accomplish what you want.

DoubleGlasses 05-08-2010 11:59 PM

Easy to install and it worked just fine!

goxy63 05-09-2010 12:33 PM

Awesome
Installed nominated and rated
This should be default option in vb

Thank you

Hummie 05-09-2010 02:42 PM

Thanks. You were right. I thought I had installed it carefully, but did not pay attention to the folder names. "cel-sgfh" didn't register in my brain after I'd been upgrading the forum for 11 hours! Today is a new day with a clear head again!

cfww2 05-13-2010 04:29 PM

My first Vb4 plugin and it has worked beautifully. Just what I needed. Also love the flexibility. Thank you

coachgilbert 05-13-2010 07:45 PM

I apologize in advance for having to ask this question but I cannot figure this out. I have only been using vBulletin for about a week.

I installed the Mod and transfered the xml via ftp. My Products Manager shows the Mod as installed.

I cannot find the area to run the program. I have no option listed under my control panel options and cannot find the program under any other sections. Any help would be greatly appreciated.

Thanks in advance!

TheBish 05-14-2010 02:53 AM

Quote:

Originally Posted by coachgilbert (Post 2036574)
I apologize in advance for having to ask this question but I cannot figure this out. I have only been using vBulletin for about a week.

I installed the Mod and transfered the xml via ftp. My Products Manager shows the Mod as installed.

I cannot find the area to run the program. I have no option listed under my control panel options and cannot find the program under any other sections. Any help would be greatly appreciated.

Thanks in advance!


It is called 'vBH New Tabs Options' and it is at the bottom of your options list above the Blog options.

coachgilbert 05-14-2010 12:25 PM

I feel ridiculous but I cannot find a Blogs opition either. I have looked through everything and I cannot find either option.

coachgilbert 05-14-2010 01:28 PM

Got It! I am a fool. Thanks for the Mod and thanks for the support!

SH3A3-Q 05-16-2010 12:56 AM

Thanks

Bansheebob 05-17-2010 07:57 PM

Tried to install in vb 4.03 and got "invalid file error" uninstalled. Would have been nice but o well.

Bansheebob 05-18-2010 07:41 PM

Anyway to get rid of your "Hispano" copyright link? My members do not speak espanol lol

Bansheebob 05-18-2010 09:57 PM

This designer hasnt been online in months, can anyone tell me how to get rid of this copyright he added to the bottom of the footer? Its not in my footer template but appears under regular vb copyright notice.

thanks much.

Boofo 05-19-2010 12:50 AM

You shouldn't remove the copyright without the hack author's permission.

compuminus 05-20-2010 05:05 PM

For some reason some of my tabs are showing to usergroups that shouldn't be able to see them. For example, I have a tab with the following code:

Example Tab|https://www.example.com=>blank; 5 6 7

and people in usergroups 10 (and others) can see the above tab. This shouldn't be happening. I believe that this only started recently...


All times are GMT. The time now is 06:24 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.01958 seconds
  • Memory Usage 1,831KB
  • 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
  • (1)bbcode_php_printable
  • (12)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