friends-of-contao/contao-associategroups

Creates association tables for member groups and user groups.


Keywords
contao, associate, member group, user group
License
LGPL-3.0+

Documentation

Latest Version on Packagist Installations via composer per month Installations via composer total

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.