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)
-   -   Major Additions - [DBTech] vBNavTabs (https://vborg.vbsupport.ru/showthread.php?t=274972)

Papa Bear 12-24-2011 05:19 PM

Nice work on the update .thanks.

DragonByte Tech 12-29-2011 04:18 AM

Fixed: A issue with tabs not opening to a new tab in the browser if target _blank was selected. (Pro)
Fixed: A issue that I discovered, with Apache Error Logs showing errors if tabs had a image and you visited the page in the acp "Manage Tabs". (Pro) Possibly Lite to, as the code was in the files also.

The errors look something like this:

Code:

[Wed Dec 28 23:05:59 2011] [error] [client 127.0.0.1] File does not exist: C:/local_pages/dbt_vb4/admincp/rating.png, referer: http://localhost/dbt_vb4/admincp/vbnavtabs.php?do=tabs
Those can all be deleted, the errors caused no harm, just was some code I had tested out and forgot to remove, so when you viewed the page "Manage Tabs" in the acp it was looking for the images.

Lazorbeam 01-02-2012 01:57 PM

I got so excited when I saw the update... then noticed there was no 2nd level navigation :(.

I would love you for ever if you eventually coded that. Instant buy.

DragonByte Tech 01-02-2012 05:07 PM

That has been requested and will be in a future update, probably v2.0.0 but I am not sure when that will come about.

Chris

KGodel 01-02-2012 09:20 PM

I am still getting the error after upgrading where only 1 drop-down link will show.

DragonByte Tech 01-02-2012 10:05 PM

Quote:

Originally Posted by KGodel (Post 2283150)
I am still getting the error after upgrading where only 1 drop-down link will show.


I am unable to verify that on my dev console, could you pm me a admin account and ftp info so I can look into it.

Chris

KGodel 01-02-2012 10:29 PM

Nevermind. I seem to have fixed it by changing the display order and removing a 0...:| Seems to be pretty finicky.

DragonByte Tech 01-04-2012 03:19 AM

Quote:

Originally Posted by KGodel (Post 2283180)
Nevermind. I seem to have fixed it by changing the display order and removing a 0...:| Seems to be pretty finicky.

Could you tell me how you had the tad set up, name display order etc so I can try to replicate the issue.

Chris

DragonByte Tech 01-07-2012 01:21 AM

Here is what was updated:

Changed: Some hook locations as to not interfere with footer of other mods. (Lite/Pro)
Changed: Some of the coding in the php files. (Lite/Pro)
Fixed: A issue with the left pane ACP menu showing if you had the product disabled. (Lite/Pro)

Chris

mmoore5553 01-08-2012 11:33 PM

Does this have the select option ? When you click on it tab it highlights it or something ?

DragonByte Tech 01-08-2012 11:45 PM

As long as all the fields are filled out correctly, and the tab is not a dropdown tab, yes the tab will highlight.

Chris

mmoore5553 01-09-2012 12:10 AM

Oh great only thing i did not like is copyright being 75 dollars to remove. That is a bit steep but have to think about this then.

der_darkon 01-10-2012 11:49 PM

Somehow i?m doing something wrong. :(

I want to show some categories build with the CMS as tabs and some subcategories of it as sublinks.

The tab is shown, but it will not highlight when clicked and no sublinks are shown.

So i guess i did a mistake in managing the tabs, especialy the "Tab Mode" seems to be a problem.
The URL of one of the categories is "content.php?r=34-magazin", what do i have to fill in the field "THIS_SCRIPT value"?


Ignoring my problems, i have to say this is one fine mod. :)

DragonByte Tech 01-11-2012 01:54 AM

Set the THIS_SCRIPT value to vbcms and it should work.

Chris

der_darkon 01-11-2012 09:52 AM

1 Attachment(s)
:eek:

Now i have all tabs refering to a cms-page highlighted AND all the sublinks are shown above each other.

I took a screenshot:

Attachment 135694

DragonByte Tech 01-11-2012 10:19 PM

Try removing the THIS_SCRIPT value you entered and change THIS_SCRIPT to URL or URL Parameter.

Chris

der_darkon 01-13-2012 12:48 AM

I allready tried that, it doesn?t work. :(
Now only the tab for the CMS-indexpage will be highlighted and the submenus for the other CMS-based tabs are not shown.


I started to try it a different way with dropdown-tabs. This works allright, not the way i hoped to archive, but it?s working. :)
But there is a tiny little question regarding the dropdowns. They are shown with a min-width of 400 pixel wich is far to wide. I?m searching and searching but could not find the css, template or stylevariable to change this to 0. Where can i edit the min-width?

DragonByte Tech 01-13-2012 01:02 AM

The Pro version has a stylevar setting that you can control the width. Other than that it is hard coded in vbulletin, and is standard size output from vbulletin.

Chris

fookaa 01-14-2012 02:40 PM

Hi m8,

Awesome mod man...

1 Question... Is there anyway to change the height of the drop down menus as you can the width ?

My dropdown menu is 100px wide but there is like a 3 or 4 px gap around each item so the height of the whole dropdown is very long.

The drop down for menus like quick links and forum actions is much more compact looking and thats what i want ...

Any ideas ?

DragonByte Tech 01-14-2012 06:42 PM

I suppose that is controlled by vbulletin and is hard coded, I have not even looked where that is due to the fact of the pro version allowing images in the dropdowns.

Chris

fookaa 01-14-2012 07:22 PM

Quote:

Originally Posted by DragonByte Tech (Post 2287797)
I suppose that is controlled by vbulletin and is hard coded, I have not even looked where that is due to the fact of the pro version allowing images in the dropdowns.

Chris


Ah righto,

so would it be a possibility to look for it or maybe let me know where i could look for it ? Im no major expert at coding so would really appreciate a hand :D

Kris

Kool name btw :D

DragonByte Tech 01-15-2012 12:18 PM

Could you take some screenshots of the differences between the navtabs dropdowns and the quicklinks dropdowns. Those two are the same class and should be the same. On my live site, dev site and on the DBT site they look correct, so maybe it is a style issue.

Chris

fookaa 01-15-2012 12:42 PM

1 Attachment(s)
As requested....

DragonByte Tech 01-15-2012 02:55 PM

That is really strange, does it have the same results on a un moddified default skin?

Chris

Skyrider 01-25-2012 02:30 PM

1 Attachment(s)
How do I fix the tab sizes being too long?

DragonByte Tech 01-25-2012 07:10 PM

Quote:

Originally Posted by FF|Skyrider (Post 2292216)
How do I fix the tab sizes being too long?

That is hard coded by vBulletin. The pro version has a stylevar that you can set to change the size of that though.

Chris

Skyrider 01-25-2012 09:35 PM

*shrugs*, honestly I prefer not going pro just for that size change. Bit over-doing it in my opinion, especially when I had no issues with changing the size in the sstab advanced plugin.

DragonByte Tech 01-26-2012 01:07 AM

I ment the lite version, Styles & Templates / Style Variable Editor / DragonByteTechMods / vbnavtabs_popup_width

That's what I get for answering posts half asleep.

Chris

steviewonder44 01-26-2012 01:19 AM

How to I get the tab to be highlighted when clicked, IE my Home Page
it stays on the forum tab highlighted even though I click and goto Home page.

DragonByte Tech 01-26-2012 01:30 AM

You need to enter the, "SET the THIS_SCRIPT value" correctly.

If it is to the cms that comes with vBulletin that would be vbcms

Chris

steviewonder44 01-26-2012 02:05 AM

Oh right thanks I forgot that
EDIT: Got it working thanks

Skyrider 01-26-2012 07:21 AM

1 Attachment(s)
I think I found some permission issues..

https://vborg.vbsupport.ru/attachmen...2&d=1327566112

https://vborg.vbsupport.ru/attachmen...3&d=1327566112

And it's permissions, you should see 2 more tabs each.

https://vborg.vbsupport.ru/attachmen...4&d=1327566180

I left the permission allowed/not allowed empty, this is correct right? If you want everyone to see the menu. This all happened when I set another tab with permissions. As shown below:

https://vborg.vbsupport.ru/attachmen...5&d=1327566338

I don't think the system is seeing the permissions correctly, and affects the ones that don't have any permissions.

DragonByte Tech 01-26-2012 10:22 AM

Does it happen when you set the permissions like that for the Tab or the Dropdown Items?

Chris

Skyrider 01-27-2012 05:30 AM

I haven't tried yet, but I forgot to add the tabs was showing correctly for me yesterday (before the post I made above) and then the permissions got screwed up. After I edited one of the tabs in the files tab which has no permissions at all, it all worked fine again..

However, once I moved the tab "beta testers" which has specific permissions from 2 to 3 (further to the right) it all got screwy again.

I think the permissions of a tab that has permissions affects the ones that has no permissions at all.

DragonByte Tech 01-27-2012 10:21 AM

Ok I have not been able to replicate that, but I will continue to dig around.

If I can't find anything maybe I will need access to a admin account and ftp info for your board, I will let you know

Chris

Charles_1 02-06-2012 11:54 AM

Quote:

Originally Posted by der_darkon (Post 2286263)
The tab is shown, but it will not highlight when clicked and no sublinks are shown.

I can confirm this. And one interesting thing - after importing product there are 3 predefined tabs (link to DragonByte, Groups and Albums), which works fine = when I click on them the tab is higlighted. But it is not working with new tabs (= with tabs that I create) regardless of their settings (I even tried copy everything from these which were predefined - no chance, don't work).

Perhaps it will help you in tweaking of this issue, DragonByte, becouse this mod is great :-)

BTW: I am just installed it today on vBulletin 4.1.10.

DragonByte Tech 02-06-2012 08:42 PM

I just tried this on a fresh install and it is functioning correctly. Can you post the parameters that you are using to create the tab and I will try it on my site and see.

Chris

Skyrider 02-07-2012 09:20 AM

1 Attachment(s)
Well, I just tried again... Removed everything and re-filled all the dropdown tabs. As soon as I changed the order of the dropdown tabs, only 1 drop tab is showing up under each name. Something is wrong here.. :-\ And I set no permissions what so ever as you can see on below screenshots.

https://vborg.vbsupport.ru/attachmen...0&d=1328610118

https://vborg.vbsupport.ru/attachmen...1&d=1328610118

ozzy47 02-07-2012 10:23 AM

Disregard.

DragonByte Tech 02-07-2012 10:24 AM

Quote:

Originally Posted by FF|Skyrider (Post 2297107)
Well, I just tried again... Removed everything and re-filled all the dropdown tabs. As soon as I changed the order of the dropdown tabs, only 1 drop tab is showing up under each name. Something is wrong here.. :-\ And I set no permissions what so ever as you can see on below screenshots.

Ok I see it happening now, I will look into why it is doing that.
In the mean time if you change the display order of the droptab, or change usergroup perms, and only one dropdown item shows up, go back to the Manage Dropdowns page in the acp and click on save changes, and they will all show up again.

Chris


All times are GMT. The time now is 08:37 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.01419 seconds
  • Memory Usage 1,821KB
  • 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_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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