Difference between revisions of "Extensions:Referral Rewards"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Referral Rewards|desc=Rewards on Referral by a User|auth=moif|status=testing|github={{Github|repo=lorekeeper-extensions|user=AW0005|branch=extension/referral-rewards}}|LKVer=2.1.0|migration=yes|package=no}} |
− | + | ||
+ | Adds an admin panel for "Referrals" -- each created Referral is for a particular x count of referrals. | ||
+ | Each "Referral" can also be rewarded "on every x referrals" for cycling rewards. | ||
+ | Users who register will be presented with a "Referred By" box as a part of registration. | ||
+ | |||
+ | Rewards aren't distributed until the new user adds an alias -- this is setup in such a way that it should be compatible with alias logins. | ||
+ | |||
== Installation == | == Installation == | ||
− | + | 1. php artisan migrate | |
+ | 2. php artisan optimize | ||
+ | |||
== Configuration == | == Configuration == | ||
− | + | You will need to setup the referral counts from the admin panel but that should be it! | |
− | + | ||
− | |||
− | |||
− | |||
== Images == | == Images == | ||
− | < | + | <gallery> |
− | + | File:ReferralRewardNotif.png | |
− | < | + | File:ReferralAdminPanel.png |
+ | </gallery> | ||
+ | == Troubleshooting == | ||
+ | I'm (moif) pretty much chronically in the LK server so I'll see any questions there! |
Latest revision as of 21:12, 14 October 2023
Description | Rewards on Referral by a User |
---|---|
Author(s) | moif |
Status | testing |
Github | AW0005/lorekeeper-extensions/extension/referral-rewards |
LK Version | 2.1.0 |
Contains a Migration | |
Adds an admin panel for "Referrals" -- each created Referral is for a particular x count of referrals. Each "Referral" can also be rewarded "on every x referrals" for cycling rewards. Users who register will be presented with a "Referred By" box as a part of registration.
Rewards aren't distributed until the new user adds an alias -- this is setup in such a way that it should be compatible with alias logins.
Installation
1. php artisan migrate 2. php artisan optimize
Configuration
You will need to setup the referral counts from the admin panel but that should be it!
Images
Troubleshooting
I'm (moif) pretty much chronically in the LK server so I'll see any questions there!