Turn hack on for only first posts of threads now works.
You can either download 1.03 and folow the instruction in the installer or just follow these instructions:
in the file
/includes/functions_showthread.php
Find:
PHP Code:
if ($vboptions['post_thanks_first_all'] == '1' AND $post[postcount] != 1)
and replace with:
PHP Code:
if ($vboptions['post_thanks_forum_first_all'] == '1' && $post[postcount] != 1)