vBulletinData - vBulletinDestek
Sorunlarınız & Problemleriniz 3.6.x vBulletin 3.6.x sürümleri ile ilgili tartışma ve sorunlara destek bölümü

 
Yeni Konu aç Cevapla
 
LinkBack Seçenekler Stil
Alt 10-20-2009, 05:04 PM   #1 (permalink)
Kayıtlı Üye
 
  Date: Oct 2009
 Mesajlar: 114
Tecrübe Puanı: 3 TANK is on a distinguished road
Standart postbit hakkında

seviye eklentisi kurdum ama postbitte çıkmıyor nasıl ekleyebilirim
TANK isimli Üye şimdilik offline konumundadır  
Alıntı ile Cevapla
Alt 10-20-2009, 05:39 PM   #2 (permalink)
Lisanslı Kullanıcı
 
soneleman - ait Kullanıcı Resmi (Avatar)
 
  Date: Dec 2008
 Mesajlar: 140
Tecrübe Puanı: 10 soneleman is a name known to allsoneleman is a name known to allsoneleman is a name known to allsoneleman is a name known to allsoneleman is a name known to allsoneleman is a name known to all
Standart

postbit_legacy templatesinde bul;
Kod:
        <div> $vbphrase[posts]: $post[posts] </div>

altına ekle;
Kod:
        <br/><b>Canlılık:</b> <span style='font-weight:bold; color:crimson'>$showlevel [$galaga]</span><br/> <span style='font-size:7pt; color:gray'><b>Yasam:</b> $hp / $maxhp </span><br/> <div style='width:120px;align:center'> <table cellspacing='0' cellpadding='0' width='120' border='0'> <tr> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td> <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/orange.gif' align="left" width="$hpf%" height='9' alt='' /><img src='images/rpg/hp.gif' align="left" height='9' alt='' /></td> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td> </tr> </table> </div> <span style='font-size:7pt; color:gray'><b>Guc:</b> $mp / $maxmp</span><br /> <div style='width:120px;align:center'> <table cellspacing='0' cellpadding='0' width='120' border='0'> <tr> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td> <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/green.gif' align="left" width="$mpf%" height='9' alt='' /><img src='images/rpg/mp.gif' align="left" height='9' alt='' /></td> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td> </tr> </table> </div> <span style='font-size:7pt; color:gray'><b>Tecrube:</b> $ep% </span><br /> <div style='width:120px;align:center'> <table cellspacing='0' cellpadding='0' width='120' border='0'> <tr> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td> <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/blue.gif' align="left" width="$ep%" height='9' alt='' /><img src='images/rpg/exp.gif' align="left" height='9' alt='' /></td> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td> </tr> </table> </div> <br/>  


soneleman isimli Üye şimdilik offline konumundadır  
Alıntı ile Cevapla
Alt 10-20-2009, 05:47 PM   #3 (permalink)
Vip Üye
 
ByİkİzLeR - ait Kullanıcı Resmi (Avatar)
 
  Date: Sep 2009
 Mesajlar: 933
Tecrübe Puanı: 25 ByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond reputeByİkİzLeR has a reputation beyond repute
Standart

[HR]
Seviye
[HR]
CapS;
Resmi Gerçek Boyutunda Görmek için Tıklayınız.


Postbit_Legacy
Alttaki Kodu Bul
Kod:
        $vbphrase[posts]: $post[posts]

Bulduğun Kodun Altına Ekle
Kod:
        Seviye: <span style='font-weight:bold; color:crimson'>$showlevel [$galaga]</span><br/> <span style='font-size:7pt; color:gray'>Aktiflik: $hp / $maxhp </span><br/> <div style='width:120px;align:center'> <table cellspacing='0' cellpadding='0' width='120' border='0'> <tr> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td> <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/orange.gif' align="left" width="$hpf%" height='9' alt='' /><img src='images/rpg/hp.gif' align="left" height='9' alt='' /></td> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td> </tr> </table> </div> <span style='font-size:7pt; color:gray'>Güç: $mp / $maxmp</span><br /> <div style='width:120px;align:center'> <table cellspacing='0' cellpadding='0' width='120' border='0'> <tr> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td> <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/green.gif' align="left" width="$mpf%" height='9' alt='' /><img src='images/rpg/mp.gif' align="left" height='9' alt='' /></td> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td> </tr> </table> </div> <span style='font-size:7pt; color:gray'>Deneyim: $ep% </span><br /> <div style='width:120px;align:center'> <table cellspacing='0' cellpadding='0' width='120' border='0'> <tr> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_left.gif' alt='' /></td> <td width='114' height='13' class='nopad' style='line-height: 13px;background: url(images/rpg/img_backing.gif) repeat-x top left;'><img src='images/rpg/blue.gif' align="left" width="$ep%" height='9' alt='' /><img src='images/rpg/exp.gif' align="left" height='9' alt='' /></td> <td width='3' height='13' class='nopad'><img width='3' height='13' src='images/rpg/img_right.gif' alt='' /></td> </tr> </table> </div>






Resmi Gerçek Boyutunda Görmek için Tıklayınız.
.Bu Da Benim Farkım Olsun.
NET'i Bıraktım. Destek Vermiyorum.
ByİkİzLeR - MSN üzeri Mesaj gönder ByİkİzLeR isimli Üye şimdilik offline konumundadır  
Alıntı ile Cevapla
Alt 10-20-2009, 06:15 PM   #4 (permalink)
Kayıtlı Üye
 
  Date: Oct 2009
 Mesajlar: 114
Tecrübe Puanı: 3 TANK is on a distinguished road
Standart

fazla yıldız çıktı:d
TANK isimli Üye şimdilik offline konumundadır  
Alıntı ile Cevapla
Yeni Konu aç Cevapla

Etiketler
Tags: ,

Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 

Bookmarks

Etiketler
hakkında, postbit
Seçenekler
Stil