The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#102
|
||||
|
||||
Quote:
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... |
#103
|
|||
|
|||
Hi.Can you point out where do we insert our quicklinks/nav_popout codes?
|
#104
|
||||
|
||||
Quote:
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... |
#105
|
|||
|
|||
Quote:
Ok,thanks for the hack! |
#106
|
|||
|
|||
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 |
#107
|
||||
|
||||
Quote:
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 |
#108
|
||||
|
||||
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! |
#109
|
||||
|
||||
Quote:
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; } Good Luck 2 ya |
#110
|
||||
|
||||
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 |
#111
|
||||
|
||||
Quote:
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: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|