Header Code Problem

Discussion in 'vBulletin Discussions' started by kneel, Aug 8, 2009.

  1. kneel

    kneel Regular Member

    612
    16
    164
    for some reason the header code I use on my extreme pixels skins work fine...but...

    I copied the default VB skin and started re-doing it..to my liking...anyways...the header code that works fine on all my expix skins takes away the user profile tabs in other skins..?? Like the about me, stats, ect. when you click a user name...

    Does anyone know how to fix this?

    I can try to explain better if needed....
     
  2. Soliloquy

    Soliloquy Regular Member

    2,402
    66
    494
    Can you point us to the page in question? Or post the code?
     
  3. Lynne

    Lynne Regular Member

    333
    32
    164
    If I recall correctly, that is usually because you end up putting some of the footer code into a table - in particular this part of the code:
    HTML:
    <script type="text/javascript">
    <!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
    //-->
    </script>
    But, like Soliloquy said, it would be easier to figure out if we could see a link to the skin.
     
  4. kneel

    kneel Regular Member

    612
    16
    164
    dont worry...i played with the code today...searched vb.com and figured it out!!!

    Thanks guys!!!
     
  5. Wayne Luke

    Wayne Luke Regular Member

    991
    276
    202
    Mind posting the solution you found in case someone else finds themselves in a similar position?
     
  6. kneel

    kneel Regular Member

    612
    16
    164
    lol....yea i can... im not exactly sure what i did..but ill copy the code and maybe sumone can help me figure it out...
     
  7. torque

    torque Regular Member

    735
    12
    104
    i'm having the same issue - any ideas what you did to fix it?
     
  8. kneel

    kneel Regular Member

    612
    16
    164
    Heres my header code i was trying to work with...its a basic vb default...i still dont know what part of this inserts the profile tabs...but it worked somehow...

    <!-- logo -->
    <a name="top"></a>
    <table border="5" width="900" cellpadding="2" cellspacing="5" align="center">
    <tr>
    <td align="center"><a href="TuneMyToyota.com $session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    </tr>
    </table>
    <!-- /logo -->
    <!-- content table -->
    $spacer_open
    $_phpinclude_output
    $ad_location[ad_header_end]

    $welcomeheaders

    now this is my main skin header code..this is an extremepixels skin...

    <!-- logo -->
    <a name="top"></a>
    <table border="5" width="870" cellpadding="0" cellspacing="0" align="center">
    <tr>
    <td align="center">
    <a href="http://www.tunemytoyota.com/"><img src="http://www.tunemytoyota.com/forum/images/banners/bannera.jpg" alt="" border="0" /></a>

    </td>
    </tr>
    </table>
    <!-- /logo -->
    <div align="center">
    <table width="980" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
    <tr>
    <td align="left" valign="below">

    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
    $welcomeheaders
     

Share This Page