Quote:
Originally Posted by sparklywater
I have the latest posts displayed on my forum homepage.
However, when I close a particular thread on my forum, that thread gets totally removed from the list of latest posts.
Is it not possible to close the thread but still show that thread's posts in the list of latest posts?
|
Go to the Latest X Post on Forum Home > main code plugin and change
Code:
WHERE post.visible = '1' AND thread.visible = '1' AND open = '1' AND $platest_and AND $platest_and_1
to
Code:
WHERE post.visible = '1' AND thread.visible = '1' AND $platest_and AND $platest_and_1