Google ve diğer reklamları istediğin yere koy.
İlk cevaptan sonra Reklam / Banner koymak:
*Posbit Templates > Posbit Legacy ac
*ifadesinden hemen sonra aşağıdaki kodları ekleyin
*Her sayfada İlk konudan hemen sonra göstermek için
*İlk konudan sonra sadece misafirlere görünmesi için:
*İlk Konudan sonra fakat en az iki cevap verilirse gözükmesi için
*İlk konudan sonra isteğe bağlı belirlenen forumda gözükmesi için (x,y,z forumID numarasıdır)
*Belirli bir konu adedinden sonra gözükmesi için (mesela 5 konuda bir gözükmesi için )
*Her sayfada son konudan sonra gözükmesi için
İlk cevaptan sonra Reklam / Banner koymak:
*Posbit Templates > Posbit Legacy ac
PHP:
<!-- / post $post[postid] popup menu -->
PHP:
<if condition="$post[postcount] == 1">
<div style="padding: $stylevar[cellpadding]px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
*Reklam Kodları Buraya Eklenecek
</td>
</tr>
</table>
</div>
</if>
PHP:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
PHP:
<if condition="$post[postcount] == 1 AND !$bbuserinfo[userid]">
PHP:
<if condition="$post[postcount] == 1 AND $GLOBALS[threadinfo][replycount] >=
PHP:
<if condition="$post[postcount] == 1 AND in_array($GLOBALS[forumid], array(X,Y,Z))">
PHP:
<if condition="$post[postcount] % 5 == 0">
PHP:
<if condition="$post['islastshown']">