| Forum Canlılık Çekicilik Tecrübe ekleme - vBulletin |
| Moderatör | Yazılış Tarihi:
12-18-2007
| Puan Vermek için Üye Olmanız Gerekir.Lütfen Üye Olunuz.
+ Katkı Puanı / Puan Aralığı 1-500
|
Üyelik Bilgileri Üyelik tarihi: Sep 2007
Mesajlar: 307 Katkı Puanları Tecrübe Puanı: 78 Rep Puanı: 693 | Sistem Bu Bölümü Sadece Üyeler Görebilir.Lütfen Üye Olunuz. Durumu : |
İlk Öncelikle Ekteki dosyada bulunan XML'yi Plugin & Ürünler bölümünden plugin ekle diyerek ekliyoruz.
Sonra images Klasörünün içindeki Level klasörünü sitemizin images klasörü içine upload ediyoruz.
Sonra Gelelim template editlemeye. Postbit_legacy templatesinde şunu bulun Alıntı: <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div> Altına Ekleyin ; PHP- Kodu: <!-- RPG Stats Info -->
<fieldset class="fieldset"><legend> Seviye: $showlevel </legend>
Canlılık: $hp / $maxhp<br />
<div style="width:140px; align:center"><table cellspacing="0" cellpadding="0" width="140" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="134" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/orange.gif" width="$hpf%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/hp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
Çekicilik:$mp / $maxmp<br />
<div style="width:140px; align:center"><table cellspacing="0" cellpadding="0" width="140" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="134" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/green.gif" width="$mpf%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/mp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
Tecrübe:$ep%<br />
<div style="width:140px; align:center"><table cellspacing="0" cellpadding="0" width="140" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="134" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/blue.gif" width="$ep%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/exp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
</fieldset>
<!-- /RPG Stats Info -->
Postbit Templatesinde en alta ekleyin ; PHP- Kodu: <!-- RPG Stats Info -->
<fieldset class="fieldset"><legend> Seviye: $showlevel </legend>
Canlılık: $hp / $maxhp<br />
<div style="width:140px; align:center"><table cellspacing="0" cellpadding="0" width="140" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="134" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/orange.gif" width="$hpf%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/hp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
Çekicilik: $mp / $maxmp<br />
<div style="width:140px; align:center"><table cellspacing="0" cellpadding="0" width="140" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="134" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/green.gif" width="$mpf%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/mp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
Tecrübe: $ep%<br />
<div style="width:140px; align:center"><table cellspacing="0" cellpadding="0" width="140" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="134" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/blue.gif" width="$ep%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/exp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
</fieldset>
<!-- /RPG Stats Info -->
MEMBERINFO Template açın ve şunu bulun ( yapmasanız da olur isteğe bağlı) Alıntı: $membergroupbits</table></div></div></div> Altına Ekleyin ; PHP- Kodu: <!-- RPG Stats Info -->
<br><div><table class="panel" align="$stylevar
" border="0"><tr><td>
<fieldset class="fieldset"><legend> Mesaj Seviyesi: $showlevel </legend><br>
Canlılık: $hp / $maxhp<br />
<div style="width:300px; align:center"><table cellspacing="0" cellpadding="0" width="300" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="294" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/orange.gif" width="$hpf%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/hp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
Çekicilik: $mp / $maxmp<br />
<div style="width:300px; align:center"><table cellspacing="0" cellpadding="0" width="300" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="294" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/green.gif" width="$mpf%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/mp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
Tecrübe: $ep%<br />
<div style="width:300px; align:center"><table cellspacing="0" cellpadding="0" width="300" border="0"><tr><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_left.gif" alt="" /></td><td width="294" height="13" style="line-height: 13px; background: url(images/level/img_backing.gif) repeat-x top left;"><img src="http://www.vbturkiye.org/images/level/blue.gif" width="$ep%" height="9" alt="" /><img src="http://www.vbturkiye.org/images/level/exp.gif" height="9" alt="" /></td><td width="3" height="13"><img width="3" height="13" src="http://www.vbturkiye.org/images/level/img_right.gif" alt="" /></td></tr></table></div>
</fieldset></td></tr></table></div>
<!-- /RPG Stats Info -->
36x ve 35x versiyonlarına uyumludur... | | |