Difference between revisions of "Extensions:Watermarking Image Automation"
(Further setup. Will finish later.) |
m |
||
Line 12: | Line 12: | ||
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
+ | |||
== Installation == | == Installation == | ||
As this extension is part of v3.0.0, you will want to perform any actions required to update properly. But there are no other installation steps otherwise. | As this extension is part of v3.0.0, you will want to perform any actions required to update properly. But there are no other installation steps otherwise. | ||
+ | |||
== Configuration == | == Configuration == | ||
− | < | + | In the <code>config/lorekeeper/extensions.php</code> file, find: |
+ | <syntaxhighlight lang="html">// Previous & Next buttons on Character pages - Speedy</syntaxhighlight> | ||
+ | Under <code>'previous_and_next_characters' =></code> you will find the following options: | ||
+ | |||
+ | <code>'display' => 0</code> If set to 1, it will display the buttons. By default, it is 0 to keep it turned off. | ||
+ | |||
+ | <code>'reverse' => 0</code> This reverses the previous and next buttons. By default, it is 0 to have the higher number as previous and the lower number as next, reflecting masterlist order. Set it to 1 to reverse that to have the higher number as next and the lower number as previous. | ||
+ | |||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
− | + | I'm Speedy#4060 on Discord, but please do not contact me directly. | |
+ | |||
+ | Instead, please tag me in the Lorekeeper server if you need my help. | ||
+ | |||
+ | I am not a regular there, so asking something without a tag might not get a response. | ||
+ | |||
== Images == | == Images == | ||
− | <!-- | + | <!-- Note to self: add images sometime soon --> |
+ | |||
+ | == Version History == | ||
+ | * '''*1:''' Initial creation. | ||
+ | (This extension has never had a tracker update, and never will.) | ||
+ | |||
== See Also == | == See Also == | ||
This extension is an addition on top of [[Extensions:Watermarking]]. | This extension is an addition on top of [[Extensions:Watermarking]]. | ||
Both this extension as well as that are part of v2.0.0, so you do not have to worry if you're updating- especially since the fully updated version of this extension is part of v3.0.0, so by the time you're using this, you're good. | Both this extension as well as that are part of v2.0.0, so you do not have to worry if you're updating- especially since the fully updated version of this extension is part of v3.0.0, so by the time you're using this, you're good. |
Revision as of 08:12, 4 June 2023
Description | Automates watermarking to a square image. |
---|---|
Author(s) | Speedy |
Status | stable |
Github | SpeedyD/lorekeeper |
LK Version | 3.0.0 dev |
Is part of LK v3.0.0's release | |
THIS EXTENSION IS PART OF v3.0.0 |
This extension has been merged into the develop branch (aka the future v3.0.0 branch) as Watermarking - Masterlist Image Automation addition. |
You will not be able to download this. This wiki page is only for referencing purposes. |
Page under construction, sorry!
Contents
Installation
As this extension is part of v3.0.0, you will want to perform any actions required to update properly. But there are no other installation steps otherwise.
Configuration
In the config/lorekeeper/extensions.php
file, find:
// Previous & Next buttons on Character pages - Speedy
Under 'previous_and_next_characters' =>
you will find the following options:
'display' => 0
If set to 1, it will display the buttons. By default, it is 0 to keep it turned off.
'reverse' => 0
This reverses the previous and next buttons. By default, it is 0 to have the higher number as previous and the lower number as next, reflecting masterlist order. Set it to 1 to reverse that to have the higher number as next and the lower number as previous.
Usage
Troubleshooting
I'm Speedy#4060 on Discord, but please do not contact me directly.
Instead, please tag me in the Lorekeeper server if you need my help.
I am not a regular there, so asking something without a tag might not get a response.
Images
Version History
- *1: Initial creation.
(This extension has never had a tracker update, and never will.)
See Also
This extension is an addition on top of Extensions:Watermarking.
Both this extension as well as that are part of v2.0.0, so you do not have to worry if you're updating- especially since the fully updated version of this extension is part of v3.0.0, so by the time you're using this, you're good.