vbulletin 4.0 ve ust sürümlerinde ilk mesajda ve son mesajda adsense reklamını göstermek
AC:
Posbit_Legacy template
BUL:
USTUNE EKLE:
İKİNCİ SECENEK:
postbit_legacy template Bul
Altına bunu ekle
AC:
Posbit_Legacy template
BUL:
Kod:
<vb:if condition="$post['isfirstshown']">
USTUNE EKLE:
Kod:
<!-- reklam -->
<vb:if condition="(($post[postcount] % $vboptions[maxposts] == 1) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
[B][COLOR=red]ADSENSE REKLAM KODUNUZ BURAYA GELECEK[/COLOR][/B]
</vb:if>
<!-- /reklam -->
İKİNCİ SECENEK:
postbit_legacy template Bul
Kod:
align="center">{vb:raw post.message}</div>
</blockquote>
</div>
Kod:
<vb:if condition="$post[postcount] == 1">
adsense reklam kodlarını buraya yapıştırın
</vb:if>