Difference between revisions of "Extensions:Repeating Prompts"
Jump to navigation
Jump to search
(Creating Page) Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{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}} |
− | + | ||
+ | Allows for prompts to be repeated on a yearly or monthly basis, based on the original start and end time entered. | ||
+ | |||
== Installation == | == 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 == | == 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. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 14:31, 18 March 2023
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.