Quote:
Originally Posted by Xxman
I'm running 2.3.0 , how can I absolutely be sure that the sticky are not killed by a mass prune ?
Gary , which part of code I have to check?
In which file.php , at line ?
|
Open admin/thread.php and find
PHP Code:
$threads=$DB_site->query("SELECT threadid FROM thread LEFT JOIN forum USING (forumid) WHERE $forumcheck thread.lastpost<=$datecut AND thread.sticky=0");
Where it says thread.sticky=0, it means that it will only look for threads where it isn't a sticky (so where sticky is 0, or
no) I hope that helps