The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
The problem I had turned out to be a table which was wrapped around the main page content, with the opening table/tr/td tags at the end of 'header' and closing tags at the top of 'footer'. I still have no clue why this broke Tabs in IE. The reason I added it was because without it, the page failed XHTML validation. With it, the page validates, but breaks tabs in IE. Go figure.
-- hugh |
#12
|
||||
|
||||
I still can't figure out or get it to work for me.... even with the suggestions.
maybe I'm not doing it. I threw the recommended javascript at the end. I reverted all the templates I could and its STILL not working heeellpp!! vb 3.7.1 |
#13
|
|||
|
|||
Moving the javascript solved this problem for me.
At first it didn't, but then I realized I had only moved half of the javascript. |
#14
|
||||
|
||||
Quote:
me n00birific heh |
#15
|
|||
|
|||
The tabs work on a style that has no parent, (it is the header that is messing up the tabs) but I don't know what to do to keep all my modifications yet still have tabs.
HEADER: Code:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="border-left: 1px solid $stylevar[tborder_bgcolor]; border-right: 1px solid $stylevar[tborder_bgcolor];" height="100%"><tr><td> <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr > <if condition="$styleid ==6"> <td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td></if> <if condition="$styleid ==9"> <td align="right"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td></if> <if condition="$styleid ==10"> <td align="right"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td></if> <if condition="$styleid ==18"> <td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td></if> <if condition="$styleid ==12"> <td align="right"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td></if> <if condition="$styleid !=6"><if condition="$styleid !=10"><if condition="$styleid !=18"><if condition="$styleid !=12"><if condition="$styleid !=9"> <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td></if></if></if></if></if></b> <!-- /logo --> <!-- nav buttons bar --> <if condition="$styleid ==6"> <table tyle="border-bottom: 1px solid $stylevar[tborder];" cellpadding="2" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"> <tr class="thead" align="center" > <td class="thead" style="background-image: url('images/ggirl/ggn.png'); background-repeat: no-repeat; background-position: left; background-color:#a7a786;"> </if> <if condition="$styleid ==11"> <table tyle="border-bottom: 1px solid $stylevar[tborder];" cellpadding="2" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"> <tr class="thead" align="center" > <td class="thead" style="background-image: url('images/cr/crn.png'); background-repeat: no-repeat; background-position: center; background-color:#0b0119;"> </if> <if condition="$styleid ==18"> <table tyle="border-bottom: 1px solid $stylevar[tborder];" cellpadding="2" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"> <tr class="thead" align="center" > <td class="thead" style="background-image: url('images/gnd/navbar.png'); background-repeat: no-repeat; background-position: left; background-color:#64d1f3;"> </if> <if condition="$styleid !=6"> <if condition="$styleid !=11"> <if condition="$styleid !=18"> <table class="thead" cellpadding="2" cellspacing="0" border="0" width="$stylevar[outertablewidth]" style="border-top: 1px solid $stylevar[tborder_bgcolor]; border-bottom: 1px solid $stylevar[tborder_bgcolor];" align="center"> <tr class="thead" align="center"> <td class="thead" > </if> </if></if> <if condition="$show['member']"> <a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a> · </if> <if condition="$show['registerbutton']"> <a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a> · </if> $template_hook[navbar_buttons_left] <a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a> · <if condition="$vboptions['enablememberlist']"> <a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a> · </if> <a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a> · <if condition="$show['member']"> <else /> <a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a> </if> $template_hook[navbar_buttons_right] <if condition="$show['member']"> <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a> </if> </td></tr> </table> <!-- / nav buttons bar --> <div class="backgroundimg"> <table class="tborder" cellpadding="0" cellspacing="0" border="0" width="$stylevar[outerdivwidth]" align="center"> <tr > <td width="100%" > <!-- content table --> $spacer_open $_phpinclude_output $ad_location[ad_header_end] Code:
$ad_location[ad_footer_start] <br /> <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> <br /> <form action="$vboptions[forumhome].php" method="get"> </form><br /> $spacer_close <!-- /content area table --> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="tfoot" align="center" class="tborder" style="border: 1px solid $stylevar[tborder]; border-left: 0px; border-right:0px;"> <tr> <td class="tfoot" align="$stylevar[left]" width="50%"> <div class="smallfont" align="left"> <!-- Do not remove this copyright notice --> $vbphrase[powered_by_vbulletin] <!-- Do not remove this copyright notice --> </div> <div class="smallfont" align="center"> <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $cronimage <!-- Do not remove $cronimage or your scheduled tasks will cease to function --> $vboptions[copyrighttext] </div> <td class="tfoot" align="$stylevar[right]" width="50%"> <div class="smallfont" align="right"> <strong> <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> ·</if> <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> ·</if> <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> ·</if> <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> ·</if> <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> ·</if> $template_hook[footer_links] <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> ·</if> <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a> </strong> </div> </td> </tr> </table> $ad_location[ad_footer_end] <if condition="$show['dst_correction']"> <!-- auto DST correction code --> <form action="profile.php?do=dst" method="post" name="dstform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="dst" /> </form> <script type="text/javascript"> <!-- var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff]; var utcOffset = new Date().getTimezoneOffset() / 60; if (Math.abs(tzOffset + utcOffset) == 1) { // Dst offset is 1 so its changed document.forms.dstform.submit(); } //--> </script> <!-- / auto DST correction code --> </if> <script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|