Quote:
Originally Posted by Creed
Fixed...well sort of. You can replace the CAFEPRESS template with the one provided in the attached text file Now, if you have custom header and footer templates this will remove those...as there is a problem with the $show['oldexplorer'] variable and this script. I'll work on that, but in the mean time you can use the attached template for immediate fix.
|
I HACKED at this until I found a fix.
using the IE fix TXT on post#44, find and replace this text
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
With the actual HEADER code from the same skin thats holds the CAFEPRESS template your editing.
as an example, I copied the portion of my HEADER template, and used it to replace the above code.
Code:
<!-- logo -->
<a name="top"></a>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="Bilder2/Unbenannt-1_02.gif" width="100%" /></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><center><img src="$vboptions[bburl]/Bilder2/Unbenannt-1_03.gif" width="99%" height="82" /></center></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="$vboptions[bburl]/Bilder2/Unbenannt-1_14.gif" width="100%"></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="$vboptions[bburl]/Bilder2/Unbenannt-1_15.gif"></td>
<td bgcolor="#FFFFFF" width="100%"></td>
<td><img src="$vboptions[bburl]/Bilder2/Unbenannt-1_17.gif"></td>
</tr>
</table>
Its actually everything in the HEADER template ABOVE the
"<!--
NEW HEADER & NAVBAR" statement.
Now remember, You will have to edit each CAFEPRESS template with each skins HEADER template accordingly.
Works great for me! I hope it helps everyone else.