I installed this in 3.6.4 (only version I have)
It wasn't working, it would delete all posts regardless of the number of days you specified in the options.
Modified autodelete.php
Changed
(".$vbulletin->options['created']." * 86400)
to
($vbulletin->options['created'] * 86400)
In 2 places within the PHP script.
I also had to manually setup the cron job. Not sure why thats not installing. Now the script works fine.
|