Quote:
Originally Posted by Valter
You must not completely disable 'Top Thanked' in VSa - Advanced Stats to avoid database errors.
Just replace:
Code:
<a href="post_thanks.php?do=findthanks&u={vb:raw getstats_thx.userid}">{vb:raw getstats_thx.post_thanks_thanked_times}</a>
with:
Code:
{vb:raw getstats_thx.post_thanks_thanked_times}
in 'vsa_topstats_thanks' template.
|
Thanks Valter, the step was to prevent users to follow the ammount of thanked links.