Ver Mensaje Individual
Antiguo 18-jun-2008, 01:45   #1 (permalink)
BOSS
Super Moderator
 
Avatar de BOSS
 
Fecha de Ingreso: noviembre-2007
Ubicación: Mexico
Mensajes: 153
Thanks: 80
Thanked 983 Times in 74 Posts
BOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuroBOSS tiene un brillante futuro
Predeterminado Publicidad Entre Los Post

Publicidad Entre Los Post



En La Planilla POSTBIT O POSTBIT LEGACY (el que estes usando) Pegar Esto Al Final.

Código PHP:
<br
<!-- 
Banner Post TCattitude 1 --> 
<if 
condition="THIS_SCRIPT == 'showthread' or THIS_PAGE == 'index'"
<if 
condition="$post['postid'] == $GLOBALS['FIRSTPOSTID']"
$spacer_open 
<div style="padding:0px 0px $stylevar[cellpadding]px 0px"
<
table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="200%" align="center"
<
tr
        <
td class="thead" align="left">Sponsored Links</td>  
</
tr
<
tr
    <
td class="alt1" align="center"

CODIGO DEL BANNER O LO QUE SEA AQUI 

    
</td
</
tr
</
table
</
div
$spacer_close 
</if> 
</if> 
<!-- / 
Banner Post TCattitude 1 --> 
Donde Dice "CODIGO DEL BANNER O LO QUE SEA AQUI" Obiamente va la publicidad

Buscar en el codigo de arriba
Código PHP:
<if condition="$post['postid'] == $GLOBALS['FIRSTPOSTID']"
remplazar a elección
cambiarlo por alguno de estos IF:

Si Quieres que aparesca Despues del primer post en cada pagina:

Código PHP:
<if condition="$post[postcount] % $vboptions[maxposts] == 1"
Despues del primer post, pero solo si hay una respuesta al tema:

Código PHP:
<if condition="$post[postcount] == 1 AND $GLOBALS[threadinfo][replycount] >= 2"
Despues del primer post, pero solo en los X,Y,Z foros:

Código PHP:
<if condition="$post[postcount] == 1 AND in_array($GLOBALS[forumid], array(X,Y,Z))"
Despues del primer post en cada pagina, pero solo en los X,Y,Z foros:

Código PHP:
<if condition="$post[postcount] % $vboptions[maxposts] == 1 AND in_array($GLOBALS[forumid], array(X,Y,Z))"
salu2
Fuera de línea   Responder Citando
The Following 3 Users Say Thank You to BOSS For This Useful Post:
manjes (18-jun-2008), matador01 (18-jun-2008), michi122513 (20-jun-2008)