En mi viewtopic_body.html lo tengo editado para que entre reply y reply se carge un banner con publicidad, este codigo que le añadi es el siguiente:
Código: Seleccionar todo
<tr>
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<!-- IF postrow.S_FIRST_ROW --><!-- INCLUDE ad_banner.html --><!-- ENDIF -->
</tr>
</table>
<!-- IF postrow.S_ROW_COUNT == 1 --><!-- INCLUDE ad_banner_3.html --><!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 2 --><!-- INCLUDE ad_banner_1.html --><!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 3 --><!-- INCLUDE ad_banner_2.html --><!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 4 --><!-- INCLUDE ad_banner_3.html --><!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 5 --><!-- INCLUDE ad_banner_2.html --><!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 6 --><!-- INCLUDE ad_banner_3.html --><!-- ENDIF -->
<!-- IF postrow.S_ROW_COUNT == 7 --><!-- INCLUDE ad_banner_2.html --><!-- ENDIF -->
<!-- END postrow -->
CODIGO DE LOS FICHEROS AD_BANNER.HTML
Código: Seleccionar todo
<!-- IF not S_HIDE_ADS -->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="tablebg">
<tr class="row2">
<td width="100%">
<table width="100%" cellspacing="0">
<tr> </tr>
</table>
<table width="100%" cellspacing="5">
<tr>
<td>
<div class="postbody"> <div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-352************";
/* Debajo 1er Post 728x90, creado 19/02/08 */
google_ad_slot = "13*******";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div></td>
</tr>
</table> <img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
</table>
<!-- ENDIF -->
Que hago mal, o mejor dicho que parte del viewtopic_body.html tengo que editar o que debo de añadir para poder reproducir un fichero *.swf entre reply y reply.
Espero haberme explicado correctamente.
Gracias.