thanx abe for this one.
just 2 points.
you should phrase the "Thanked Post" for the reputation in showthread_start
Code:
$db->query(" INSERT INTO ". TABLE_PREFIX ."reputation
(postid, userid, reputation, whoadded, reason, dateline)
VALUES ('$postid', '$postinfo[userid]', '$vboptions[post_thanks_reputation]', '$bbuserinfo[userid]', 'Thanked Post', " . TIMENOW . ") ");
and is it right that removing the thanks wont remove the given reputation?