Difference between revisions of "Extensions:Repeating Prompts"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Creating Page)
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}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Repeating Prompts|desc=Allows for prompts to be repeated on a regular basis|auth=moif|status=stable|github={{Github|repo=lorekeeper-extensions|user=AW0005|branch=extension/repeating-prompts}}|LKVer=2.0.1|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
 
 +
Allows for prompts to be repeated on a yearly or monthly basis, based on the original start and end time entered.
 +
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
1. [code]php artisan migrate[/code]
== Configuration ==
+
 
<!-- Is any configuration necessary? Describe it here! -->
+
Should be all you need. It'll show up in the prompt edit page as "Prompt Repeat Timeframe".
 +
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
It should open and close the prompt at the expected times, always. If you want it to also hide the prompt make sure you have ''both'' hide before start and after end toggled to on.
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 
 

Latest revision as of 15:31, 18 March 2023

Repeating Prompts
Description Allows for prompts to be repeated on a regular basis
Author(s) moif
Status stable
Github AW0005/lorekeeper-extensions/extension/repeating-prompts
LK Version 2.0.1
Contains a Migration







Allows for prompts to be repeated on a yearly or monthly basis, based on the original start and end time entered.

Installation

1. [code]php artisan migrate[/code]

Should be all you need. It'll show up in the prompt edit page as "Prompt Repeat Timeframe".

Usage

It should open and close the prompt at the expected times, always. If you want it to also hide the prompt make sure you have both hide before start and after end toggled to on.