Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

AutoPrune v1.0.1

Automatically prunes old threads and inactive users

Version:
Author: Dennis Tsang
Submitted: 25th June 2005
Last Updated: 16th October 2006
Automatically prunes old threads and inactive users.

Installation Notes:
* Please upload mod_install.php to your MyBB root directory and run it before installing the file modifications.
* EI support is not guaranteed. The changes should be simple enough to do by hand anyway.

Installation Procedure:
1. Upload mod_install.php to your MyBB root directory and run.
2. Modify files as per autoprunev1.0.1-ei.txt.

Usage:
Settings are in: Admin CP --> Settings --> Change --> AutoPrune (DennisTT)

To force pruning of threads and users, go to http://www.yoursite.com/yourforum/index.php?forceprune
Only logged in administrators can force pruning.

A note on "Prune Threads On Forums": This setting box does two functions. It either lets you choose which forums will be pruned for threads after X days that you specify. However, if you enter only a number, it will prune threads on all forums that are older than that number of days.
Example:
So if I want forum ID 1 to have threads pruned after 60 days, and forum ID 2 to have threads pruned after 120 days, I'll write:

1=60;2=120

But if I want ALL forums to have threads pruned after 60 days, I'll write:

60

Change Log:
v1.0.1 26/06/2005
- fixed a bug with no thread pruning settings
v1.0.0 26/06/2005
- initial release