https://github.com/phpbb-extensions/autogroups
Auto Groups extension for phpBB
https://github.com/phpbb-extensions/autogroups
phpbb-extension
Last synced: 2 months ago
JSON representation
Auto Groups extension for phpBB
- Host: GitHub
- URL: https://github.com/phpbb-extensions/autogroups
- Owner: phpbb-extensions
- License: gpl-2.0
- Created: 2014-10-13T16:36:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-20T21:35:05.000Z (3 months ago)
- Last Synced: 2026-03-26T16:11:23.705Z (3 months ago)
- Topics: phpbb-extension
- Language: PHP
- Homepage: https://www.phpbb.com/customise/db/extension/auto_groups/
- Size: 756 KB
- Stars: 14
- Watchers: 12
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.txt
Awesome Lists containing this project
README
# phpBB Auto Groups Extension
This is the repository for the development of the phpBB Auto Groups Extension
[](https://github.com/phpbb-extensions/autogroups/actions)
[](https://scrutinizer-ci.com/g/phpbb-extensions/autogroups/?branch=master)
[](https://codecov.io/gh/phpbb-extensions/autogroups)
## Install
1. [Download the latest validated release](https://www.phpbb.com/customise/db/extension/auto_groups/).
2. Unzip the downloaded release and copy it to the `ext` directory of your phpBB board.
3. Navigate in the ACP to `Customise -> Manage extensions`.
4. Look for `Auto Groups` under the Disabled Extensions list, and click its `Enable` link.
5. Set up and configure Auto Groups by navigating in the ACP to `Users and Groups` -> `Manage Auto Groups`.
## Uninstall
1. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
2. Look for `Auto Groups` under the Enabled Extensions list, and click its `Disable` link.
3. To permanently uninstall, click `Delete Data` and then delete the `/ext/phpbb/autogroups` directory.
## 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](https://github.com/phpbb-extensions/autogroups/issues).
* Support requests should be posted and discussed in the [Auto Groups topic at phpBB.com](https://www.phpbb.com/customise/db/extension/auto_groups/support).
## Translations
* Translations should be posted to the [Auto Groups topic at phpBB.com](https://www.phpbb.com/customise/db/extension/auto_groups/support/topic/142681). 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](https://phpbb-extensions.github.io/autogroups/) to learn how.
## License
[GNU General Public License v2](https://opensource.org/licenses/GPL-2.0)