• 07-09-2006, 00:46:45
    #1
    şimdi mesela bu ilk postum benim ikinci postla birinci post arasına bi text alanı giriyo onu nasıl ekliycem. Mesela bu forumda var oşey bu mesajın altında bulunuyo işte ben onu koymak istiyorum,

    Bilgilendirene anında rep sistemini devreye sokuyorum Teşekkürler
  • 07-09-2006, 17:37:54
    #2
    Ben buldum kodları yaptım ilk mesajdan sonra text alan oldu ama r10 daki gibi olmadı yani şu şekilde..

    bu arada kodlar şu.
    postbit legacy'de en alta ekle

    <if condition="!$GLOBALS['FIRSTPOSTID']">
    
    $spacer_open
    <div style="padding:0px 0px $stylevar[cellpadding]px 0px">
    
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="thead" align="left">Reklamlar</td>
    </tr>
    <tr>
        <td class="alt1" align="center"> 
    <style>
    .ts_divs{font-family: tahoma,arial;width:135px;height:60px;padding:1px;cursor:hand;border:1px solid #333333;}
    .ts_divsover{font-family: tahoma,arial;width:135px;height:60px;padding:1px;cursor:hand;border:1px solid
    #CC0000;background-color:#DBFD1C;}
    .ts_urls{font-size:11px;color:black;text-decoration:none;}
    .ts_links{color:#0000BD;text-decoration:none;font-size:12px;}  
    .ts_links:visited{color:#0000BD;text-decoration:none;}
    .ts_links:link{color:#0000BD;text-decoration:none;}
    .ts_links:hover{color:#cc0000;text-decoration:underline;}
    .ts_links:active{color:#cc0000;text-decoration:none;}
    </style>
    <script language=javascript>
    function sdivclick(a) {
    a.children(0).click();
    }
    function sdivover(a,c,u) {
    a.style.background=c;
    a.style.border='1px solid #CC0000';
    a.children(0).style.textDecoration='underline';
    a.children(0).style.color='#cc0000';
    window.status = u + ' adresine git';
    return true;
    }
    function sdivout(a,c) {
    a.style.background=c;
    a.style.border='1px solid #333333';
    a.children(0).style.textDecoration='none';
    a.children(0).style.color='#0000BD';
    window.status = '';
    }
    </script>
    <div align="center">
    <table cellpadding=2 border=0 width=135 style="border-collapse:collapse;" bgcolor="#FFFFFF">
    <tr>
    <td align=center width=135>
    <div class=ts_divs style='align=center;background-color:#fcfadf;' onmouseover="sdivover(this,'#EDFD93','http://www.siteniz.net');"
    onmouseout="sdivout(this,'#fcfadf');" onclick="sdivclick(this)">
    <a class="ts_links" target="_blank" onmouseover="window.status='Reklam adresine git';return true;" onmouseout="window.status='';"
    href="tıklayınca yönlenicek adresi yazın">
    <b>Bu Alana Reklam Verebilirsiniz</b><br><br>
    <font class=ts_urls>Bu Fırsat Kaçmaz</font>
    </a>
    </div>
    </td>
    <td align=center width=141>
    <div class=ts_divs style='align=center;background-color:#66FFCC; width:141px; height:60px'
    onmouseover="sdivover(this,'#33CC99','http://www.siteniz.net');" onmouseout="sdivout(this,'#66FFCC');" onclick="sdivclick(this)">
    <a class="ts_links" target="_blank" onmouseover="window.status='Reklam adresine git';return true;" onmouseout="window.status='';"
    href="tıklayınca yönlenicek adresi yazın">
    <b>Bu Alana Reklam Verebilirsiniz</b><br><br>
    <font class=ts_urls>Bu Fırsat Kaçmaz</font>
    </a>
    </div>
    </td>
    <td align=center width=135>
    <div class=ts_divs style='align=center;background-color:#fcfadf;' onmouseover="sdivover(this,'#EDFD93','http://www.siteniz.net');"
    onmouseout="sdivout(this,'#fcfadf');" onclick="sdivclick(this)">
    <a class="ts_links" target="_blank" onmouseover="window.status='Reklam adresine git';return true;" onmouseout="window.status='';"
    href="tıklayınca yönlenicek adresi yazın">
    <b>Bu Alana Reklam Verebilirsiniz</b><br><br>
    <font class=ts_urls>Bu Fırsat Kaçmaz</font>
    </a>
    </div>
    </td>
    <td align=center width=135>
    <div class=ts_divs style='align=center;background-color:#ffecf1;' onmouseover="sdivover(this,'#FDC5D4','http://www.siteniz.net');"
    onmouseout="sdivout(this,'#ffecf1');" onclick="sdivclick(this)">
    <a class="ts_links" target="_blank" onmouseover="window.status='Reklam adresine git';return true;" onmouseout="window.status='';"
    href="tıklayınca yönlenicek adresi yazın">
    <b>Bu Alana Reklam Verebilirsiniz</b><br><br>
    <font class=ts_urls>Bu Fırsat Kaçmaz</font>
    </a>
    </div>
    </td>
    </tr>
    </table></div>
    </if>
        </td>
    </tr>
    </table>
    
    </div>
    $spacer_close
  • 07-09-2006, 19:31:30
    #3
    kardeş ben google reklamı koyucam ama ilk mesajın başına deği yani senin ve benim mesajım arasında olucak olayı tam anladın dimi =) ?
  • 07-09-2006, 22:17:24
    #4
    Tamam işte r10 daki gibi değilmi şu anki text reklam yazan alan gibi?
  • 08-09-2006, 12:40:42
    #5
    Üyeliği durduruldu
    İlk Mesajdan Sonra Google AdSense Banneri
    - postbit_legacy templatesinde en alta şunları ekleyin ve düzenleyin;
     <if condition="!$GLOBALS['FIRSTPOSTID']"> 
    $spacer_open 
    <div style="padding:0px 0px $stylevar[cellpadding]px 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"> 
            kendinize ait adsense kodlarını buraya koyacaksınız... 
    </if> 
        </td> 
    </tr> 
    </table> 
    </div> 
    $spacer_close 
    </if>
    Alıntıdır