
07-31-2006, 12:10 PM
|
 |
|
|
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TygerTyger
Hm, perhaps this is not working as it should for some reason. Probably because of me. Or is it because it's 3.6RC3? Seems to be working fine though.
Right above all the thanks, according to your instructions, I have:
Code:
$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount]
This is currently displaying how many posts that user has given in total across the whole forum. Below that I have:
Code:
<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>
Which is currently showing how many thanks that user has received in total from across the whole forum, and how many posts they received the thanks from.
Nothing is allowing me to show how many thanks an individual post has received.
|
The second one.
The first is showing how many this user gave.
|