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....
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.
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...
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