Quote:
Originally Posted by Coders Shack
for double post in the plugin titled "Main Doublepost Prevent Engine" look for this line:
PHP Code:
// last step update counters
above it add these two lines:
PHP Code:
$vbulletin->db->query_first("UPDATE `post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `post`.`postid` = $id LIMIT 1");
$vbulletin->db->query_first("UPDATE `thread` SET `lastedit` = UNIX_TIMESTAMP() WHERE `thread`.`threadid` = $threadinfo[threadid] LIMIT 1");
|
I think you have an error in your code again and it needs to be corrected...