phpbb / autogroups
An extension that can automate the process of adding and removing users from groups upon reaching specified milestones related to their post count, age, membership, and warnings count.
Installs: 269
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 12
Forks: 26
Open Issues: 0
Type:phpbb-extension
pkg:composer/phpbb/autogroups
Requires
- php: >=5.5
- composer/installers: ~1.0
Requires (Dev)
- phing/phing: 2.4.*
README
This is the repository for the development of the phpBB Auto Groups Extension
Install
- Download the latest validated release.
- Unzip the downloaded release and copy it to the extdirectory of your phpBB board.
- Navigate in the ACP to Customise -> Manage extensions.
- Look for Auto Groupsunder the Disabled Extensions list, and click itsEnablelink.
- Set up and configure Auto Groups by navigating in the ACP to Users and Groups->Manage Auto Groups.
Uninstall
- Navigate in the ACP to Customise -> Extension Management -> Extensions.
- Look for Auto Groupsunder the Enabled Extensions list, and click itsDisablelink.
- To permanently uninstall, click Delete Dataand then delete the/ext/phpbb/autogroupsdirectory.
Support
- Important: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (beta, RC) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.
- Report bugs and other issues to our Issue Tracker.
- Support requests should be posted and discussed in the Auto Groups topic at phpBB.com.
Translations
- Translations should be posted to the Auto Groups topic at phpBB.com. We accept pull requests for translation corrections, but we do not accept pull requests for new translations.
Extending Auto Groups
Auto Groups can easily be extended by experienced extension developers. View the Extending Auto Groups Wiki Page to learn how.