Difference between revisions of "Extensions:Gift Art Notifications"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Gift Art Notifications|desc=Notify owners of gift submissions|auth=AnimatedCritter|status=stable|github={{Github|user=AnimatedCritter|branch=extension/gift-art-notifs}}|LKVer=2.0.0|migration=yes|package=no}} |
− | + | Allows users to notify character owners when a character is included in a submission! When viewing a prompt/claim after creation, users can see if a character's owner will be/was notified of the submission. | |
== Installation == | == Installation == | ||
− | + | Pull and merge the branch, making sure to address any merge issues. | |
+ | |||
+ | Afterwards, run the following commands in your console: | ||
+ | |||
+ | <code>php artisan migrate</code> | ||
+ | |||
+ | <code>php artisan update-extension-tracker</code> | ||
== Configuration == | == Configuration == | ||
− | < | + | No configuration required, but you can optionally run <code>php artisan send-initial-gift-alerts</code>. |
− | + | * This will create a notification for each character that has potential gift submission. | |
− | + | * Intended to be run only once, right when the extension goes live. | |
+ | ** (although *technically* it can be run multiple times--but it gets spammy and, after the initial release, it doesn't provide much!) | ||
== Troubleshooting == | == Troubleshooting == | ||
− | + | If you are having any issues (or have suggestions to improve this extension) you can find me over on the Lorekeeper Discord server (AnimatedCritter#7094)! | |
== Images == | == Images == | ||
− | + | [[File:Screenshot 20221030 062419.png|none|thumb]][[File:Screenshot 20221030 062559.png|none|thumb]] | |
− | |||
− | |||
− |
Revision as of 04:21, 30 October 2022
Description | Notify owners of gift submissions |
---|---|
Author(s) | AnimatedCritter |
Status | stable |
Github | extension/gift-art-notifs |
LK Version | 2.0.0 |
Contains a Migration | |
Allows users to notify character owners when a character is included in a submission! When viewing a prompt/claim after creation, users can see if a character's owner will be/was notified of the submission.
Installation
Pull and merge the branch, making sure to address any merge issues.
Afterwards, run the following commands in your console:
php artisan migrate
php artisan update-extension-tracker
Configuration
No configuration required, but you can optionally run php artisan send-initial-gift-alerts
.
- This will create a notification for each character that has potential gift submission.
- Intended to be run only once, right when the extension goes live.
- (although *technically* it can be run multiple times--but it gets spammy and, after the initial release, it doesn't provide much!)
Troubleshooting
If you are having any issues (or have suggestions to improve this extension) you can find me over on the Lorekeeper Discord server (AnimatedCritter#7094)!