PDA

View Full Version : Tabs not showing up in profile page


trinkaespinhas
11-03-2008, 10:40 PM
hi i have the same problem

im moving the javascript but i cant do it appear the tabs

i post it here my template footer



$ad_location[ad_footer_start]
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />

$spacer_close
<!-- /content area table -->


<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td>
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td>
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td align="$stylevar[right]" width="100%">
<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>

<div style="padding-top: 3px; background-color: #366b9b;" align="left"></div>


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="height: 121px; background-image:url($stylevar[imgdir_misc]/footer_bg.jpg);">

<div align="center">
<div class="loginboxtext" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>

<div class="loginboxtext" 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>
</div>

</td>
</tr>
</table>
</form>
$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>



Thnaks in advanced

Lynne
11-04-2008, 01:12 AM
hi i have the same problem

im moving the java but i cant do it

We discussed a couple of different issues in this thread, so I have no idea which one you are talking about.

And, it is javascript, not java. Java is a completely different language from javascript.

Please start your own thread telling us as much about your problem as possible so we can help you. And, if you need to post code, please use the code/html/php tags or it is too hard to read.

trinkaespinhas
11-06-2008, 10:34 AM
ok
I changed the post, added the code to be better reading.
My problem is that the tabs dont appear at all on my skin.
I done a upgrade from 3.6.8 to 3.73

Any help

Thanks in advannced

Lynne
11-06-2008, 02:25 PM
I split your posts from the original thread since I asked you to start a new thread.

Try this - Create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?

SEOvB
11-06-2008, 06:37 PM
ok
I changed the post, added the code to be better reading.
My problem is that the tabs dont appear at all on my skin.
I done a upgrade from 3.6.8 to 3.73

Any help

Thanks in advannced

if your 3.6.8 skin wasn't properly updated to 3.7.3 then the tabs won't work.

Check the headinclude, header, memberinfo, footer templates for errors.

ScottC20
11-09-2008, 11:37 AM
I have a child-style based off the pre-3.7 Vbulletin default skin. It's essentially the same skin but I have just edited the colours in the CSS stylesheet. However, the tabs etc aren't displaying correctly with the child style (work fine with the parent vb style). Could someone tell me how to fix it? if i export the style and upload it would someone be able to have a look at it for me?

Lynne
11-09-2008, 02:52 PM
There was additional CSS added for 3.7. You can fix it by going to your child style > main css > very bottom of the page > additional css definitions > revert > save You will lose anything you added in there so you may want to save it first.