Difference between revisions of "Extensions:Carousel"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
Tag: 2017 source edit
 
(3 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=Carousel|desc=Adds a carousel to the dashboard|auth=Stokori|status=testing|github={{Github|user=perappu|branch=extension/carousel}}|LKVer=3.0.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Adds an image carousel to the dashboard, or wherever else you'd like it configured.
 
== 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>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
You will almost certainly need to adjust the placement/size within _dashboard.blade.php to fit your needs! Right now it will scale to the width of the entire main section.
 +
 
 +
Speed can be adjusted in Admin > Site Settings. It's 10 seconds (10000 milliseconds) by default.
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
The carousel can be added anywhere on the website with <code>@include('widgets._carousel')</code>.
 +
 
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
Feel free to ping me @stokori on the Discord with any issues!
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
<gallery>
 +
File:Carousel.gif
 +
</gallery>
 +
 
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
If you liked my work, you can support me doing more of this on [https://ko-fi.com/stokori ko-fi]!
 
 

Latest revision as of 12:36, 14 June 2024

Carousel
Description Adds a carousel to the dashboard
Author(s) Stokori
Status testing
Github extension/carousel
LK Version 3.0.0
Contains a Migration






Adds an image carousel to the dashboard, or wherever else you'd like it configured.

Installation

php artisan migrate, php artisan add-site-settings, php artisan optimize

Configuration

You will almost certainly need to adjust the placement/size within _dashboard.blade.php to fit your needs! Right now it will scale to the width of the entire main section.

Speed can be adjusted in Admin > Site Settings. It's 10 seconds (10000 milliseconds) by default.

Usage

The carousel can be added anywhere on the website with @include('widgets._carousel').

Troubleshooting

Feel free to ping me @stokori on the Discord with any issues!

Images

See Also

If you liked my work, you can support me doing more of this on ko-fi!