Header Code Problem

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

  1. kneel

    kneel Regular Member

    Joined:
    Jun 25, 2009
    Messages:
    612
    Likes Received:
    16
    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

    Joined:
    Jun 3, 2009
    Messages:
    2,402
    Likes Received:
    66
    Location:
    New York City
    Can you point us to the page in question? Or post the code?
     
  3. Lynne

    Lynne Regular Member

    Joined:
    May 26, 2009
    Messages:
    333
    Likes Received:
    32
    Location:
    Home Sweet Home!
    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

    Joined:
    Jun 25, 2009
    Messages:
    612
    Likes Received:
    16
    dont worry...i played with the code today...searched vb.com and figured it out!!!

    Thanks guys!!!
     
  5. Wayne Luke

    Wayne Luke Regular Member

    Joined:
    Apr 2, 2009
    Messages:
    991
    Likes Received:
    276
    Mind posting the solution you found in case someone else finds themselves in a similar position?
     
  6. kneel

    kneel Regular Member

    Joined:
    Jun 25, 2009
    Messages:
    612
    Likes Received:
    16
    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

    Joined:
    Jun 7, 2009
    Messages:
    735
    Likes Received:
    12
    Location:
    Campbelltown, New South Wales, Australia
    i'm having the same issue - any ideas what you did to fix it?
     
  8. kneel

    kneel Regular Member

    Joined:
    Jun 25, 2009
    Messages:
    612
    Likes Received:
    16
    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