• 02-11-2009, 13:56:48
    #1
    Selam Arkadaşlar.
    vBulletin® Version 3.8.4 Kullanıyorum r10daki Reklam Alanları Gibi Alanlar Oluşturmak istiyorum Navbarda Konu içinde Felan Yardımcı Olabilecek Arkadaşlar varmı ?
    vBulletinin Eklenebilecek Tüm Alanlarına Reklam Eklemek istiyorum .
    Resimli Anlatım Yapabilirseniz sevinirim .
    Anlayışınız ve Yardımınız için Teşekkürler.
  • 02-11-2009, 14:24:57
    #2
    navbarda şunu bul

    <!-- / NAVBAR POPUP MENUS -->

    altına ekle

    <center>
    <script type="text/javascript"><!--
    google_ad_client = "pub-2060062123466449";
    /* 728x15, oluşturulma 23.08.2009 */
    google_ad_slot = "2444655707";
    google_ad_width = 728;
    google_ad_height = 15;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </center>
    </br>

    tabiki istediginiz şeyi koyabilirsiniz...

    pospit_legacy'de şunu bul

    <!-- / icon and title -->
    </if>

    altına ekle

    <if condition="$post[postcount] % $vboptions[maxposts] == 1">
    <center>
    <script type="text/javascript"><!--
    google_ad_client = "pub-2060062123466449";
    /* 468x60, oluşturulma 23.08.2009 */
    google_ad_slot = "5786684590";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </center>
    </if>
    <br>

    bu sadece ilk mesajda reklam gözükmesini sağlar

    pospit_legacy'de en alt ta in satırın sonuna ekle

    <br>
    <table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">

    <td class="thead" align="left">Sponsor Bağlantı Adresi</td>
    <tr>
    <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
    <center>
    <if condition="$post[postcount] % $vboptions[maxposts] == 1"></if>
    <script type="text/javascript"><!--
    google_ad_client = "pub-2060062123466449";
    /* 728x90, oluşturulma 23.08.2009 */
    google_ad_slot = "1526206988";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </center>
    </td>
    </tr>
    </table>
    </if></if>

    bu r10 daki gibi sponsor baglantıdır yalnız her mesajın altında degil bu kodla eklediginiz taktirde sadece 5 mesajda bir gözükür her mesajın altında gözükmesini istiyorsanız <if> komutları geçen satırları kaldırınız...

    aklıma bide avatarın altı geliyor ama onada gerek yok herhalde bunlar yeterli senin için...