Quote:
Originally Posted by Leo Brazil
Does someone here have this mod running with Paul M's Doublepost Prevention ?
I think there is a conflict between both Ajax
|
I've tested the fix you suggested:
Quote:
Originally Posted by Coders Shack
find the plugin titled "Main Doublepost Prevent Engine" look for this line:
PHP Code:
// last step update counters
below it add these two lines:
PHP Code:
$vbulletin->db->query_first("UPDATE `" . TABLE_PREFIX . "post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" . TABLE_PREFIX . "post`.`postid` = $id LIMIT 1"); $vbulletin->db->query_first("UPDATE `" . TABLE_PREFIX . "thread` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" . TABLE_PREFIX . "thread`.`threadid` = $threadinfo[threadid] LIMIT 1");
|
But errors remains quite the same on IE7. No a big deal for registred users but for admin, every single post an admin makes cames back with a page error on IE7.
I know...I know... IE is a piece of junk as a matter of tracking errors like this but 80% of my users are IE.