If you used the datamanager to save the posts then everything should be taken care of (including updating counts). If you didn't use the dm then you might want to look in includes/class_dm_threadpost.php and see what happens when posts are saved (I think you want functionfunction post_save_each_post() which starts around line 502).
ETA: there's probably a function called in the admincp code that recalculates the count for all users, so I suppose that's another option although that's a lot of work to do if you have a big forum.
|