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

Derecelendirme: 0/5 - 0 oy

Postbit Edit


Sponsor Reklam

Çevrimdışı fatalboy07
 Tarih: 03-08-2012, Saat:21:20
(Son Düzenleme: 04-08-2012, Saat:02:41, Düzenleyen: fatalboy07.)
#1
Merhaba,

Sitemin postbitinde biraz bozukluk var.

Bir türlü düzeltemedim.

Yardımcı olmak isteyen birisi olursa çok makbule geçer.

Kod:
Site : www.ottomancraft.net

Kullanıcı Adı : Demo
Şifre : 123456

Birkaç şeyi özelden belirtmem gerekiyor. Yardımcı olmak isteyen olursa konu altında belirtirse çok sevinirim.

Teşekkürler.


PS : Birçok sorunu halletim. Tek sorun postbitin yöneticilere bir koddan dolayı geniş gözükmesi ;

resim

postbit_classic kodları ;

Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr class="tcat">
            <td>
                <div class="float_left smalltext">
                    {$post['postdate']}, {$post['posttime']}
                </div>
            </td>
            <td>{$post['posturl']}</td>
        </tr>
        <tr>            <td class="{$unapproved_shade}<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
                <span class="post_author">{$post['profilelink']}</span>{$post['onlinestatus']}<br />
                                  {$post['userstars']}
                                 {$post['usertitle']}<br />
                                 {$post['groupimage']}                                
                                 {$post['useravatar']}</br>
                {$post['user_details']}{$post['iconfacebook']}
            </td>
            <td class="trow1 post_content {$unapproved_shade}" valign="top">
            <div class="float_right post_rep">{$post['plus_form']}{$post['minus_form']}</div>
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong> </span>  <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                <div class="post_body adhref_content bbtext" id="pid_{$post['pid']}">
                    
                    {$post['message']}          </div>
                {$post['attachments']}
                {$post['signature']}
                <div class="post_meta" id="post_meta_{$post['pid']}">
<br />
                {$post['iplogged']}
                </div>
            </td>
        </tr>            
<tr class="trow2"><td align="center"><a href="#" onclick="Effect.ScrollTo('header', { duration:'0.8', offset:-1 });return false"><img src="{$theme['imglangdir']}/postbit_top.gif" alt="top" /></a>{$post['button_report']} </td>

            <td class="post_buttons">
                <div class="author_buttons float_left">

                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}

                </div>
<div class="post_management_buttons float_right">
{$post['button_spam']}{$post['button_edit']}
{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
            </td>
        </tr>
    </tbody>
</table>

postbit kodları ;

Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tposter" style="{$post_extra_style} {$post_visibility};min-height:250px" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="{$unapproved_shade}" width="180px" valign="top" style="white-space: nowrap; text-align: center;border-right:1px #D6CDBB solid;" ><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a><span class="post_author">{$post['profilelink']}</span>{$post['onlinestatus']}<br />
                                  {$post['userstars']}
                                 {$post['usertitle']}<br />
                {$post['groupimage']}
                {$post['useravatar']}
                {$post['user_details']}{$post['iconfacebook']}
            </td>
            <td class="trow_post {$unapproved_shade}" valign="top">
<div class="smalltext toppost"><span class="darktext" style="font-weight:bold">{$post['postdate']} {$post['posttime']} </span><strong>{$post['subject']}</strong>{$post['posturl']}  </div>
                <div class="post_body" id="pid_{$post['pid']}">
                    
                    {$post['message']}          </div>
                {$post['attachments']}
                {$post['signature']}
                <div class="post_meta" id="post_meta_{$post['pid']}">
<br />
                <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>{$post['iplogged']}
            </td>
        </tr>            
        <tr class="trow2"><td align="center" class="post_buttons" style="border-right:1px #D6CDBB solid;"><a href="#" onclick="Effect.ScrollTo('header', { duration:'0.8', offset:-1 });return false">top</a>{$post['button_report']} </td>
            <td class="post_buttons">
                <div class="author_buttons float_left">

                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}

                </div>
<div class="post_management_buttons float_right">
{$post['button_spam']}{$post['button_edit']}
{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
            </td>
        </tr>
    </tb
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı Burem
 Tarih: 03-08-2012, Saat:21:53
#2
Eğer Üye Resmi ve Rank Yanyana Diyorsan
Postbit_avatara gel ve En Başa
Kod:
<br>
Kodunu Ekle
Cevapla
Bunu Beğenenler:

Çevrimdışı fatalboy07
 Tarih: 04-08-2012, Saat:01:31
(Son Düzenleme: 04-08-2012, Saat:02:38, Düzenleyen: fatalboy07.)
#3
(03-08-2012, Saat:21:53)Burem Adlı Kullanıcıdan Alıntı: Eğer Üye Resmi ve Rank Yanyana Diyorsan
Postbit_avatara gel ve En Başa
Kod:
<br>
Kodunu Ekle

Teşekkürler fakat bunun dışında birkaç düzenlemede lazım.

Şuanda birçok sorunu halettim.

Tek sorun Yöneticilerde postbitin bir koddan dolayı bozuk gözükmesi.
Cevapla
Bunu Beğenenler:

Çevrimdışı fatalboy07
 Tarih: 05-08-2012, Saat:00:56
#4
Sorunların birçoğu çözülmüştür.

Tek sorun userdetails'in altında TOP komutu var. Onu Rep ver komutuyla nasıl değiştirebilirim ?

Ve birde Teşekkürler yazan kısmıda diğerleri gibi nasıl yapabilirim çerçevesini ?
Cevapla
Bunu Beğenenler:

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Postbit Kodlama İstek likev1 0 1,914 26-05-2014, Saat:16:10
Son Yorum: likev1
  [1.6] Dpdeki Postbit Paylaşıldımı? Batuhan5 0 1,755 03-11-2013, Saat:19:57
Son Yorum: Batuhan5
  [1.6] Postbit Arkaplan Sorunu. Batuhan5 6 2,981 03-11-2013, Saat:19:51
Son Yorum: Batuhan5
  Postbit İstek SkySwich 3 2,388 24-07-2013, Saat:00:22
Son Yorum: Screwy
  Neon postbit alicome7 2 2,433 10-07-2013, Saat:02:01
Son Yorum: alicome7



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