A MyBB plugin to help Administrators keep things clean.
- About
- Getting Started
- Settings
- Templates
- Usage
- Built Using
- Authors
- Acknowledgments
- Support & Feedback
A MyBB plugin to help Administrators keep things clean.
The following information will assist you into getting a copy of this plugin up and running on your forum.
A setup that meets the following requirements is necessary to use this plugin.
- MyBB >= 1.8
- PHP >= 7
- MyBB-PluginLibrary >= 13
.
├── inc
│ ├── languages
│ │ ├── english
│ │ │ ├── admin
│ │ │ │ ├── forumcleaner.lang.php
│ │ │ ├── forumcleaner.lang.php
│ ├── plugins
│ │ ├── ougc
│ │ │ ├── ForumCleaner
│ │ │ │ ├── hooks
│ │ │ │ │ ├── admin.php
│ │ │ ├── templates
│ │ │ │ ├── forumbit.html)
│ │ │ │ ├── threadlist.html
│ │ │ ├── settings.json
│ │ │ ├── admin.php
│ │ │ ├── core.php
│ │ ├── forumcleaner.php
Follow the next steps in order to install a copy of this plugin on your forum.
- Download the latest package from the MyBB Extend site or from the repository releases.
- Upload the contents of the Upload folder to your MyBB root directory.
- Browse to Configuration » Plugins and install this plugin by clicking Install & Activate.
Follow the next steps in order to update your copy of this plugin.
- Browse to Configuration » Plugins and deactivate this plugin by clicking Deactivate.
- Follow step 1 and 2 from the Install section.
- Browse to Configuration » Plugins and activate this plugin by clicking Activate.
To display Awards data it is required that you edit the following template for each of your themes.
- Place
{$forum['ForumCleanerMessages']}
in theforumbit_depth2_forum
template to display a description for each rule in the forum bits. - Place
{$foruminfo['ForumCleanerMessages']}
in theforumdisplay
template to display a description for each rule in the forum display page.
Below you can find a description of the plugin settings.
- Thread transactions limit
numeric
- _Limit number of threads processed in one Forum at one run for one action.
- Default 30 (if not set or set to 0).
- Users transactions limit
numeric
- Limit number of users deleted during one run.
- Default 50 (if not set or set to 0).
- Grace period for Awaiting Activation users
numeric
- Input days of Grace period for Awaiting Activation users. After this period from registration date users will be deleted.
- No users will be deleted if set to 0.
- Grace period for inactive users
numeric
- Input days of Grace period for inactive users (with no posts). After this period from last visit users will be deleted.
- No users will be deleted if set to 0.
- Group exception list for inactive users
select
- Administrators will be not deleted as inactive users. Here you can add additional exceptions.
The following is a list of templates available for this plugin.
forumcleaner_forumbit
- front end;
forumcleaner_threadlist
- front end;
This plugin has no additional configurations; after activating make sure to modify the global settings in order to get this plugin working.
- MyBB - Web Framework
- MyBB PluginLibrary - A collection of useful functions for MyBB
- PHP - Server Environment
- @Omar G - Idea & Initial work
This is free development and any contribution is welcome. Get support or leave feedback at the official MyBB Community.
Thanks for downloading and using our plugins!