Difference between revisions of "Extensions:Polls and Forms"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
| Line 1: | Line 1: | ||
| − | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Polls and Forms|desc=Allows you to host polls and short feedback forms on your lorekeeper site.|status=testing|github={{Github|user=Cylunny|branch=extension/polls-and-forms}}|LKVer=2.1.3|migration=yes|package=no}} |
| − | + | Allows you to create polls and feedback forms on site. | |
== Installation == | == Installation == | ||
| − | < | + | * 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 == | ||
| − | + | 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 == | ||
| − | + | Create polls or forms from your admin panel under site->forms and polls. You can also view poll results there. | |
== Troubleshooting == | == 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 == | == Images == | ||
| − | + | 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 == | ||
| − | + | If this extension helped you, feel free to support me on [https://ko-fi.com/cylunny Kofi]! | |
| − | |||
Revision as of 01:15, 24 April 2024
| Description | Allows you to host polls and short feedback forms on your lorekeeper site. |
|---|---|
| Author(s) | Unknown Author |
| 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.
Installation
- pull & deal with merge conflicts
php artisan migratephp artisan optimizex2php 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!