change the 2nd one of:
Code:
$db->query ("UPDATE `" . TABLE_PREFIX . "user` SET `threadcount`=`threadcount`-'1' WHERE `userid`='" . $post['postuserid'] . "'");
and here the 2nd one, too:
Code:
foreach ($threadarray AS $threadid => $thread)
{
$countposts = $vbulletin->forumcache["$thread[forumid]"]['options'] & $vbulletin->bf_misc_forumoptions['countposts'];
Regards