vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Tabbar Suite (https://vborg.vbsupport.ru/showthread.php?t=179163)

Brian30fl 06-06-2008 11:53 AM

got em thanks bro hoping to wrap my site design soon thanks for the custom tab images

shlomot 06-07-2008 02:21 AM

A little fix for IE6:

If you use more than 6 tabs, there's a chance that the row will wrap into two ugly rows.

The fix?

1. Go to tabbar_suite_main template or search for <!--Tabbars Suite Start-->.

2. Add the text in red to the template.

<!--Tabbars Suite Start-->

<br/><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-bottom-width:0px">

shlomot 06-07-2008 05:48 AM

A little fix for showing tab images when not in the forum root directory (like here):

Add a backslash to the begining of "images/tabbars/css20_L.gif" and "images/tabbars/css20_R.gif" in the AdminCP, so it becomes:

"/images/tabbars/css20_L.gif"

I also suggest to change it in the product XML for future versions.

Deepdog009 06-08-2008 12:27 AM

Thanks shlomot for your observation on subforums and the rest... You are very helpful indeed,,, and your site is looking awesome dudester...

Im currently working on updating Minitabbars and Invertedtabbars...

Afterwards I will update this with better dropdown support and a few other secret options...:eek:;)

shlomot 06-08-2008 07:38 AM

I need to activate only tab #10 as a dropdown while the rest are functioning as direct links.

How do I make it work through options and template settings?

So far my experimentations (deleting URL for tab #10 in options and setting up menu options for #10 alone in template) created just a mess.

Using your default template works. This setting, however does not.

Please feel free to admin my site as you like.

Thank you.

leannet 06-09-2008 09:59 AM

Can someone please help me, I think I have done everything correct but I want to know how I can make the tabs look like they are sitting on my navbar and also why the 1st tab doesnt look right and how can I remove that bit of plain colour.

I have tried
Quote:

<br />
$tabbarsuite
and
Quote:

$tabbarsuite
<br />
and
Quote:

$tabbarsuite
And cant get the tabs to sit on the navbar.


Quote:

Step {4}
********
Image paths in admin options...

Edit left and right image paths in admin options...

Default paths below...>>>

Left = images/tabbars/css5_L.gif

Right = images/tabbars/css5_L.gif



Am I supposed to use " L" image for both left and right?







What does CMPS stand for?









( Sorry for all the questions )

Deepdog009 06-09-2008 06:43 PM

Quote:

Originally Posted by leannet (Post 1544857)
Can someone please help me, I think I have done everything correct but I want to know how I can make the tabs look like they are sitting on my navbar and also why the 1st tab doesnt look right and how can I remove that bit of plain colour.

I have tried and and

And cant get the tabs to sit on the navbar.






Am I supposed to use " L" image for both left and right?







What does CMPS stand for?









( Sorry for all the questions )

************************************************** ***

What does CMPS stand for?
CMPS = Content Management & Portal System ...>>> http://vBadvanced.com has a vBulletin ver...

Am I supposed to use " L" image for both left and right?
css1_L = LEFT image show...
css1_R = RIGHT image show...

And cant get the tabs to sit on the navbar?
Its a spacer TAG thats causing the images to not sit on-top of the NAVBAR...>>> <br/> <<<

Open your NAVBAR template and look at the top for this...>>> <br/> or <br> and move $tabbarsuite below it
...

That plain color is probably one of the images is missing or not setup correctly... Check that its uploaded or setup in Admin options...

I hope that helps U...;)

Deepdog009 06-09-2008 06:50 PM

Quote:

Originally Posted by shlomot (Post 1541230)
Thanks for your dedicated support. I PMed you my site information for your expert diagnosis:)

At the same time, is there a way to lay the tabs inline with the logo in order not to save on this valuable space? What I'm basically asking is: does it matter in which template the tabbar resides?

shlomot,,,
Dropdowns are setup a bit different...

Its a code placement issue,,, you would have to make changes to main tabbar template to move it over there to 10... I will fix it for you when I have free time...

I will Pm you about it soon...

leannet 06-10-2008 09:21 AM

Quote:

Default paths below...>>>

Left = images/tabbars/css5_L.gif

Right = images/tabbars/css5_L.gif
So that should read
Left = images/tabbars/css5_L.gif

Right = images/tabbars/css5_R.gif

I dont have vBadvanced is that why I am having problems?

This is my navbar template

Quote:

//-->
</script>


$tabbarsuite

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">



Quote:

Originally Posted by Deepdog009 (Post 1545255)
************************************************** ***

What does CMPS stand for?
CMPS = Content Management & Portal System ...>>> http://vBadvanced.com has a vBulletin ver...

Am I supposed to use " L" image for both left and right?
css1_L = LEFT image show...
css1_R = RIGHT image show...

And cant get the tabs to sit on the navbar?
Its a spacer TAG thats causing the images to not sit on-top of the NAVBAR...>>> <br/> <<<

Open your NAVBAR template and look at the top for this...>>> <br/> or <br> and move $tabbarsuite below it
...

That plain color is probably one of the images is missing or not setup correctly... Check that its uploaded or setup in Admin options...

I hope that helps U...;)


Deepdog009 06-11-2008 10:22 PM

Quote:

Originally Posted by leannet (Post 1545709)
So that should read
Left = images/tabbars/css5_L.gif

Right = images/tabbars/css5_R.gif

I dont have vBadvanced is that why I am having problems?

This is my navbar template


********************************************

leannet,,,
vBadvanced shouldn't have anything to do with the forumhome navbar showing tabbars set flush...

Please cut and paste your navbar template info here,,, and I will find the issue for you...

OR

Give me temporary access to your TEST FORUM and I will resolve,,, and then you can view how I did it...

********************************************

Using dropdown menu's???

There are only {5} dropdown options in the main tabbar template...

HTML Code:

<div id="dropmenu5" class="dropmenudiv" style="width: 100px;">
div id="dropmenu4"
div id="dropmenu3"
div id="dropmenu2"
div id="dropmenu1"

That makes it possible to use only FIVE dropdown's...

How do I place and activate 1 or more dropdown's
???
****************************************

Goto main_tabbar_suite template and edit where it shows...>>> rel="dropmenu1"

HTML Code:

<li id="current"><a href="$urltabbarsuite1" title="$vboptions[title_tabbar_suite_info1]" rel="dropmenu1"><span>
You can cut and paste the ...>>> rel="dropmenu1" in any of the TEN tabbars...
But remember there are only FIVE dropdown's total...
Match the div id="dropmenu1" with the rel="dropmenu1"...

After setting up and matching dropmenu's,,, next add links in dropdown template...
By defauft,,, rel="dropmenu1" are in tabbar 1,3,5,8 and 10... Move them around as ye wish...

If you're still having problems setting dropdown up the way you want,,, wait until the next update and I will try to make setup easier...


All times are GMT. The time now is 04:19 AM.

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.01173 seconds
  • Memory Usage 1,762KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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