Difference between revisions of "Extensions:User Transfer Reasons"

From Lorekeeper Wiki
Jump to navigation Jump to search
(inital)
Tag: 2017 source edit
 
Tag: 2017 source edit
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}}|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=User Transfer Reasons|desc=Adds user fill-able transfer reasons to character transfers|auth=snupsplus|status=stabe|github={{Github|user=snupsplus|branch=transfer-reasons}}|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull Extension, run "php artisan migrate"
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Nothing besides migrating the new info for the DB!
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
A fillable "transfer reason" Box will now appear whenever a user is making a character transfer, and the data entered there will appear on the admin panel too when viewing weather to accept/deny transfers
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
If there are any issues feel free to contact me at snups#0333 or through the Lorekeeper Discord!
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 

Revision as of 22:14, 21 September 2020

User Transfer Reasons
Description Adds user fill-able transfer reasons to character transfers
Author(s) snupsplus
Status stabe
Github transfer-reasons
LK Version Unspecified
Contains a Migration



Installation

Pull Extension, run "php artisan migrate"

Configuration

Nothing besides migrating the new info for the DB!

Usage

A fillable "transfer reason" Box will now appear whenever a user is making a character transfer, and the data entered there will appear on the admin panel too when viewing weather to accept/deny transfers

Troubleshooting

If there are any issues feel free to contact me at snups#0333 or through the Lorekeeper Discord!

See Also