Difference between revisions of "Extensions:Dual Gallery Reward Currencies"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 17: | Line 17: | ||
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | ||
Find me in the Lorekeeper server if you encounter any issues! | Find me in the Lorekeeper server if you encounter any issues! | ||
+ | == Images == | ||
+ | * [https://www.itinerare.net/gallery/pieces/14.Lorekeeper-Ext-%E2%97%88-Dual-Gallery-Reward-Currencies?source=projects/pages/lorekeeper&page=1 Writeup with images on my site] | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
[[Extensions:Galleries]] | [[Extensions:Galleries]] |
Revision as of 07:35, 8 April 2021
Description | Use either or both of two currencies for gallery currency rewards. |
---|---|
Author(s) | Mercury |
Status | Testing |
Github | extension/dual-gallery-reward-currencies |
LK Version | Unspecified |
Contains a Migration | |
This extension is built on develop.
Adds a setting for an alt group currency and the ability to set galleries to use one, the other, or both/either for currency rewards. Also adds a notification for both/either currency rewards.
Installation
Pull the branch; run php artisan migrate
and php artisan add-site-settings
.
Configuration
- Set the ID of the second group currency in the Site Settings admin panel; the setting is called group_currency_alt.
- In gallery editing, for each gallery you wish to use the alt group currency either exclusively or alongside the primary currency, set this using the added dropdown.
Usage
Currency awards proceed as normal for galleries using only one of the currencies, with them just switched out. For galleries which use both/either, forms will be provided for the involved parties for both currencies.
Troubleshooting
Find me in the Lorekeeper server if you encounter any issues!