vBulletin Mods

The Official vBulletin Modifications Site
http://www.vbulletin.org/forum/showthread.php?t=233629

bitsculpt 03 Nov 2010 22:42

I'm new to vbulletin. All i want to do is create a new general content web page, will this Mod be able to do this? I can't see anywhere where it says i can do this? or can anyone point me in the right direction. Many thanks.

Gorgias 06 Nov 2010 05:37

Quote:

Originally Posted by Ronseal (Post 2116366)
Yours isn't working either mate. I agree you have successfully added the Gallery tab, however when you click on the gallery tab and view the gallery index page your tab bar has the 'forum' tab highlighted with the associated forum submenus below.

With this Mod I can keep the Gallery tab highlighted for the Photopost Gallery index page by use of the unique Photopost 'ppindex' THIS_SCRIPT indentifier, however as stated before because of the requirement of THIS_SCRIPT in both this Mod and the template hardcoding you've link to, I can't see a way to keep the Photopost Gallery tab highlighted (and all submenus present) when viewing all Photopost Gallery pages because both the Photopost Gallery and vB forum have many files of exactly the same name such as:

/forum/search.php
/gallery/search.php

/forum/members.php
/gallery/members.php

Using this MOD or your template suggestion if I code my Photopost Gallery tab submenus THIS_SCRIPT with 'search' or 'members' (or view those gallery pages) the Gallery tab fails to highlight and instead the Forum tab highlights. Can I get around this by hardcoding the Navbar template with URL's, if so how?

It's more easy ;) :up:

I had the same problem, and I didn't find any solve. I was trying, as you, with THIS_SCRIPT option. But then, I tried my last attempt...

If you configure the Gallery tab as "URL_PARAMETER" and in "URL" you write the full path to your gallery, but without php file at the end (something as "http://www.yourdomain.com/gallery/"), you will have the Gallery tab always highlighted, in every gallery sections.

I have test visiting both examples in my test forum, "galeria/search.php" Vs. "foro/search.php" and "galeria/member.php" Vs. "foro/member.php", and in the first cases, Galerķa tab is highlighted, and in the seconds, Foro tab. Problem solved!!!

Quote:

Originally Posted by imiviortal (Post 2117617)
any update for 4.0.8 ???

I have tested in vB4.0.8 and is working perfectly.

Quote:

Originally Posted by bitsculpt (Post 2117654)
I'm new to vbulletin. All i want to do is create a new general content web page, will this Mod be able to do this? I can't see anywhere where it says i can do this? or can anyone point me in the right direction. Many thanks.

No, this only add new tabs in the vB menu. If you want create a new page, external to vB, you need something like this: [HOW TO - vB4] Create your own vBulletin page. And with this mod (Tabs Add System), you can add a new tab for your new page.

Regards, Gorgias!

emath 07 Nov 2010 02:44

i get this :

Quote:

Parse error: syntax error, unexpected T_STRING in ***/includes/class_bootstrap.php(394) : eval()'d code on line 244
using 4.0.8

Ronseal 08 Nov 2010 18:23

Quote:

Originally Posted by Gorgias (Post 2118563)
If you configure the Gallery tab as "URL_PARAMETER" and in "URL" you write the full path to your gallery, but without php file at the end (something as "http://www.yourdomain.com/gallery/"), you will have the Gallery tab always highlighted, in every gallery sections.

Huge thanks for the advice Gorgias but my site is simply having none of it, even if I follow your excellent direction.

inshooter 09 Nov 2010 01:30

How do you get the tabs to open an outside url in a new tab instead of directing away from VB?

bposner 09 Nov 2010 19:01

Trying to trace down whether VB issue, or this product. I have when access the BLOG tab, the sub menu for blogs doesn't show up. Is there any reason this product would control the VB submenu? I'm not talking about the products ability to add dropdowns, but the standard vb sub menu.
Thanks!

eXenZ 09 Nov 2010 20:09

Hi pbosner: I don't think the issue is made from this plugin...

My question:

Is there a way to disable some tabs or the whole addon in a different active style or page?
In example: when I click the gallery, I want to have some other tabs as when I'm on the Forum.
How can I do this?

thx 4 help

HungryMonkey 10 Nov 2010 02:29

v4.0.8 - working like a dream.

However, doesn't inherit the default site "roll over" activity for links. Any idea how to get it to behave like the rest of the nav bar?

bposner 10 Nov 2010 03:05

Quote:

Originally Posted by eXenZ (Post 2120003)
Hi pbosner: I don't think the issue is made from this plugin...

My question:

Is there a way to disable some tabs or the whole addon in a different active style or page?
In example: when I click the gallery, I want to have some other tabs as when I'm on the Forum.
How can I do this?

thx 4 help

Yes, I disabled the tabs application and the sub menu showed up as it should. there is either something the app is doing, or something I mis configured in the app. I'll try to load up some scree shots and yes, I set up a different style and it didn't help.

bposner 10 Nov 2010 03:15

4 Attachment(s)
OK SOLVED
This was my mistake I had the options set wrong. After reading more of the posts, I tried a couple of things and it's all working now.
thanks for your patience.
Bill

Disregard this.

Ok here are screen shots
1. is the product with the NFX-BLOG tab which is just a link to the blogs.php file, notice no sub menu
2. If I click on an actual blog, it shows the sub menu
3. I disable the app
4. Default menu shows up, showing the sub menu

So something in the app is disabling the submenu, no? btw this is 4.08

yahooooh 10 Nov 2010 14:01

Parse error: syntax error, unexpected T_STRING in /home/emath/domains/emath.co.il/public_html/forums/includes/class_bootstrap.php(394) : eval()'d code on line 244

using 4.0.8

Turbine 10 Nov 2010 21:08

Quote:

Originally Posted by yahooooh (Post 2120210)
Parse error: syntax error, unexpected T_STRING in /home/emath/domains/emath.co.il/public_html/forums/includes/class_bootstrap.php(394) : eval()'d code on line 244

using 4.0.8

same for me

Quote:

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /..../includes/class_bootstrap.php(394) : eval()'d code on line 245

Parse error: syntax error, unexpected '<' in /...../includes/class_bootstrap.php(394) : eval()'d code on line 245

Outbackmark 11 Nov 2010 10:42

You have a problem with another plugin/product that does not use the full server path in it's code, probably a header related mod of some sort.
I had the same problem when installing PhotoPlog Pro, the mod that shows an avtar in the header was the problem. Try disabling each mod in turn and find the one thats causing the problem.

Sharkyman 11 Nov 2010 12:52

Grrr. No matter what I try it doesn't appear on the ACP. It's in the settings drop down menu in the ACP but I can't edit the names of the buttons (which has to be done on the left hand side?). There's no option on the left like shown in the jpg above.

Any help appreciated.

marcopolo 12 Nov 2010 13:15

I've had this mod installed for a while but I've just enabled blogging and this plug-in stops the Blog tab from showing, if I disable this plugin I see the Blog tab. Can this be adjusted somewhere?

Thanks


All times are GMT. The time now is 22:50.

Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2001 - , vbulletin.org. All rights reserved.