This is will pligg b9.5, shared host running on linux.
The update seems to happen in libs/comment.php, at the line $link->adjust_comment(1). For now (after a couple of attempts) I've let it re-calculate the comment count everytime a new comment is posted:
Code:
$comment_count = $db->get_var("SELECT count(*) FROM " . table_comments . " WHERE comment_link_id='$comment_link'");
$sql = "UPDATE " . table_links . " SET link_comments='$comment_count' WHERE link_id='$comment_link'";
$db->query($sql); 



Linear Mode




