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

Derecelendirme: 5/5 - 1 oy

Rank Yeri Değiştirme


Sponsor Reklam

Çevrimdışı Distconnected™
 Tarih: 18-02-2013, Saat:13:56
#1
Selam Arkadaşlar Bazı Forumlarda Rank Avatarın Altında Oluyor...
Bende Avatarın üstünde rank var..
Avatarın Altına Nasıl Alabilirim?
Cevapla
Bunu Beğenenler:
Sponsor Reklam
Sponsor Reklam Sponsor Reklam

Çevrimdışı LeBeta™
 Tarih: 18-02-2013, Saat:16:40
#2
Site Linkini Ekle Bi Bakim Olmadı TeamWiaver dan yaparık Açık Ağızlı Gülümseme
Cevapla
Bunu Beğenenler: Distconnected™

Çevrimdışı Distconnected™
 Tarih: 18-02-2013, Saat:17:29
#3
(18-02-2013, Saat:16:40)LeBeta™ Adlı Kullanıcıdan Alıntı: Site Linkini Ekle Bi Bakim Olmadı TeamWiaver dan yaparık Açık Ağızlı Gülümseme

Dostum Sadece Gerekli Kod Lazım.
Posbitte Hangi Kod'u Değiştirecez Biliyonmu?
Cevapla
Bunu Beğenenler:

İzinli Smyrna35
 Tarih: 18-02-2013, Saat:18:58
#4
Postbit ve Postbit_classic şablon kodlarınızı code tag içerisinde yazarsanız yardımcı olabilirim
Cevapla
Bunu Beğenenler: Distconnected™

Çevrimdışı Distconnected™
 Tarih: 18-02-2013, Saat:19:00
#5
(18-02-2013, Saat:18:58)Smyrna35 Adlı Kullanıcıdan Alıntı: Postbit ve Postbit_classic şablon kodlarınızı code tag içerisinde yazarsanız yardımcı olabilirim

Kod:
{$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="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}
            {$post['useravatar']}<br />
            {$post['user_details']}
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$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;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <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_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$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>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}

Buyur Kardeş.
Cevapla
Bunu Beğenenler:

İzinli Smyrna35
 Tarih: 18-02-2013, Saat:19:09
#6
Aşağıdaki kod ile değiştiriniz.
Kod:
{$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="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['useravatar']}<br />
            {$post['groupimage']}<br />
            {$post['user_details']}
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$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;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <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_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$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>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
Cevapla
Bunu Beğenenler: Distconnected™

Çevrimdışı Distconnected™
 Tarih: 18-02-2013, Saat:19:25
#7
Saol Dostum Oldu
Cevapla
Bunu Beğenenler:

İzinli Smyrna35
 Tarih: 18-02-2013, Saat:19:47
#8
Rica ederim iyi forumlar.
Cevapla
Bunu Beğenenler: Distconnected™

 


Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
  Anime Rank Denemem Mmuratte 4 3,056 22-05-2014, Saat:23:52
Son Yorum: usameavci
  [MCTR - 1.6] admincp şifremi unuttum yeri qavse 4 2,141 16-01-2014, Saat:20:05
Son Yorum: qavse
  [1.6] Rank eklemek yardım funnfrell 6 3,257 18-11-2013, Saat:21:57
Son Yorum: funnfrell
  Apart Night Değiştirme TheZeuS 4 2,524 08-11-2013, Saat:18:26
Son Yorum: TheZeuS
  Rank Plugini atakartal 14 5,538 16-09-2013, Saat:21:05
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