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:12
#1
Merhaba arkadaşlar,

temamda bulunan rank sorunu var.. birden fazla rank eklentisi mevcut. Aynı zamanda postbit dikey yalnız hala eklediğim ranklar yan yana geliyor. Ne yapmalıyım acil yardımlarınızı bekliyorum.

Teşekkürler.
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı DevAdam
 Tarih: 22-05-2016, Saat:14:20
#2
posbit ve posbit_classic kodlarını ayrı ayrı atar mısın
Cevapla
Bunu Beğenenler:

Çevrimdışı AlperYildirim
 Tarih: 22-05-2016, Saat:14:22
(Son Düzenleme: 22-05-2016, Saat:14:22, Düzenleyen: AlperYildirim.)
#3
Konuyu Şu Şablona Göre Düzelt.

Dikkat-Uyarı-Kural Bkz:http://mybbdepo.com/yardim-konusu-acan-k...onusu.html
Cevapla
Bunu Beğenenler:

Ç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:

Çevrimdışı DevAdam
 Tarih: 22-05-2016, Saat:14:43
#5
Bir Sorun Gözükmüyor kodlarda site adresinizi atar mısınız
Cevapla
Bunu Beğenenler:

Çevrimdışı KuKLy
 Tarih: 22-05-2016, Saat:14:47
#6
(22-05-2016, Saat:14:43)DevAdam Adlı Kullanıcıdan Alıntı: Bir Sorun Gözükmüyor kodlarda site adresinizi atar mısınız

rv-gaming.net açmadım henüz. Acaba postbit dikey mi gözükmüyor ?
Cevapla
Bunu Beğenenler:

Çevrimdışı DevAdam
 Tarih: 22-05-2016, Saat:14:50
#7
Onu Bakıcamda Siteniz Kapalı
Cevapla
Bunu Beğenenler:

Çevrimdışı KuKLy
 Tarih: 22-05-2016, Saat:14:51
#8
(22-05-2016, Saat:14:50)DevAdam Adlı Kullanıcıdan Alıntı: Onu Bakıcamda Siteniz Kapalı

Açtım Gülümseme
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  [1.4 - 1.6 - 1.8] Şifre Degiştir Alanı Sorunu oktayaric 1 1,694 16-12-2023, Saat:16:20
Son Yorum: jextr
  vk video eklenti sorunu dny695 3 2,038 15-09-2022, Saat:01:33
Son Yorum: Charismax
  [1.8] Kayıt Sorunu AwpSlayer 3 2,280 09-07-2022, Saat:22:26
Son Yorum: AwpSlayer
  [1.8] Postbit`te Puan Gösterimi Hk. thecojuk 3 1,584 29-10-2021, Saat:14:33
Son Yorum: muzaffer
  Yasaklı İp Adresli Kulanıcı Sorunu ,yardım lütfen, तोरूल 1 1,265 08-10-2021, Saat:19:54
Son Yorum: destur



Konuyu Okuyanlar: 1 Ziyaretçi

istanbul escort - mecidiyeköy escort - şişli escort - ataköy escort - taksim escort - escort mecidiyeköy

sex hikaye - porno izle - türk ifşa - mecidiyeköy escort - seks hikaye - türk porno - escort bayan