Difference between revisions of "Extensions:Showcases"

From Lorekeeper Wiki
Jump to navigation Jump to search
(make page)
Tag: 2017 source edit
 
(I FORGOT THE LANG)
 
(2 intermediate revisions by the same user not shown)
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=Showcases|desc=Display your collection or favorite things|auth=CH3RVB (Extension), Ne-wt(Shop features/pets&shops)|status=testing|github={{Github|user=ch3rvb|branch=extension/showcases}}|LKVer=2.1.1|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Lets users make their own showcases, which are basically just "galleries" that hold items for display. Showcases are purely decorative and exist for users to show off items they have accumulated.
 +
 +
Users can customize their showcase, setting their own showcase image and description to show off their personality and create their own unique look.
 +
 
 +
Users can only showcase items that they have gotten from gameplay, no custom items or anything.
 +
 
 +
Credit to newt for the original shop features/pets&shops code, which I referenced heavily to enable multiple stock types and generally make the layouts nicer!
 +
 
 +
thanks to min for making the quick stock layout look nicer as well!
 +
 
 +
You can get a version of this extension that supports pet stock here: https://github.com/CH3RVB/lorekeeper/tree/showcase-pets
 +
Pets version supports variants as well as named pets
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
<code>php artisan migrate</code>, <code>php artisan add-site-settings</code>, <code>php artisan optimize</code> , <code>php artisan update-extension-tracker</code>  
 +
Run these codes after installation and merge conflicts have been handled.
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Admin side configuration:
 +
# Set the number of allowed showcases from the admin site settings panel. This number is the maximum amount of showcases a user can make, it should probably be set to 1 (default) if you don't want things to get too crazy, but this ext is built to allow multiple to exist even when used by the same user.
 +
 
 +
Includes a lang file + compatibility to easily reskin how you want the name for the extension to appear. This file easily lets you change the names of frontfacing parts of the extension, so you could change "Showcase" to "Display" or something else simply by editing it.
 +
 
 +
You can find this file at resources/lang/en/showcase.php Please only edit the RIGHTMOST part of the code here, so 'shwocase' => 'New Word',. Thanks to Uri for the original idea/configuration guide!  
 +
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Items or pets that are set to be non-transferrable can be stocked in showcases.
 +
 
 +
After installation, things are free to move on their own without admin moderation.
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
Please contact me if you find any bugs!
 +
 
 +
i'm SUPERCOOL in the lk server!  
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
See it live on my site
 +
https://www.merlotarpg.com/showcases/showcase-index
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
Support Newt!
 
+
https://ko-fi.com/scuffednewt

Latest revision as of 14:13, 1 November 2023

Showcases
Description Display your collection or favorite things
Author(s) CH3RVB (Extension), Ne-wt(Shop features/pets&shops)
Status testing
Github extension/showcases
LK Version 2.1.1
Contains a Migration






Lets users make their own showcases, which are basically just "galleries" that hold items for display. Showcases are purely decorative and exist for users to show off items they have accumulated.

Users can customize their showcase, setting their own showcase image and description to show off their personality and create their own unique look.

Users can only showcase items that they have gotten from gameplay, no custom items or anything.

Credit to newt for the original shop features/pets&shops code, which I referenced heavily to enable multiple stock types and generally make the layouts nicer!

thanks to min for making the quick stock layout look nicer as well!

You can get a version of this extension that supports pet stock here: https://github.com/CH3RVB/lorekeeper/tree/showcase-pets Pets version supports variants as well as named pets

Installation

php artisan migrate, php artisan add-site-settings, php artisan optimize , php artisan update-extension-tracker Run these codes after installation and merge conflicts have been handled.

Configuration

Admin side configuration:

  1. Set the number of allowed showcases from the admin site settings panel. This number is the maximum amount of showcases a user can make, it should probably be set to 1 (default) if you don't want things to get too crazy, but this ext is built to allow multiple to exist even when used by the same user.

Includes a lang file + compatibility to easily reskin how you want the name for the extension to appear. This file easily lets you change the names of frontfacing parts of the extension, so you could change "Showcase" to "Display" or something else simply by editing it.

You can find this file at resources/lang/en/showcase.php Please only edit the RIGHTMOST part of the code here, so 'shwocase' => 'New Word',. Thanks to Uri for the original idea/configuration guide!

Usage

Items or pets that are set to be non-transferrable can be stocked in showcases.

After installation, things are free to move on their own without admin moderation.

Troubleshooting

Please contact me if you find any bugs!

i'm SUPERCOOL in the lk server!

Images

See it live on my site https://www.merlotarpg.com/showcases/showcase-index

See Also

Support Newt! https://ko-fi.com/scuffednewt