Quote:
Originally Posted by pipin
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?
|
I fixed the pharse. It will be realised in my update comming out in the next day or two.
The replutation should be deleted. Right now I just tested it and fixed up a drop and know it works. Let me know once I release the update.