Creates association tables for member groups and user groups.
This extension is intended for developers only!
After installing this extensions, the system will maintain two new tables called tl_member_to_group
and tl_user_to_group
. These tables hold references for group assignments,
allowing you to be able to search for members/users belonging to a given group (id).
Install the extension via composer: friends-of-contao/contao-associategroups.
If you prefer to install it manually, download the latest release here: https://github.com/friends-of-contao/contao-associategroups/releases
https://github.com/friends-of-contao/contao-associategroups/issues
- Contao version: ~3.5.0 || ~4.1.0
- There are no dependencies to other extensions, that have to be installed.