vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Tab Menu *** Enhanced (https://vborg.vbsupport.ru/showthread.php?t=148933)

Deepdog009 08-08-2007 01:04 PM

Quote:

Originally Posted by Silvio (Post 1300695)
ty so much for fast and kind reply.
the language is italian. here I translate what the code error say :

Line: 193
character: 1
Error: Aspected as an Object
Code: 0
URL : my URL

ty for alignment hint. The above picture was just a test. I will try to play with it on this weekend ;
take care
ciao



Silvio I did some research and found that MS is still up 2 there old tricks when it comes 2 supporting new standards...

It seems that IE7 when released never had full CSS2, 2.1 or 3 support intergrated...
Web developers have come up with some workarounds 4 this...


Here are some links that my help U...
*******************************

http://dean.edwards.name/IE7/

http://dean.edwards.name/weblog/2005/03/the-reason/

http://positioniseverything.net/explorer.html

http://www.csskarma.com/articles/css21.php

If I had IE7 installed it would help me better, Looks like Vista is on the menu...:eek:

Adam21 08-09-2007 01:48 PM

Hi.Can you point out where do we insert our quicklinks/nav_popout codes?

Deepdog009 08-09-2007 09:24 PM

Quote:

Originally Posted by Adam21 (Post 1313654)
Hi.Can you point out where do we insert our quicklinks/nav_popout codes?



Adam21 presently tabs menu bars are only coded 2 work with one link, I haven't had extra time 4 coding recently because Im in and out of town alot this season.


This mod has a tutorial that should have most of your answers there...

Adam21 08-09-2007 09:34 PM

Quote:

Originally Posted by Deepdog009 (Post 1313983)
Adam21 presently tabs menu bars are only coded 2 work with one link, I haven't had extra time 4 coding recently because Im in and out of town alot this season.


This mod has a tutorial that should have most of your answers there...


Ok,thanks for the hack! :)

rotor 08-11-2007 09:38 AM

Hi,

Great mod and works brilliantly on the site - except for one place.

It works fine in vBadvanced but not in the vBadvanced Links directory.

I have placed the $tabbars into the header in ca_evo template so it really should show I guess - so must be a path problem ??

Where would I find this ??


Help :D

Deepdog009 08-12-2007 02:09 PM

Quote:

Originally Posted by rotor (Post 1315117)
Hi,

Great mod and works brilliantly on the site - except for one place.

It works fine in vBadvanced but not in the vBadvanced Links directory.

I have placed the $tabbars into the header in ca_evo template so it really should show I guess - so must be a path problem ??

Where would I find this ??


Help :D

Rotor sorry but been busy,

Ok, I dont use VBA on most forums I work on, but because alot of folks asking about VBA Im planning on coverting some over 2 this...

There is another Hack by bobster65 that my help U with VBA...
I intend on adding more updates 2 this Mod in the future, but at this time my job is demanding 2 much of my time...


Your Question?
VBA links, is that a pay service or free?

After I do some testing on VBA I will do a update by the end of the month...

Good Luck

puregraf 08-13-2007 01:37 AM

hi, installed..

one problem, theirs a line comming off the right and left side, im using the Css5 one.

see here: http://puregraffiti.com/graffiti-space/index.php

how do i remove the extra lines from the sides?

and also, if i want to change the color of the rollover that is currently Blue to another color like Red, what do i need to do?

Thanks!!

great hack!

Deepdog009 08-13-2007 11:35 AM

Quote:

Originally Posted by puregraf (Post 1316263)
hi, installed..

one problem, theirs a line comming off the right and left side, im using the Css5 one.

see here: http://puregraffiti.com/graffiti-space/index.php

how do i remove the extra lines from the sides?

and also, if i want to change the color of the rollover that is currently Blue to another color like Red, what do i need to do?

Thanks!!

great hack!


Puregraf,

Here's your solution below
...>>>

HTML Code:

#nav{
        clear:both;
        font-weight:bold;
        color:#666;
        margin-left:10px;
        float:left;
        list-style-type:none;       
       
        padding-bottom:21px;  <...{{{ change this here to to move down }}}
}
#nav li{
        list-style-type:none;
        float:left;
        margin:0 0 0 4px;
        padding:0 0 0 10px ;
        border-bottom:1px solid #999;  <...{{{ change this here to 0 }}}

        background:url(../tab_images/css2_under.gif) #c0c0c0 top left no-repeat;
}

If U want 2 make it flush with your tbody or table, change the cellpadding or cellspacing in your tables area...


Good Luck 2 ya ;)

puregraf 08-14-2007 03:33 AM

hi, thanks for your reply and help

i have a question, i currently had to disable plugins due to some plugins problems causing my vbulletin to be super slow,

is there any way for me to have this menu on my site without it using plugins?

thanks for your help
sabrina

Deepdog009 08-14-2007 03:33 PM

Quote:

Originally Posted by puregraf (Post 1317014)
hi, thanks for your reply and help

i have a question, i currently had to disable plugins due to some plugins problems causing my vbulletin to be super slow,

is there any way for me to have this menu on my site without it using plugins?

thanks for your help
sabrina

{{{ Nice site U have there }}}

Sure U can,

Best way 2 accomplish what U want is 2 split code...

Css info added in file {{{ mycss.css }}}, Next insert into headerincludes like this below...>
HTML Code:

<link rel="stylesheet" type="text/css" media="screen" href="mycss.css">


Html added into body of your forumhome or navbar template... Example below...>
HTML Code:

<table cellpadding="0" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
  <tr>
    <td><div id="navcontainer">
                        <ul id="navlist">
                                <!-- CSS Tabs -->
<li id="current"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Home</a></li>
<li><a href="/forums/arcade.php">Arcade</a></li>
<li><a href="/forums/articles.php">Articles</a></li>
<li><a href="/forums/">Chat</a></li>
<li><a href="/forums/">Forums</a></li>
<li><a href="/gallery/">Gallery</a></li>
<li><a href="/forums/">News</a></li>
<li><a href="/forums/sendmessage.php">Support</a></li>

                        </ul>
                </div></td>
  </tr>
</table>


Remember 2 add html code above table or tbody area where U want it 2 show up...

If U want it above navbar, add html code 2 navbar template at beginning...

Some call this Semi-hardcode...

Give it a go :up:


All times are GMT. The time now is 07: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.02136 seconds
  • Memory Usage 1,760KB
  • 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
  • (3)bbcode_html_printable
  • (6)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