Difference between revisions of "Extensions:Prompt Form"
(First creation save.) Tag: 2017 source edit |
m (Added notation about it not working with wysiwyg comments.) Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Prompt Form|desc=Automated text prompt form in submissions.|auth=MarskyMessier, notecardPasta|status=Stable|github={{Github|user=MarskyMessier|branch=extension/prompt-form}}|LKVer=3.0.0|migration=yes|package=no}} |
− | + | ||
+ | Adds an optional text area to fill (Admin side) for prompt forms, and drops that form in the comment section when selecting said form in a submission. Only support basic text / unicode, as the submission comment doesn't have WYSIWYG. | ||
+ | |||
+ | Many thanks to Pasta whom this extension was derived from, for helping me and allowing me to make this one public! | ||
+ | |||
== Installation == | == Installation == | ||
− | + | Pull, deal with the conflicts you might have, merge, and run the following commands : | |
+ | <br> <code>php artisan migrate</code> | ||
+ | <br> <code>php artisan update-extension-tracker</code> | ||
+ | <br> <code>php artisan optimize</code> | ||
+ | |||
== Configuration == | == Configuration == | ||
− | + | N/A | |
+ | |||
== Usage == | == Usage == | ||
− | + | N/A | |
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
− | + | As of late, this extension will NOT work with wysiwyg submission comments! The form doesn't correctly drop on live sites, therefore if you have wysiwyg I recommend not pulling this extension. If you know how to fix the issue you are more than welcome to open a PR on my github!. | |
+ | |||
+ | If you encounter any issues, feel free to dm me on discord (MarskyMessier) or open an issue on my repo. You can also ping me in the LoreKeeper discord. | ||
+ | |||
== Images == | == Images == | ||
− | < | + | <gallery heights="200" widths="200"> |
+ | File:Promptformadmin.png | ||
+ | File:Promptformsubmission.png | ||
+ | </gallery> | ||
+ | |||
== See Also == | == See Also == | ||
− | |||
− |
Latest revision as of 03:46, 14 July 2024
Description | Automated text prompt form in submissions. |
---|---|
Author(s) | MarskyMessier, notecardPasta |
Status | Stable |
Github | extension/prompt-form |
LK Version | 3.0.0 |
Contains a Migration | |
Adds an optional text area to fill (Admin side) for prompt forms, and drops that form in the comment section when selecting said form in a submission. Only support basic text / unicode, as the submission comment doesn't have WYSIWYG.
Many thanks to Pasta whom this extension was derived from, for helping me and allowing me to make this one public!
Installation
Pull, deal with the conflicts you might have, merge, and run the following commands :
php artisan migrate
php artisan update-extension-tracker
php artisan optimize
Configuration
N/A
Usage
N/A
Troubleshooting
As of late, this extension will NOT work with wysiwyg submission comments! The form doesn't correctly drop on live sites, therefore if you have wysiwyg I recommend not pulling this extension. If you know how to fix the issue you are more than welcome to open a PR on my github!.
If you encounter any issues, feel free to dm me on discord (MarskyMessier) or open an issue on my repo. You can also ping me in the LoreKeeper discord.