Quote:
Originally Posted by Budget101
First of all, thank you for this Mod, the wall of text that I've been experiencing with members who have no idea how to use paragraphs has been driving me NUTS.
With the Wall of Text setting, I'm noticing that the first time the post loads it doesn't work, it must be refreshed and it works the second time. Is there a way to fix it so it works during the 1st pageload?
Or is this designed to work with cached posts; and if so, what settings do you recommend under the cached post (server settings)?
|
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;