Difference between revisions of "Extensions:Prompt Form"

From Lorekeeper Wiki
Jump to navigation Jump to search
(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=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=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}}
<!-- Put a short summary of your extension here! -->
+
 
 +
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
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 ==
<!-- Is any configuration necessary? Describe it here! -->
+
N/A
 +
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
N/A
 +
 
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
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 ==
<!-- Do you have any images to show what it looks like in action? -->
+
<gallery heights="200" widths="200">
 +
File:Promptformadmin.png
 +
File:Promptformsubmission.png
 +
</gallery>
 +
 
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 

Latest revision as of 03:46, 14 July 2024

Prompt Form
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.

Images

See Also