Quote:
Originally Posted by Capt PPRuNe
The above code has obviously changed in v1.1 so what is needed to be able to prevent threads in spcific forums from being closed?
|
If you open threadmaintenance.php and find:
replace with:
PHP Code:
WHERE open=1 AND thread.forumid NOT IN ( 0 )
And then just replace the 0 with forumids. Hope that does the trick, let me know if any problems arise.
Cheers,
g-force2k2