MyBB Depo Forum

Orjinalini görmek için tıklayınız: Postbit Yardım
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2
Merhaba Arkadaşlar Aşağıdaki gibi olan postbitimin Rank ve Kullanıcı Adını Avatarın Üzerine Nasıl Alabilirim?


resim
Merhaba,

postbit_classic şablonunuzun kodlarını buraya yazabilirseniz yardımcı olabiliriz. Site adresinizide eklerseniz daha iyi olur
tamam teşekkürler hallettim  postbit_classic şablonundan ayarladım Gülümseme)
(22-08-2016, Saat:20:20)Machine Adlı Kullanıcıdan Alıntı: [ -> ]Merhaba,

postbit_classic şablonunuzun kodlarını buraya yazabilirseniz yardımcı olabiliriz. Site adresinizide eklerseniz daha iyi olur

resim

Selam Hocam bende bir baska görünüyor buyur sablonun kodu bende dogru olsun isterim bi bakarsan sevinirim hocam bide görüntülmek icin mesaj yaziniz olan yer nasil buyuk yapa bilirim resim icindeki asil buyuk ama kisa gözüküyor  14cm daha buyuk yapmak istiyorum saygilarimla G.Kubilay

“Bir çivi bir nalı, bir nal bir tırnağı, bir tırnak bir ayağı, bir ayak bir atı, bir at kumandanı, bir kumandan bir orduyu, bir ordu da bir milleti mahveder"

TÜRK-MOĞOL DEVLETİ HÜKÜMDARI CENGİZ HAN

PHP Kod:
{$ignore_bit}
<
a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
<
div class="post classic {$unapproved_shade}style="{$post_visibility}id="post_{$post['pid']}">
<
div class="post_author scaleimages">
    {$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']}{$post['usercountry']}<br />{$post['thanks_count']}{$post['thanked_count']}
    </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['thx_counter']}<div id="thxpid_{$post['pid']}">{$post['message']}</div>{$post['thx_list']}
    </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['thanks']}{$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
hale ayni sorun ben yapamadim
selam cumleten yardim eden yok mu acaba rica ediyorum saygilar
selam cumleten yardim eden yok mu acaba rica ediyorum saygilar
Merhaba postbit_clasic kodlarını aşağıdaki gibi değiştirin.
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
{$post['groupimage']}<br/>
   {$post['useravatar']}
   <div class="author_information">
           <span class="smalltext">
               {$post['usertitle']}<br />
               {$post['userstars']}
           </span>
   </div>
   <div class="author_statistics">
       {$post['user_details']}{$post['usercountry']}<br />{$post['thanks_count']}{$post['thanked_count']}
   </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['thx_counter']}<div id="thxpid_{$post['pid']}">{$post['message']}</div>{$post['thx_list']}
   </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['thanks']}{$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>
Sayfalar: 1 2