heres another wish filled .....
Quote:
2 ability to bump a post when a user say thank you
|
with this each time someone clicks thankyou your post will be bumped to the
top of the list again ......
in newreply.php
Find this :
Code:
$DB_site->query("
INSERT INTO ". TABLE_PREFIX ."thanks
(userid, username, date, threadid)
VALUES ('$bbuserinfo[userid]', '" . addslashes($bbuserinfo[username]) . "', " . TIMENOW . ", '$threadid')");
bellow it , add this :
Code:
$DB_site->query("UPDATE ".TABLE_PREFIX."thread SET lastpost=".TIMENOW." WHERE threadid='".$threadid."'");
thats it !
your done ......