MyBB Depo Forum
Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.6 Depo (https://mybbdepo.com/mybb-1-6-depo-forumu)
+--- Forum: MyBB 1.6 Çözülmüş Soru ve Sorunlar (https://mybbdepo.com/mybb-1-6-cozulmus-soru-ve-sorunlar-forumu)
+--- Konu Başlığı: Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek (/butonlari-sadece-ziyaretcilere-gostermek-konuyla-mesaji-ayirmak-aramayi-degistirmek-konusu.html)

Sayfalar: 1 2 3


Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - iCarly - 17-08-2012

Hocam yine yanlış çıktı. Bir de sadece ilk mesajın üstünde çıkıyor. Kafası Karışmış

resim


Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - xpserkan - 17-08-2012

Son deneme hocam, birde şu şekilde deneyelim muhtemelen olacak..

Kod:
<div id="posts">
<div style="border-bottom: 1px dotted rgb(102, 102, 102); margin: 5px 0pt;"></div>
        {$posts}
    </div>



Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - iCarly - 17-08-2012

Hocam yine olmadı Kararsız Neyse siz yorulmayın hocam diğer sorunlara bakalım. Demek ki temayla alakalı Nasıl - Neydi

resim


Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - xpserkan - 17-08-2012

Olmaz hocam, demokraside çare tükenmez merak etmeyin. Bakın size rotayı değiştirip son ve kesin çözümü yazıyorum, oradan yapamadık ama postbit şablonundan yapınca cuk diye olacak.. Süper

postbit şablonunda şu kodları bulun:
Kod:
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

Hemen altına ekleyin tamamdır:
Kod:
<div style="border-bottom: 1px dotted rgb(102, 102, 102); margin: 5px 0pt;"></div>



Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - iCarly - 17-08-2012

Hocam yine olmadı ama bu sefer eklediğimiz kodun nereye gittiğini de bilmiyorum Kararsız

resim


Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - xpserkan - 17-08-2012

postbit şablonuna eklediniz değil mi hocam ? sayfa kaynağından bakıyorum eklediğiniz kod gözükmüyor ya yanlış yere eklediniz ya da başka bir hata var..

postbit şablonundaki kodların tümünü buraya ekleyin ..


Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - iCarly - 17-08-2012

Yok hocam postbit şablonuna ekledim. Olmayınca geri sildim. Ama buraya da ekleyeyim.

Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="0" class="tborder" style="{$post_extra_style} {$post_visibility} padding: 4px 0;" id="post_{$post['pid']}">
    <tr>
        <td width="15%" valign="top" style="white-space: nowrap;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <div id="userbox"><center>
        <div class="postbit1"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
        <span class="smalltext">
        <div class="postbit1">    {$post['usertitle']}</div>
            <div class="postbit1">{$post['userstars']}</div>
            
            {$post['useravatar']}</center>
            <span class="userinfos">{$post['user_details']}</span>
        </span>
        </div>
    </td>
    <td valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            
            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                {$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; padding: 7px 0;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle; padding: 7px 0;">
        <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_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>



Butonları Sadece Ziyaretçilere Göstermek,Konuyla Mesajı Ayırmak,Aramayı Değiştirmek - xpserkan - 17-08-2012

Komple bu kodlarla değiştirin bakalım olacak mı ? olmazsa eğer yapabileceğimiz başka birşey yok bu konuda, üzgünüm ben böyle tema görmedim .. Kararsız

Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="0" class="tborder" style="{$post_extra_style} {$post_visibility} padding: 4px 0;" id="post_{$post['pid']}">
    <tr>
        <td width="15%" valign="top" style="white-space: nowrap;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <div id="userbox"><center>
        <div class="postbit1"><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
        <span class="smalltext">
        <div class="postbit1">    {$post['usertitle']}</div>
            <div class="postbit1">{$post['userstars']}</div>
            
            {$post['useravatar']}</center>
            <span class="userinfos">{$post['user_details']}</span>
        </span>
        </div>
    </td>
    <td valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            
            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
<div style="border-bottom: 1px dotted rgb(102, 102, 102); margin: 5px 0pt;"></div>
                {$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; padding: 7px 0;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle; padding: 7px 0;">
        <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_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>