Download the PHP package niclalalla/flarum-ext-group-invitation without Composer
On this page you can find all versions of the php package niclalalla/flarum-ext-group-invitation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download niclalalla/flarum-ext-group-invitation
More information about niclalalla/flarum-ext-group-invitation
Files in niclalalla/flarum-ext-group-invitation
Package flarum-ext-group-invitation
Short Description Invite users into groups via links and give point to the inviter.
License MIT
Informations about the package flarum-ext-group-invitation
Group Invitation
This extension creates sharable links that will let any user join the group that was associated with the invitation.
Invitation links can be created in the extension settings. A link can optionally have a limited number of uses.
The number of uses for an invitation is recorded but is not public. There is a generic "can no longer be used" error if the invitation has no usage left.
A permission controls who can use links. Don't forget to set it to Members if you want anyone to be able to use links.
If a user sees "not allowed to use invitations" even though you allowed them, check:
- That the user has verified their email
- That the user has accepted the terms of use (if using FoF Terms)
- That the user isn't suspended
This extension provides no way of removing groups. If a user no longer wants to be part of a group, a moderator will have to remove the group manually through Flarum's user edit modal.
The word "group" has been used thorough this extension because it's the official name for the matching Flarum feature. You can use the Linguist extension to adapt the naming based on your use case: role, badge, etc...
Installation
composer require clarkwinkelmann/flarum-ext-group-invitation
Support
This extension is under minimal maintenance.
It was developed for a client and released as open-source for the benefit of the community. I might publish simple bugfixes or compatibility updates for free.
You can contact me to sponsor additional features or updates.
Support is offered on a "best effort" basis through the Flarum community thread.