vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Tabs not showing up in profile page (https://vborg.vbsupport.ru/showthread.php?t=195584)

trinkaespinhas 11-03-2008 10:40 PM

Tabs not showing up in profile page
 
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

Code:


$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

Quote:

Originally Posted by trinkaespinhas (Post 1658954)
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

Quote:

Originally Posted by trinkaespinhas (Post 1660389)
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.


All times are GMT. The time now is 02:23 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.01753 seconds
  • Memory Usage 1,744KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete