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).
enesdemirall avatar
Konuyu Oyla:
  • Derecelendirme: 0/5 - 0 oy
  • 1
  • 2
  • 3
  • 4
  • 5

Derecelendirme: 0/5 - 0 oy

Postbit problemi


Sponsor Reklam

Çevrimdışı enesdemirall
 Tarih: 05-12-2015, Saat:19:40
#1
Web site  Site Adresi : http://mastersclan.byethost12.com/
Versiyon MyBB Sürümü :1.8.6

Hata-Sorun Sorun açıklaması Dil Çıkarmaostbit alanını ilk mesajdaki gibi istiyorum fakat resimde gördüğünüz gibi 2. ve 3. mesajda farklı bir postbit var bunu nasıl ayarlayabilirim?
Resim-Grafik Hata Ekran Görüntüsü :resim
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı nader11ndeu
 Tarih: 05-12-2015, Saat:21:25
#2
postbit_classic le postbit aynı değil sanırsam hocam
Cevapla
Bunu Beğenenler:

Çevrimdışı enesdemirall
 Tarih: 05-12-2015, Saat:23:53
(Son Düzenleme: 05-12-2015, Saat:23:54, Düzenleyen: enesdemirall.)
#3
Evet hocam aynı değiller sabahtan beri uğraşıyorum her şeyi düzenledim bir bu kaldı.Lütfen yardımcı olursanız sevinirim ücretli hosta geçiş yapmam gerekiyor 5 gün içerisinde.

Postbit
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author">
{$post['useravatar']}
<div class="author_information">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>




postbit_classic
Kod:
<if $postcounter == 1 then>
{$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="postbit4" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
           <span class="smalltext">{$post['profilelink']}</span>  {$post['onlinestatus']}<br />
       </td>
       <td class="postbit4">
           <span class="oclock"><i class="fa fa-clock-o"></i> {$post['postdate']} {$post['posttime']}<span class="float_right"> {$post['posturl']}</span></span>  
       </td>
   </tr>
<tr>
<td class="trow23" width="15%" valign="top" style="white-space: nowrap; text-align: center;"></a>
               <div class="postbit2">
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
                        </div>                      
{$post['user_details']}
</span>
</td>
<td class="trow123" valign="top">
<table width="100%">
<tr><td><span class="smalltext"></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
                       {$post['message']}
<div class="float_right">
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</td></tr>
</table>
</td>
</tr>

<table class="trow80" width="96%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
   <td align="left" class="trow4" style="white-space: nowrap;>{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</td>
    <td align="right" class="trow4">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>
</table>
<else>
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td>
<div class="caja1">
<div class="caja2">
<div class="caja3" align="center">
{$post['useravatar']}<br />
<span class="smalltext">
{$post['groupimage']}
{$post['userstars']}
{$post['usertitle']}<br />
                                                       <br />
</span>
</div>
</div>
</div>
<div class="caja4">
<div class="caja5">
                               <ul> <a href="{$post['profilelink_plain']}" id="miembro_{$post['pid']}">{$post['username_formatted']} {$post['onlinestatus']}</a></ul> <ul>{$post['user_details']}</ul> <ul class="oclock2">{$post['postdate']} {$post['posttime']}</ul>{$post['posturl']}                                
                               <span style="float: right;" class="smalltext">{$post['subject_extra']}</span></div>
<div class="caja6">
<img src="images/Jormungand/flecha.png" class="blog" />
<div style="width: 100%">
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
                               <div class="editat">
<span style="float: right; margin-top: -11px;">{$post['inlinecheck']}</span>
                                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div></div>
</div>
{$post['attachments']}
{$post['signature']}
</div>
</div>
<div class="caja7">
<div class="float_right smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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']}</div>
<div class="smalltext">{$post['button_rep']}</div>
</div>
</div>
</td>
</tr>
</table>
</if>
Cevapla
Bunu Beğenenler:

Çevrimdışı enesdemirall
 Tarih: 06-12-2015, Saat:23:49
#4
Arkadaşlar neden kimse yardımcı olmuyor ....
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  [1.8] Postbit`te Puan Gösterimi Hk. thecojuk 3 1,584 29-10-2021, Saat:14:33
Son Yorum: muzaffer
  [MCTR - 1.8] 1.8 Postbit Avatar büyütme ?? -zombi- 3 2,749 15-10-2020, Saat:23:12
Son Yorum: Charismax
  [1.8] İlk mesajda yatay postbit ALTAYSOFT 0 710 09-05-2020, Saat:13:04
Son Yorum: ALTAYSOFT
Üzgün [1.8] Mybb kurulum problemi. acahan2 1 819 26-04-2020, Saat:00:46
Son Yorum: Testimo
  Alıntı Dizayn Problemi drillers 1 1,034 14-10-2019, Saat:18:38
Son Yorum: Machine



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