Difference between revisions of "Extensions:Record Book"
Jump to navigation
Jump to search
(Created page) Tag: 2017 source edit |
(→Images) Tag: 2017 source edit |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Record Book|desc=Adds a simple page to user profiles that displays which items a user has owned.|auth=Newt|status=stable|github={{Github|user=ne-wt|branch=extension/record-book}}|LKVer=3.0.0|migration=yes|package=no}} |
− | + | Are you a hoarder like me and hate opening boxes etc because you want to have one of all item in your inventory? This adds a simple page to the home area/user profiles that displays all items a user has/has not owned to satisfy the collector in you. | |
== Installation == | == Installation == | ||
− | < | + | pull and run <code>php artisan migrate</code>, run <code>php artisan optimize</code> twice |
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
Line 10: | Line 10: | ||
<!-- 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? --> | ||
== Images == | == Images == | ||
− | < | + | <gallery> |
+ | File:Record_book.png|An example of the Record Book | ||
+ | </gallery> | ||
+ | |||
== 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. --> | ||
− |
Latest revision as of 12:12, 29 June 2024
Description | Adds a simple page to user profiles that displays which items a user has owned. |
---|---|
Author(s) | Newt |
Status | stable |
Github | extension/record-book |
LK Version | 3.0.0 |
Contains a Migration | |
Are you a hoarder like me and hate opening boxes etc because you want to have one of all item in your inventory? This adds a simple page to the home area/user profiles that displays all items a user has/has not owned to satisfy the collector in you.
Installation
pull and run php artisan migrate
, run php artisan optimize
twice