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)

Tumbleweeds 01-10-2012 08:29 PM

Excellent mod, thank you! I have vB4.1.9 integrated with photopost gallery and classifieds and it works great in all of them. :up:

ForceHSS 01-10-2012 09:38 PM

Quote:

Originally Posted by Tumbleweeds (Post 2286190)
Excellent mod, thank you! I have vB4.1.9 integrated with photopost gallery and classifieds and it works great in all of them. :up:

your welcome

Dr Aj642 01-15-2012 12:57 AM

Can someone please give me a better run down of the installation process?

Thanks in advance

ForceHSS 01-15-2012 07:02 AM

Quote:

Originally Posted by Dr Aj642 (Post 2287944)
Can someone please give me a better run down of the installation process?

Thanks in advance

there is one file to install in the ftp install that then install the xml in the admincp

cngchat 01-16-2012 02:48 PM

I just upgraded to 4.1.10, and the plugin is throwing an error:

Warning: Invalid argument supplied for foreach() in [path]/includes/class_bootstrap.php(429) : eval()'d code on line 6

When I disable the plugin this error goes away. Any idea what is causing this?

ForceHSS 01-16-2012 03:30 PM

the line in question is to do with your config
$admincpdir = $vbulletin->config['Misc']['admincpdir'];
please check this line in your config

Dr Aj642 01-19-2012 08:39 AM

Quote:

Originally Posted by ForceHSS (Post 2288058)
there is one file to install in the ftp install that then install the xml in the admincp

There's one file when you open the folder.

product-vbh_newtabs10.xml

then inside the 'upload' folder there's 'includes' and in that is 'xml' followed by bitfield_vbhtabs.xml

where does each respective .xml go?

Thanks in advance.

ForceHSS 01-19-2012 10:47 AM

Quote:

Originally Posted by Dr Aj642 (Post 2289777)
There's one file when you open the folder.

product-vbh_newtabs10.xml

then inside the 'upload' folder there's 'includes' and in that is 'xml' followed by bitfield_vbhtabs.xml

where does each respective .xml go?

Thanks in advance.

there is only one file in the includes folder put that into the includes folder in your ftp the other xml is what you install in your admincp

Dr Aj642 01-20-2012 03:05 AM

Quote:

Originally Posted by ForceHSS (Post 2289804)
there is only one file in the includes folder put that into the includes folder in your ftp the other xml is what you install in your admincp

Thank you very much!

skokarl 01-20-2012 04:34 AM

Quote:

Originally Posted by ForceHSS (Post 2288575)
the line in question is to do with your config
$admincpdir = $vbulletin->config['Misc']['admincpdir'];
please check this line in your config

sorry, i didn't understand.
is this a workaround for 4.10 ?

ForceHSS 01-20-2012 09:04 AM

Quote:

Originally Posted by skokarl (Post 2290106)
sorry, i didn't understand.
is this a workaround for 4.10 ?

no its a fix for post 805 but dont worry about that use the one in my sig it will still work

skokarl 01-22-2012 04:07 PM

Quote:

Originally Posted by ForceHSS (Post 2290147)
no its a fix for post 805 but dont worry about that use the one in my sig it will still work

many thanks.

c.c. 01-22-2012 05:15 PM

Quote:

Originally Posted by ForceHSS (Post 2236968)
Will upload another copy of this as some are still downloading the old one

Question for you. I have several tabs and it looks great on a computer, but on an IPAD they don't all fit correctly and run together. Any ideas how to fix this.

http://www.highdefjunkies.com/

skanX 01-22-2012 07:38 PM

really nice and easy mod (first mod for my brand new vB), was looking several days for something "easy to use" like this - many thanks!!

ForceHSS 01-22-2012 10:34 PM

Quote:

Originally Posted by c.c. (Post 2291027)
Question for you. I have several tabs and it looks great on a computer, but on an IPAD they don't all fit correctly and run together. Any ideas how to fix this.

http://www.highdefjunkies.com/

as the ipad screen is smaller they will not fit try shorting the tab words like make live post feed = LPF also remove the rules link and put in at the bottom of the forums just two ways you can make it work another way it make a second line of tabs one under each other

lycheepassion 01-23-2012 06:00 AM

I need to remove the footer link, can I pay you for this?

skanX 01-23-2012 09:39 AM

just use the v1.3 in ForceHSS sig, there is no footer link ;)

c.c. 01-23-2012 06:44 PM

Quote:

Originally Posted by ForceHSS (Post 2291152)
another way it make a second line of tabs one under each other

How do I do this?

ForceHSS 01-23-2012 07:54 PM

Quote:

Originally Posted by c.c. (Post 2291486)
How do I do this?

in the navbar template find <!-- / nav buttons bar -->

add below
HTML Code:

<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <tr align="center">       
                <td class="vbmenu_control"><a href="LINK1">Description</a></td>
                <td class="vbmenu_control"><a href="LINK2">Description</a></td>
                <td class="vbmenu_control"><a href="LINK3">Description</a></td>
       
        </table>
</div>


c.c. 01-23-2012 08:33 PM

Quote:

Originally Posted by ForceHSS (Post 2291514)
in the navbar template find <!-- / nav buttons bar -->

add below
HTML Code:

<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
        <tr align="center">       
                <td class="vbmenu_control"><a href="LINK1">Description</a></td>
                <td class="vbmenu_control"><a href="LINK2">Description</a></td>
                <td class="vbmenu_control"><a href="LINK3">Description</a></td>
       
        </table>
</div>


I'm on 4.1.10 there is no navbar template.

Hippy 01-23-2012 09:54 PM

1 Attachment(s)
Quote:

Originally Posted by c.c. (Post 2291524)
I'm on 4.1.10 there is no navbar template.

lol sure there is under navigation / and breadcrumb

ForceHSS 01-23-2012 11:12 PM

Quote:

Originally Posted by c.c. (Post 2291524)
I'm on 4.1.10 there is no navbar template.

Might not work on 4.1.10 test if you wish

nextstream 01-24-2012 11:52 AM

download the v1.3 and install into 4.1.10
seem not working
does this support 4.1.10?

ForceHSS 01-24-2012 01:42 PM

Quote:

Originally Posted by nextstream (Post 2291706)
download the v1.3 and install into 4.1.10
seem not working
does this support 4.1.10?

you did not download the one from my sig then as it does work

c.c. 01-24-2012 01:51 PM

Quote:

Originally Posted by nextstream (Post 2291706)
download the v1.3 and install into 4.1.10
seem not working
does this support 4.1.10?

It works fine because I have it.

www.highdefjunkies.com

c.c. 01-24-2012 01:54 PM

Quote:

Originally Posted by Hippy (Post 2291542)
lol sure there is under navigation / and breadcrumb

Yeah, but I can't find the <!-- / nav buttons bar --> in this template.

nextstream 01-24-2012 03:40 PM

ermm.. confirm i download from your sign

i use custom skin from completevb.com

do i need to do any adjustment on the template?

ForceHSS 01-24-2012 06:44 PM

as I dont have that skin hard to tell what needs done

ForceHSS 01-24-2012 10:38 PM

Quote:

Originally Posted by c.c. (Post 2291744)
Yeah, but I can't find the <!-- / nav buttons bar --> in this template.

if you dont have <!-- / nav buttons bar --> (only one older versions then) then put it some where else this is why in post 822 I told you to test it but the best thing you can do is move some tabs to your footer as you dont need some of them on the header

Miin 01-26-2012 08:27 PM

Great Mod but it lacks a few features which would make it perfect.

Here's my situation. I use this mod to add links to 3 of my main cms sections ... problem is, I can keep the tab selected on the section page itself but not on the individual articles in the section. Is this something that could "easely" be added as functionality?

Also, my forum has only 1 thread (don't ask :p) and I used this mod to add a "forum" tab which directly links to my thread (I used the mod to disable to standard forum tab). I would also like to keep the tab "forum" active when people are browsing this one thread.

update:

About the thread ... this mod works if I set the tab to URL_parameter to http://localhost/showthread.php?t=539 which is the URL of the thread, but the tab doesn't remain selected when using a "new post" link like http://localhost/showthread.php??goto=newpost&t=539

Tr4visT 02-07-2012 04:09 PM

Anyone looking to remove the link from the bottom, check page 27 of this thread.

Thanks for the mod its great!

ForceHSS 02-08-2012 12:47 AM

Quote:

Originally Posted by Tr4visT (Post 2297180)
Anyone looking to remove the link from the bottom, check page 27 of this thread.

Thanks for the mod its great!

if you take the one from my sig you will see this is already done

CrumbDown 02-08-2012 10:58 AM

Hi

I have installed this which works ok-ish. I have also created a new page template so the page has the same theme. Whenever I clicked on the new tab, the tab won't highlight. Only the forum tab keeps highlighted. Any simple fix?

Example: The highlighted tab when selected: https://vborg.vbsupport.ru/attachmen...3&d=1265675442

Edit:

Never mind. Got it!!! ;)

ForceHSS 02-08-2012 12:44 PM

Quote:

Originally Posted by CrumbDown (Post 2297468)
Hi

I have installed this which works ok-ish. I have also created a new page template so the page has the same theme. Whenever I clicked on the new tab, the tab won't highlight. Only the forum tab keeps highlighted. Any simple fix?

Example: The highlighted tab when selected: https://vborg.vbsupport.ru/attachmen...3&d=1265675442

Edit:

Never mind. Got it!!! ;)

happy you got it but for the others who cant get it to work tell how you did. I have mine working on all my site never had a problem with this

CrumbDown 02-08-2012 02:03 PM

Yes. I needed to add the filename under "Tabs Selected" within your plugin. Filename such as terms, faq etc. But not the extension such as .php or .html.

denman75 02-11-2012 02:53 PM

Quote:

Originally Posted by ForceHSS (Post 2297370)
if you take the one from my sig you will see this is already done

thank you sir

DanHamilton 02-12-2012 05:52 PM

Thanks a bunch, Works perfectly!

jetkai 02-18-2012 01:40 AM

Thanks for this.

kisanjong 02-25-2012 02:59 PM

Quote:

Originally Posted by ForceHSS (Post 2236968)
Will upload another copy of this as some are still downloading the old one

Thanks :up:

ForceHSS 03-02-2012 06:03 PM

<a href="https://vborg.vbsupport.ru/showthread.php?p=2236968#post2236968" target="_blank">https://vborg.vbsupport.ru/showt...68#post2236968</a>
some small fixes


All times are GMT. The time now is 05:05 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.02232 seconds
  • Memory Usage 1,837KB
  • 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_html_printable
  • (23)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