Difference between revisions of "Extensions:Polls and Forms"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
Tag: 2017 source edit
 
(2 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=Polls and Forms|desc=Allows you to host polls and short feedback forms on your lorekeeper site.|auth=Cylunny|status=testing|github={{Github|user=Cylunny|branch=extension/polls-and-forms}}|LKVer=2.1.3|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Allows you to create polls and feedback forms on site. You can also add a reward for users who submit the form/poll.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
* pull & deal with merge conflicts
 +
* <code>php artisan migrate</code>
 +
* <code>php artisan optimize</code> x2
 +
* <code>php artisan update-extension-tracker</code>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
You should be good without configuring anything, as configuration is mostly in the poll creation itself. But for documentation, here are some options you have:
 +
* title
 +
* timeframe (how often can users submit the form/poll, eg. daily, monthly...)
 +
* description
 +
You also have some toggles:
 +
* Set active (shows the form, or hides it)
 +
* Set anonymous (hides who gave what answer)
 +
* Set public (public = any user may see results, otherwise only mods can)
 +
* Set editable (allows users to edit their answer later)
 +
* Allow Likes (allows other users to like free text responses)
 +
* set timed form (sets the form to be open from/to a specific time)
 +
 
 +
You can add as many questions as you like, and they can either have pre-set options (poll) or a free text answer.
 +
 
 +
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Create polls or forms from your admin panel under site->forms and polls. You can also view poll results there.
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
We are never 100% safe from those pesky bugs. If you find something, feel free to contact me- I am cylunny on discord or toyhou.se!
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
No images, but you can see them live on my own page:
 +
* [https://realms-away.online/forms Main Page]
 +
* [https://realms-away.online/forms/8.guest-designsartists-on-realms-away Simple Poll]
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
If this extension helped you, feel free to support me on [https://ko-fi.com/cylunny Kofi]!
 
 

Latest revision as of 01:17, 24 April 2024

Polls and Forms
Description Allows you to host polls and short feedback forms on your lorekeeper site.
Author(s) Cylunny
Status testing
Github extension/polls-and-forms
LK Version 2.1.3
Contains a Migration






Allows you to create polls and feedback forms on site. You can also add a reward for users who submit the form/poll.

Installation

  • pull & deal with merge conflicts
  • php artisan migrate
  • php artisan optimize x2
  • php artisan update-extension-tracker

Configuration

You should be good without configuring anything, as configuration is mostly in the poll creation itself. But for documentation, here are some options you have:

  • title
  • timeframe (how often can users submit the form/poll, eg. daily, monthly...)
  • description

You also have some toggles:

  • Set active (shows the form, or hides it)
  • Set anonymous (hides who gave what answer)
  • Set public (public = any user may see results, otherwise only mods can)
  • Set editable (allows users to edit their answer later)
  • Allow Likes (allows other users to like free text responses)
  • set timed form (sets the form to be open from/to a specific time)

You can add as many questions as you like, and they can either have pre-set options (poll) or a free text answer.


Usage

Create polls or forms from your admin panel under site->forms and polls. You can also view poll results there.

Troubleshooting

We are never 100% safe from those pesky bugs. If you find something, feel free to contact me- I am cylunny on discord or toyhou.se!

Images

No images, but you can see them live on my own page:

See Also

If this extension helped you, feel free to support me on Kofi!