Difference between revisions of "Extensions:Galleries"
Tag: 2017 source edit |
Tag: 2017 source edit |
||
| Line 12: | Line 12: | ||
* gallery_submissions_reward_currency | * gallery_submissions_reward_currency | ||
You may want to close gallery submissions globally while you are performing basic set up of galleries. | You may want to close gallery submissions globally while you are performing basic set up of galleries. | ||
| + | |||
| + | Create galleries in the data/galleries admin panel, adjusting settings per gallery as desired. | ||
=== Currency Form Configuration === | === Currency Form Configuration === | ||
| Line 17: | Line 19: | ||
The function responsible for calculating a total based on users' form input is at the top of app/Helpers/AssetHelpers. This is unfortunately more or less hard-coded; however, it is also commented extensively. Note that the fields used in this formula must be the same as the ones within the form, or it will break and/or not calculate the total properly. | The function responsible for calculating a total based on users' form input is at the top of app/Helpers/AssetHelpers. This is unfortunately more or less hard-coded; however, it is also commented extensively. Note that the fields used in this formula must be the same as the ones within the form, or it will break and/or not calculate the total properly. | ||
| − | |||
| − | |||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
Revision as of 09:42, 20 October 2020
| Description | Provides a space for users to upload art and writing. |
|---|---|
| Author(s) | Mercury |
| Status | Testing |
| Github | galleries |
| LK Version | Unspecified |
| Contains a Migration | |
| Uses a Package | |
WIP WIP WIP WIP
Contents
Installation
Configuration
Basic Configuration
Adjust the added settings in the site settings admin panel. These are as follows:
- gallery_submissions_open
- gallery_submissions_require_approval
- gallery_submissions_reward_currency
You may want to close gallery submissions globally while you are performing basic set up of galleries.
Create galleries in the data/galleries admin panel, adjusting settings per gallery as desired.
Currency Form Configuration
The form itself is configured in config/lorekeeper/group_currency_form.php. This config file is commented extensively in an endeavor to make it easy to customize.
The function responsible for calculating a total based on users' form input is at the top of app/Helpers/AssetHelpers. This is unfortunately more or less hard-coded; however, it is also commented extensively. Note that the fields used in this formula must be the same as the ones within the form, or it will break and/or not calculate the total properly.