Difference between revisions of "Extensions:Shop categories"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Page Created)
Tag: 2017 source edit
 
Tag: 2017 source edit
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Shop Categories|desc=Adds categories to shops|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/shop-category}}|LKVer=2.0.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Adds categories to shops. No encyclopedia pages, but they group shops on the shops page with a little header.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Run the following command:
== Configuration ==
+
<code>php artisan migrate</code>
<!-- Is any configuration necessary? Describe it here! -->
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Can upload a picture or description if you like and has functions for that, but it's recommended to keep the pictures small (100x100px or less), and descriptions shorter. you don't have to add either to use it!
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
  
 +
Categories will be hidden from view until they are actually assigned to a shop

Revision as of 08:11, 20 April 2024

Shop Categories
Description Adds categories to shops
Author(s) CH3RVB
Status stable
Github extension/shop-category
LK Version 2.0.0
Contains a Migration



Adds categories to shops. No encyclopedia pages, but they group shops on the shops page with a little header.

Installation

Run the following command: php artisan migrate

Usage

Can upload a picture or description if you like and has functions for that, but it's recommended to keep the pictures small (100x100px or less), and descriptions shorter. you don't have to add either to use it!

Categories will be hidden from view until they are actually assigned to a shop