Difference between revisions of "Extensions:Referral Rewards"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
 
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Referral Rewards|desc=Rewards on Referral by a User|auth=moif|status=testing|github={{Github|repo=lorekeeper-extensions|user=AW0005|branch=extension/referrral-rewards}}|LKVer=2.1.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
 
 +
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
1. php artisan migrate
 +
2. php artisan optimize
 +
 
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
You will need to setup the referral counts from the admin panel but that should be it!
== Usage ==
+
 
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
<gallery>
== See Also ==
+
File:ReferralRewardNotif.png
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
File:ReferralAdminPanel.png
 +
</gallery>
  
 +
== Troubleshooting ==
 +
I'm (moif) pretty much chronically in the LK server so I'll see any questions there!

Revision as of 22:11, 14 October 2023

Referral Rewards
Description Rewards on Referral by a User
Author(s) moif
Status testing
Github AW0005/lorekeeper-extensions/extension/referrral-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!