You are my hero. The only thing that would be nice is a way to manually test it. I installed it this morning, but I need to wait until Sunday to see if it works. Thank you very much though...much appreciated!!!
--------------- Added [DATE]1435587274[/DATE] at [TIME]1435587274[/TIME] ---------------
One more quick question...if I wanted to move the closed threads from multiple forums can I put the ID's in separated by commas or am I limited to 1 forum?
To test it, you could edit the first line of the plugin, which is:
PHP Code:
if ($vbulletin->options['markfl_weekly_archive_enabled'] AND date("N") == '7')
to read:
PHP Code:
if ($vbulletin->options['markfl_weekly_archive_enabled'])
and then manually run the daily cleanup from the "Scheduled Task Manager." When finished, then restore the first line of the plugin to the original.
As it is now, you can only enter one id for the source and one for the destination, however I can update the product to allow multiple source forums...do you want all closed threads to go to the same destination?