Difference between revisions of "Extensions:Third Subtype"
m (Edited warning) Tag: 2017 source edit |
(Added bold text for additional information.) Tag: 2017 source edit |
||
Line 7: | Line 7: | ||
| You should be fine to use this extension while still on v2.1.1 and upgrading from there. | | You should be fine to use this extension while still on v2.1.1 and upgrading from there. | ||
|- | |- | ||
− | | Please note that v3.1.0 has an [https://github.com/corowne/lorekeeper/pull/870 | + | | Please note that v3.1.0 has an [https://github.com/corowne/lorekeeper/pull/870 Multiple Subtypes] feature that makes both [[Extensions:Second_Subtype]] and Third Subtype extensions redundant. |
|} | |} | ||
+ | |||
+ | '''If you have recently updated to v3.1.0 (or the develop branch over the release branch at time of writing), please run the <code>php artisan convert-character-subtype</code> after migration. The command has been adjusted to recognize Second Subtype and Third Subtype, and will ensure they will be converted properly. Both extensions have become redundant due to the Multiple Subtypes feature that has been added.''' | ||
Adds the ability to add a third subtype to characters, as well as internal handling for it. Also updates masterlist search so that it searches third subtypes as well. | Adds the ability to add a third subtype to characters, as well as internal handling for it. Also updates masterlist search so that it searches third subtypes as well. |
Latest revision as of 02:45, 16 September 2024
Description | Adds handling for/display of a third subtype to characters. |
---|---|
Author(s) | Speedy |
Status | Stable |
Github | extension/third-subtype |
LK Version | 2.1.1 |
Contains a Migration | |
THIS EXTENSION WILL NOT BE UPDATED FOR LK v3 |
You should be fine to use this extension while still on v2.1.1 and upgrading from there. |
Please note that v3.1.0 has an Multiple Subtypes feature that makes both Extensions:Second_Subtype and Third Subtype extensions redundant. |
If you have recently updated to v3.1.0 (or the develop branch over the release branch at time of writing), please run the php artisan convert-character-subtype
after migration. The command has been adjusted to recognize Second Subtype and Third Subtype, and will ensure they will be converted properly. Both extensions have become redundant due to the Multiple Subtypes feature that has been added.
Adds the ability to add a third subtype to characters, as well as internal handling for it. Also updates masterlist search so that it searches third subtypes as well.
All credit goes to User:Mercury, all I did was copy paste their code and did like 0.001% edits to add a third subtype. I mean, I even copied most of the text for this page.
Contents
Installation
Pull Extensions:Second_Subtype.
Then pull this extension; run php artisan migrate
.
Don't forget to run php artisan update-extension-tracker
!
Configuration
None necessary.
Usage
Add third subtypes to characters and/or instruct your users as to how/when to do so as necessary.
Troubleshooting
Create a new thread in the #general-help channel of the Discord!
You can always try tagging me (see my user page), as I'm semi-active on the server, but a new thread is your best bet.
As this is based off of User:Mercury's Extensions:Second_Subtype, questions may be re-routed to them.
Images
Version History
- 1.0.0: Initial creation. Grabbed second subtype and added a third subtype.
See Also
This extension is built on top off Extensions:Second_Subtype.