08-28-2011, 04:26 PM
|
#1 (permalink)
|
Date: Aug 2009
Mesajlar: 598
|
Vbulletin 4 Postbit Reklam Yerleri
AC:
Posbit_Legacy template
BUL:
PHP- Kodu:
<vb:if condition="$post['isfirstshown']">
USTUNE EKLE:
PHP- Kodu:
<!-- reklam --> <vb:if condition="(($post[postcount] % $vboptions[maxposts] == 1) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))"> ADSENSE REKLAM KODUNUZ BURAYA GELECEK </vb:if> <!-- /reklam -->
İKİNCİ SECENEK:
postbit_legacy template Bul
PHP- Kodu:
align="center">{vb:raw post.message}</div> </blockquote> </div>
Altına bunu ekle
PHP- Kodu:
<vb:if condition="$post[postcount] == 1"> adsense reklam kodlarını buraya yapıştırın </vb:if>
Reklamı ilk mesajda altta göstermek isterseniz
postbit" veya "postbit_legacy templatenin en sonuna asağıdaki kodları ekleyin
PHP- Kodu:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"> <div class="attachments"> <div style="width: 100%; text-align: center"> ADSENSE KODUNUZU BURAYA EKLEYİN </div> </div> </vb:if>
|
|
|
|