Difference between revisions of "Extensions:Dual Gallery Reward Currencies"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title=Dual Gallery Reward Currencies|desc=Use either or both of two currencies for gallery currency rewards.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=extension/dual-gallery-reward-currencies}}|migration=yes|package=no}} | + | {{Extensioninfobox|title=Dual Gallery Reward Currencies|desc=Use either or both of two currencies for gallery currency rewards.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=extension/dual-gallery-reward-currencies}}|LKVer=2.0.0|migration=yes|package=no}} |
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
− | |||
− | |||
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. | 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 == | == Installation == | ||
Line 17: | Line 15: | ||
<!-- 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]] |
Latest revision as of 06:40, 29 August 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 | 2.0.0 |
Contains a Migration | |
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!