I got the SCHEDULED TASK situation fixed.....I read in post number: 10 the following:
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.
==========
I did this and it only deleted threads that had ZERO posts in them.
What I want this to do is this.....
I have a forum where my members SELL stuff....and usually after 30 days...the stuff they are selling is OLD, SOLD, or they are not going to sell it.
So...I want all threads...and all posts....that are more than 30 days old to just be deleted...every night.....is that want this will do for me?
I have done what you suggested above...but it again....only deleted threads that had ZERO posts.
HELP!!!
Kirk