Quote:
Originally Posted by ascroft
Dom, just noted that when I manually moved a thread just now it does update the post count etc. and correctly show the most recent post in the preview - even though it was an earlier post that I moved - so hopeful there is an easy bit of code to add to make this happen as part of the plugin - thanks.
Mark
|
In plugin, find
PHP Code:
mark_thread_read($threadinfo, $foruminfo, $vbulletin->userinfo['userid'], TIMENOW);
Add below
PHP Code:
build_thread_counters($newpost['threadid']);
build_forum_counters($forumid);