Quote:
suggestions...
ok, so delete type will only correspond w/ Auto Delete Thread After X days; could you move the Delete Type menu selection to within the Auto Delete Thread After X days fieldset.
|
OK, I'll do it in next relase,
now you all (effected forums) >>> (archive)
Quote:
could you make it with inactive threads, because its kinda useless moving a thread that is still active. It should be handy that when a thread is inactive and X days old is moved to an archive forum...
|
to do that you should change the
/cron/cronautodelete.php file in line 31 :
find:
Code:
AND `replycount` = '0'
just delete it and it will delete/move the threads that created before X days ago.
Quote:
I mean to say I want Its Move all closed threads to Archive not Unreplied
|
It need small change in mysql query,
to do that you should change the
/cron/cronautodelete.php file in line 31 :
find:
Code:
AND `replycount` = '0'
replace it with:
Best Regards