Difference between revisions of "Extensions:Character Themes"
Tag: 2017 source edit |
(forgor the commands) Tag: 2017 source edit |
||
Line 6: | Line 6: | ||
You can search by theme in the masterlist by typing a word/words | You can search by theme in the masterlist by typing a word/words | ||
== Installation == | == Installation == | ||
− | < | + | Pull, and run <code>php artisan migrate</code> as well as <code>php artisan add-site-settings</code> |
+ | |||
== Configuration == | == Configuration == | ||
Has a lang file that can be edited resources\lang\en\character_theme.php which can change "Theme" to another word that you choose. | Has a lang file that can be edited resources\lang\en\character_theme.php which can change "Theme" to another word that you choose. |
Latest revision as of 11:19, 28 April 2024
Description | Adds a "theme" text field to character traits. |
---|---|
Author(s) | CH3RVB |
Status | Unknown Status |
Github | extension/character-themes |
LK Version | 2.1.5 |
Contains a Migration | |
Adds "Theme" to characters, which is a simple text field
This field is intended for the "concept" of a character, such as "Black cat" or "Water lily", or anything else, really (mostly meant for sites where a character is required to have a listed concept as part of the design).
You can search by theme in the masterlist by typing a word/words
Installation
Pull, and run php artisan migrate
as well as php artisan add-site-settings
Configuration
Has a lang file that can be edited resources\lang\en\character_theme.php which can change "Theme" to another word that you choose.
Some additional settings are included, and can be found in config\lorekeeper\extensions.php: Make themes required on a character. Make themes unique (only design 1 can have "Black cat" set as it's theme). Display themes on the masterlist search/header.