MyBBDepo - Türkiyenin MyBB Deposu Forumuna Hoşgeldiniz
Eğer sitemize yaptığınız ilk ziyaretiniz ise, lütfen öncelikle Forum Kurallarını okuyunuz. Forumumuzda bilgi alışverişinde bulunabilmeniz için Kayıt olmalısınız. Üye olmayanlar forumumuzdan yararlanamazlar.
Eğer zaten kayıtlı kullanıcı iseniz, lütfen kullanıcı adınız ve şifreniz ile, Giriş yapınız. (Sitemize üyelik ücretsizdir).
KuKLy avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

postbit sorunu


Sponsor Reklam

Çevrimdışı KuKLy
 Tarih: 22-05-2016, Saat:14:34
#4
(22-05-2016, Saat:14:20)DevAdam Adlı Kullanıcıdan Alıntı: posbit ve posbit_classic kodlarını ayrı ayrı atar mısın

POSTBİT:

Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: normal;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['onlinestatus']}        
<strong><span class="largetext"><div class=postarka><center><font size="4px">{$post['profilelink']}</font></center></span></strong>
        <span class="smalltext">
            <center><marquee><span style="color: #000; background: url(http://www.resimagaci.com/img/659vj90.gif);"><b>{$post['usertitle']}</b></span></marquee></div>
            <center><div class=postarka>{$post['useravatar']}<br />{$post['groupimage']}</div></center>
{$post['user_details']}<br/>{$post['awards']}<br/>{$post['awards']}
        </span>

    </td>

    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
posbit_classic:
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: normal;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['onlinestatus']}        
<strong><div class=postarka><span class="largetext"><center><font size="4px">{$post['profilelink']}</font></center></span></strong>
        <span class="smalltext">
            <center><marquee><span style="color: #000; background: url(http://www.resimagaci.com/img/659vj90.gif);"><b>{$post['usertitle']}</b></span></marquee></div>
            <center><div class=postarka><br />{$post['useravatar']}<br />{$post['groupimage']}<br />{$post['userstars']}</div>
<br /></center>
{$post['user_details']}<br/>{$post['awards']}<br/>{$post['awards']}
        </span>

    </td>

    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
Cevapla
Bunu Beğenenler:

 


Bu Konudaki Yorumlar
postbit sorunu - Yazar: KuKLy - 22-05-2016, Saat:14:12
Cvp: postbit sorunu - Yazar: DevAdam - 22-05-2016, Saat:14:20
Cvp: postbit sorunu - Yazar: AlperYildirim - 22-05-2016, Saat:14:22
Cvp: postbit sorunu - Yazar: KuKLy - 22-05-2016, Saat:14:34
Cvp: postbit sorunu - Yazar: DevAdam - 22-05-2016, Saat:14:43
Cvp: postbit sorunu - Yazar: KuKLy - 22-05-2016, Saat:14:47
Cvp: postbit sorunu - Yazar: DevAdam - 22-05-2016, Saat:14:50
Cvp: postbit sorunu - Yazar: KuKLy - 22-05-2016, Saat:14:51
Cvp: postbit sorunu - Yazar: DevAdam - 22-05-2016, Saat:14:53
Cvp: postbit sorunu - Yazar: Kiliza - 22-05-2016, Saat:15:24
Cvp: postbit sorunu - Yazar: AlperYildirim - 22-05-2016, Saat:15:38
Cvp: postbit sorunu - Yazar: Kiliza - 22-05-2016, Saat:15:43
Cvp: postbit sorunu - Yazar: XLRThetis - 22-05-2016, Saat:16:29
Cvp: postbit sorunu - Yazar: KuKLy - 22-05-2016, Saat:16:35
Cvp: postbit sorunu - Yazar: Machine - 23-05-2016, Saat:22:05

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  [1.4 - 1.6 - 1.8] Şifre Degiştir Alanı Sorunu oktayaric 2 4,615 02-05-2025, Saat:12:59
Son Yorum: SiberLeon
  [1.6 - 1.8] Üye olunca hata sorunu dny695 3 2,484 02-05-2025, Saat:12:55
Son Yorum: SiberLeon
  vk video eklenti sorunu dny695 3 3,279 15-09-2022, Saat:01:33
Son Yorum: Charismax
  [1.8] Kayıt Sorunu AwpSlayer 3 3,562 09-07-2022, Saat:22:26
Son Yorum: AwpSlayer
  [1.8] Postbit`te Puan Gösterimi Hk. thecojuk 3 2,591 29-10-2021, Saat:14:33
Son Yorum: muzaffer



Konuyu Okuyanlar:

istanbul escort - beşiktaş escort - şişli escort - ataköy escort - ataköy escort - taksim escort - escort mecidiyeköy - çapa escort - topkapı escort

escort - sex hikaye - altyazılı porno - türk ifşa - türk porno - escort bayan