Quote:
Originally Posted by MarkFL
Locate the plugin with this product titled "Fix Old Posts Being Viewed" and withing that plugin's code, immediately after the line:
PHP Code:
build_thread_counters($post['threadid']);
Add this line, and let me know if that works, please:
PHP Code:
$post['pagetext'] = $new_content;
|
Yes, that seemed to do the trick! You are AWESOME.