Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/friends-of-contao/contao-associategroups

Contao Extension: Creates association tables for member groups and user groups.
https://github.com/friends-of-contao/contao-associategroups

Last synced: 2 months ago
JSON representation

Contao Extension: Creates association tables for member groups and user groups.

Awesome Lists containing this project

README

        

[![Latest Version on Packagist](http://img.shields.io/packagist/v/friends-of-contao/contao-associategroups.svg?style=flat)](https://packagist.org/packages/friends-of-contao/contao-associategroups)
[![Installations via composer per month](http://img.shields.io/packagist/dm/friends-of-contao/contao-associategroups.svg?style=flat)](https://packagist.org/packages/friends-of-contao/contao-associategroups)
[![Installations via composer total](http://img.shields.io/packagist/dt/friends-of-contao/contao-associategroups.svg?style=flat)](https://packagist.org/packages/friends-of-contao/contao-associategroups)

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](https://packagist.org/packages/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.