Difference between revisions of "Extensions:Gift Art Notifications"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
m (Update Contact Information)
Tag: 2017 source edit
 
(4 intermediate revisions by the same user not shown)
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=Gift Art Notifications|desc=Notify owners of gift submissions|auth=AnimatedCritter|status=stable|github={{Github|user=AnimatedCritter|branch=extension/gift-art-notifs}}|LKVer=2.1.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
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 ==
<!-- Is any configuration necessary? Describe it here! -->
+
No configuration required, but you can optionally run <code>php artisan send-initial-gift-alerts</code>.
== Usage ==
+
* This will create a notification for each character that has potential gift submission(s).
<!-- Is there anything users should know about using your extension? -->
+
* Intended to be run only once, right when the extension goes live.
 +
** (*Technically* it can be run multiple times--but after the initial release, it doesn't provide much and gets spammy.)
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
I am no longer on Discord. Instead, please contact me through CritterCodes (https://crittercodes.neocities.org/). Thank you!
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
[[File:Screenshot 20221030 062419.png|none|thumb]][[File:Screenshot 20221030 062559.png|none|thumb]]
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 
 

Latest revision as of 17:02, 28 January 2024

Gift Art Notifications
Description Notify owners of gift submissions
Author(s) AnimatedCritter
Status stable
Github extension/gift-art-notifs
LK Version 2.1.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(s).
  • Intended to be run only once, right when the extension goes live.
    • (*Technically* it can be run multiple times--but after the initial release, it doesn't provide much and gets spammy.)

Troubleshooting

I am no longer on Discord. Instead, please contact me through CritterCodes (https://crittercodes.neocities.org/). Thank you!

Images

Screenshot 20221030 062419.png
Screenshot 20221030 062559.png