Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/friends-of-contao/contao-associategroups
- Owner: friends-of-contao
- Created: 2013-02-20T17:00:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T21:46:16.000Z (about 1 year ago)
- Last Synced: 2024-03-26T21:03:42.178Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 815 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.