xypp / flarum-invite-user
Allow user to invite other and gain rewards from it.
Installs: 408
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-11 17:10:27 UTC
README
V2.0.0Version is not compatible with Forum-Quests v1.x
A Flarum extension. Allow user to invite other and gain rewards from it.
This Extension allows user to accept another user as his invite user.
The extension also adds invite code to the post url.
When the url with invite code loaded or the invite code is fill, an modal will be shown to user to accept the invite.
After the user accepted the invite, both user will gain rewards.
Installation
Install with composer:
composer require xypp/flarum-invite-user:"*"
Updating
composer update xypp/flarum-invite-user:"*"
php flarum migrate
php flarum cache:clear