Bunun için 2 tane eklenti kurman lazım. Birisi teşekkürler eklentisi. Birisi de gelişmiş rpg.Nasıl kuracağını aşağıda anlattım:
Teşekkürler Eklentisi: Kurulum: 1) Dosyadaki post_thanks.gif resmi upload et...( default tema için /images/buttons/ dosya yoluna,diğer temalar için temanın buttons klasörüne ) 2) product-post_thanks.xml dosyasını admin panelden yükle > (admincp -> Plugin System -> Manage Products / Ürün Yöneticisi -> [Add/Import Product] / [Ürünü Ekle/Yükle]) 3) Kullandığın templatenin düzenle kısmından postbit > postbit_lagacy aç. Ara: Kod: Kodu kopyalamak için üzerine çift tıklayın!
$vbphrase[posts]: $post[posts]
Altına ekle: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
<br />
$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount]
<br />
<if condition="$post[post_thanks_thanked_times_on] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts_on] == 1">
<phrase 1="$post[post_thanks_thanked_times]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times]" 2="$post[post_thanks_thanked_posts]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->
Ara: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- controls -->
Altına ekle: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
$post_thanks_button
<!-- End Post Thank You Hack -->
Navbar templatesini aç: Ara: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
Altına Ekle: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=findallthanks">$vbphrase[post_thanks_search]</a></td>
<!-- End Post Thank You Hack -->
MEMBERINFO templatesini aç: Ara: Kod: Kodu kopyalamak için üzerine çift tıklayın!
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
Altına Ekle: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
<br />
$vbphrase[post_thanks_total_thanks]: <strong>$userinfo[post_thanks_user_amount]</strong>
<br />
<if condition="$userinfo[post_thanks_thanked_times_on] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$userinfo[post_thanks_thanked_posts_on] == 1">
<phrase 1="$userinfo[post_thanks_thanked_times]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$userinfo[post_thanks_thanked_times]" 2="$userinfo[post_thanks_thanked_posts]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</td></tr>
<tr><td>
<a href="search.php?$session[sessionurl]do=findthanks&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[post_thanks_search_user]</phrase></a>
<!-- End Post Thank You Hack -->
Teşekkürler Eklentisi Biter.Sırada Gelişmiş RPG Var. ------------------------------------------------------------- NVE Level (Gelişmiş RPG) System: 1) Ekteki images klasörü içindekileri kendi images klasörün içine uplaod et. 2) Yine ekteki xml dosyasını ürün yönetiminden import et. postbit_legacy templatesinde bul; Kod: Kodu kopyalamak için üzerine çift tıklayın!
div>
$vbphrase[posts]: $post[posts]
</div>
Altına Ekle: Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!---- NVE Level Başlar ---->
<br/>Level: <span style='font-weight:bold; color:crimson'>$showlevel [$galaga]</span><br/>
<span style='font-size:7pt; color:gray'>Paylaşım: $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' width="$hpf%" height='9' alt=** /><img src='images/rpg/hp.gif' 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' width="$mpf%" height='9' alt=** /><img src='images/rpg/mp.gif' 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'>Tecrübe: $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' width="$ep%" height='9' alt=** /><img src='images/rpg/exp.gif' 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/>
<!---- NVE Level Biter ---->
Ekteki dosyaları da yükledikten sonra bitmiştir. Kolay gelsin
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.