4 adet
SQL sorgulaması yap,
DELETE FROM `setting` WHERE `grouptitle` = 'post_thanks' AND `product` = '';
DELETE FROM `settinggroup` WHERE `grouptitle` = 'post_thanks' AND `product` = '';
DELETE FROM `phrase` WHERE `varname` LIKE '%post_thanks%' AND `product` = '';
DELETE FROM `template` WHERE `title` LIKE '%post_thanks%' AND `product` = '';
forumunuzdaki bütün sitillerin
images/buttons klasörünün içine ekteki
post_thanks.gif dosyasını upload et,
admincp -> Plugin System -> Manage Products -> [Add/Import Product] 'dan ekteki
product-post_thanks.xml dosyasını import et,
postbit templatesini aç;
Bul;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
$vbphrase[posts]: $post[posts]
altına ekle;
PHP 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] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 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 -->
Bul;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- controls -->
altına ekle;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
$post_thanks_button
<!-- End Post Thank You Hack -->
Bul;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- / post #$post[postid] -->
altına ekle;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
$post_thanks
<!-- End Post Thank You Hack -->
postbit_lagacy templatesini aç;
Bul;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
$vbphrase[posts]: $post[posts]
altına ekle;
PHP 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] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 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 -->
Bul;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- controls -->
altına ekle;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
$post_thanks_button
<!-- End Post Thank You Hack -->
Bul;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- / post #$post[postid] -->
altına ekle;
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
<!-- Start Post Thank You Hack -->
$post_thanks
<!-- End Post Thank You Hack -->
navbar templatesini aç;
Bul;
PHP 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;
PHP 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ç;
Bul;
PHP 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;
PHP 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] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$userinfo[post_thanks_thanked_posts] == 1">
<phrase 1="$userinfo[post_thanks_thanked_times] 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 -->
hepsi bu kadar.