MyBB İlk Mesajda Reklam (Eklentisiz)
MyBB sürümünüz 1.6 ise: 1. adım: postbit şablonunu aç, bul:
1 |
{$post['message']} |
Üstüne ya da altına ekleyin:
1 |
<div id="ust_reklam"></div> |
2. adım: postbit_posturl aç, en alta ekle:
1 2 3 4 5 6 7 |
<script type="text/javascript"> jQuery(document).ready(function() { if ({$postcounter} < 2) { jQuery( '#reklam_kodu' ).append( ' reklam kodunuz ' ); } }); </script> |
MyBB sürümünüz 1.8 ise: 1. adım: postbit şablonunu aç, bul:
1 |
{$post['message']} |
Üstüne ya da altına ekle:
1 |
<div id="ust_reklam"></div> |
2. adım: postbit_posturl