The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Header template shows different on certain pages
Hello,
I have modified my header template to include the below code: Code:
<tr> <td width="226" style="background-color: #E8E4AD" height="72"> <a href="http://www.aacircle.com.au"> <img border="0" src="http://www.aacircle.com.au/images/AAC%20logo.gif" width="211" height="51"></a></td> <td style="background-color: #E8E4AD" width="100%" align="$stylevar[right]" valign="middle" height="72"> <!-- SPODs START --> <table style="border: 1px solid rgb(232, 228, 173); background-color: rgb(232, 228, 173); font-family: Arial,Helvetica,sans-serif; font-size: 12px;" cellpadding="0" cellspacing="0" height="60" width="468"> <tbody> <tr> <td colspan="9" bgcolor="#5e7fa7"> <a href="http://friends.aacircle.com.au"><font color="#ffffff"><b>AAC Friends</b> - Join Now, FREE!</font></a> </td> </tr> <tr style="font-size: 8pt;"> <script language="javascript" src="http://cache.meta4-group.com/aac/spods.js?locale=en_US&count=8" type="text/JavaScript"></script> <script language="javascript"> for (var i = 0, n = wfSPODArray.length; i < n; i++) { var spod = wfSPODArray[i]; if (spod.nickname.length>10) spod.nickname = spod.nickname.substr(0,8)+'...'; spod.link = 'http://friends.aacircle.com.au'; spodHtml = '<td align="center"><a href=' + spod.link + '><img src=' + spod.photo.url + ' width=50' +' height=50 border=1 hspace=2 vspace=2' + '></a></td>'; document.write(spodHtml); } </script></tr> </tbody> </table> <!-- SPODs END --> </td> </tr> Does anyone have any suggestions? Thank you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|