![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/08/2008, 19:02
|
![Avatar de Nekko](http://static.forosdelweb.com/customavatars/avatar225640_1.gif) | Colaborador | | Fecha de Ingreso: marzo-2008 Ubicación: Buenos Aires
Mensajes: 3.141
Antigüedad: 16 años, 10 meses Puntos: 656 | |
Respuesta: Adsense dentro del post vbulletin? Buscá en postbit
Código:
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
Reemplazalo por:
Código:
<!-- message -->
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and ($show['guest'])">
<span style="margin: 2px; float: right; width: 301px; height: 251px;">
CODIGO ADSENSE
</span>
</if>
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
|