Quote:
Originally Posted by vibe
Open an instruction included with zip file,
under number 3, where he asks you to edit postbit AND postbit_lagacy:
Code:
in postbit AND postbit_lagacy:
find:
--------------------------------------------------------------------
$vbphrase[posts]: $post[posts]
--------------------------------------------------------------------
AFTER place this:
--------------------------------------------------------------------
<!-- 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">
<phrase 1="$post[post_thanks_thanked_times] Time" 2="$post[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase>
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<phrase 1="$post[post_thanks_thanked_times] Times" 2="$post[post_thanks_thanked_posts] Post">$vbphrase[post_thanks_thanks_amount]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times] Times" 2="$post[post_thanks_thanked_posts] Posts">$vbphrase[post_thanks_thanks_amount]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->
--------------------------------------------------------------------
Check out those in bold
|
You are absulutely right ,it works ... well for the postbit right now ...but I got the idea ... THANKS MAN ....
ON more thing for Abe1
I included the following from my last post:
Quote:
Originally Posted by q8-star
One more problem ... I have made a test thread is the forum and tried the Thanks hack with ...when I deleted the thread the thanks count was still there and did not change with the thread ....
|
Anything about that ...??