friends-of-contao / contao-associategroups
Creates association tables for member groups and user groups.
Installs: 1 774
Dependents: 9
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 4
Open Issues: 2
Type:contao-module
Requires
- php: >=5.3
- contao-community-alliance/composer-plugin: ^2.4.1 || ~3.0
- contao/core-bundle: ~3.5 || ~4.1
Conflicts
- contao/core: 3.4.0,3.4.1,3.4.2
Replaces
- contao-legacy/associategroups: *
README
Contao Extension: associategroups
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).
Installation
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
Tracker
https://github.com/friends-of-contao/contao-associategroups/issues
Compatibility
- Contao version: ~3.5.0 || ~4.1.0
Dependency
- There are no dependencies to other extensions, that have to be installed.