Difference between revisions of "Extensions:Custom Currency"
Jump to navigation
Jump to search
(Creating and making the infobox of the page.) Tag: 2017 source edit |
(Updating the full page with all info needed for.) Tag: 2017 source edit |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Custom Currency|desc=Optional custom currency for character value & sales.|auth=MarskyMessier|status=testing|github={{Github|user=MarskyMessier|branch=extension/custom-currency}}|LKVer=3.0.0|migration=yes|package=no}} |
− | + | ||
+ | Adds an optional input form box where you can add a desired currency ; supports Unicode so anything ranging from text to a symbol can be added. It is advised you keep it relatively short and comprehensive! | ||
+ | |||
+ | It replaces the default currency symbol that is found in the settings, and has its own column in the database. For sales, it won't show up on Raffles, but will on any other options that can have money in it. | ||
+ | |||
== Installation == | == Installation == | ||
− | + | Pull, deal with the conflicts you might have, merge, and run the following commands : | |
+ | <br> <code>php artisan migrate</code> | ||
+ | <br> <code>php artisan update-extension-tracker</code> | ||
+ | <br> <code>php artisan optimize</code> | ||
+ | |||
== Configuration == | == Configuration == | ||
− | + | N/A | |
+ | |||
== Usage == | == Usage == | ||
− | + | N/A | |
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
− | + | If you encounter any issues, feel free to dm me on discord (MarskyMessier) or open an issue on my repo. You can also ping me in the LoreKeeper discord. | |
+ | |||
== Images == | == Images == | ||
− | < | + | <gallery heights="200" widths="200"> |
+ | File:Customcurrencysales.png | ||
+ | File:Customcurrencycharacter.png | ||
+ | File:Customcurrencyediting.png | ||
+ | </gallery> | ||
+ | |||
== See Also == | == See Also == | ||
− | |||
− | |||
− |
Latest revision as of 15:44, 26 June 2024
Description | Optional custom currency for character value & sales. |
---|---|
Author(s) | MarskyMessier |
Status | testing |
Github | extension/custom-currency |
LK Version | 3.0.0 |
Contains a Migration | |
Adds an optional input form box where you can add a desired currency ; supports Unicode so anything ranging from text to a symbol can be added. It is advised you keep it relatively short and comprehensive!
It replaces the default currency symbol that is found in the settings, and has its own column in the database. For sales, it won't show up on Raffles, but will on any other options that can have money in it.
Installation
Pull, deal with the conflicts you might have, merge, and run the following commands :
php artisan migrate
php artisan update-extension-tracker
php artisan optimize
Configuration
N/A
Usage
N/A
Troubleshooting
If you encounter any issues, feel free to dm me on discord (MarskyMessier) or open an issue on my repo. You can also ping me in the LoreKeeper discord.