Ok I just searched this whole board and found many references to a hack like this that DOES exist but I wasn't able to find it.
If anyone knows can you tell me??? If not can someone make this? I don't see why this isn't a standard option with vb.
I found the following query to be helpful, but I'm not sure how to make this a function accessible from admin cp with customized variables? Like close/open, and the other options in the move thread page, like before what date etc.
PHP Code:
UPDATE thread SET open=0 WHERE dateline<=XXXXXXXXXX
Anyone?