Difference between revisions of "Extensions:Dual Gallery Reward Currencies"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
Tag: 2017 source edit
 
(5 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}}|migration=yes/no|package=yes/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.
 
== Installation ==
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 +
Pull the branch; run <code>php artisan migrate</code> and <code>php artisan add-site-settings</code>.
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
* 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 ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
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 ==
 
== Troubleshooting ==
 
<!-- 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!
 +
== 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]]

Latest revision as of 07:40, 29 August 2021

Dual Gallery Reward Currencies
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!

Images

See Also

Extensions:Galleries