yeh only one spot, as metioned above, one strange thing happening now is the template condition for when only one user has said "thanks" is not working.
on mine I have it it like this
PHP Code:
<if condition="$nb == 1"><phrase 1="User" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase>
<else /><phrase 1="$post[post_thanks_amount] Users" 2="$post[username]">$vbphrase[post_thanks_users_say]</phrase></if>
even with one thanks it says "1 users"
btw: did the upgrade have any effect on the templates? changes?