Ich hab eben die Inline Banner Ad MOD installiert; nach jedem 7. posting wird nun eine Google AdSense-Anzeige eingefügt. Im Firefox wird das alles auch richtig angzeigt. Nur der IE 7 verhält sich etwas widersprüchlich.
In ca. 90% der Fälle zieht er das Design auseinander, wie z.B. hier. Auf der zweiten Seite des selben topics wird seltsamerweise alles richtig angezeigt.
So sieht's in der viewtopic_body.tpl aus (der für die MOD relevante Teil beginnt im unteren Drittel):
Code: Alles auswählen
(...)
<tr>
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="navblack"><a href="#top" class="navblack">{L_BACK_TO_TOP}</a></span></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.POSTER_ONLINE_STATUS_IMG}{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.DVDPROFILER_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
document.write(' {postrow.ICQ_IMG}');
else
document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
</tr>
</table></td>
</tr>
<tr>
<td class="spaceRow" colspan="2" height="1"><img src="templates/70sGreen/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- BEGIN switch_ad_style2 -->
<tr>
<td colspan="2" class="inlinead">{postrow.INLINE_AD}</td>
</tr>
<tr>
<td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- END switch_ad_style2 -->
<!-- END postrow -->
<tr align="center">
(...)
MOD-Anleitung
Hat wer eine Ahnung woran das liegen könnte?