MyBB Depo Forum

Orjinalini görmek için tıklayınız: Postbit Çevrimiçi / Çevrimdışı Hk.
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2
(10-07-2013, Saat:13:41)Smyrna35 Adlı Kullanıcıdan Alıntı: [ -> ]Postbit_repulation böyle düzenlermisiniz.
Kod:
{$lang->postbit_reputation} {$post['userreputation']}

Öteki sorunuz için birde postbit_classic şablonunuzu yazarmısınız.Bunda sorun yok.

Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="p_classic_table" cellpadding="0" cellspacing="0" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat authorbit">
                {$post['onlinestatus']} <strong class="authorlink">{$post['profilelink']}</strong>
            </td>
            
            <td class="tcat postmetabit">
                <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                <span class="tright">{$post['posturl']}</div>
            </td>
        </tr>
        
        <tr>
            <td class="authorinfo {$unapproved_shade}">
                <div class="useravatar">{$post['useravatar']}</div>
                <br />
                
                {$post['groupimage']}
{$post['user_details']}
            </td>
            
            <td class="postcontent {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<div class="post_body" id="pid_{$post['pid']}">        
{$post['message']}</div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>
        
        <tr>
            <td class="post_options {$unapproved_shade}" colspan="2">
            
            <div class="butonlar-1 left" style="margin-right: -12px;" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}</span>
                <div class="right">{$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>
                
            </td>
        </tr>
    </tbody>
</table>
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="p_classic_table" cellpadding="0" cellspacing="0" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat authorbit">
                {$post['onlinestatus']} <strong class="authorlink">{$post['profilelink']}</strong>
            </td>
            
            <td class="tcat postmetabit">
                <img src="{$theme['imgdir']}/icons/clock.png" class="posttimeclock" alt="clock" /><span class="tleft posttime">{$post['postdate']}, {$post['posttime']}</span>
                <span class="tright">{$post['posturl']}</div>
            </td>
        </tr>
        
        <tr>
            <td class="authorinfo {$unapproved_shade}">
{$post['groupimage']}
                <div class="useravatar">{$post['useravatar']}</div>
                <br />
                
{$post['user_details']}
            </td>
            
            <td class="postcontent {$unapproved_shade}">
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
<div class="post_body" id="pid_{$post['pid']}">        
{$post['message']}</div>
                {$post['attachments']}
                {$post['signature']}
            </td>
        </tr>
        
        <tr>
            <td class="post_options {$unapproved_shade}" colspan="2">
            
            <div class="butonlar-1 left" style="margin-right: -12px;" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['iplogged']}{$post['button_find']}{$post['button_rep']}</span>
                <div class="right">{$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>
                
            </td>
        </tr>
    </tbody>
</table>
böyle düzenleyiniz.Diğer sorun düzeldi sanırım.
Sayfalar: 1 2