Difference between revisions of "Extensions:Alternate Site Designs"
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Alternate Site Designs|desc=Allows you to pick from a couple of predefined site designs beside default LK, as well as change the fonts styles on site to fonts within a predefined selection - all via admin panel!|status=testing|github={{Github|user=cylunny|branch=extension/alternate-site-designs}}|LKVer=2.1.7|migration=yes|package=no}} |
− | + | ||
+ | Allows you to pick from a couple of predefined site designs beside default LK, as well as change the fonts styles on site to fonts within a predefined selection - all via admin panel! | ||
+ | |||
== Installation == | == Installation == | ||
− | < | + | * pull & deal with merge conflicts |
+ | * <code>php artisan migrate</code> | ||
+ | * <code>php artisan optimize</code> x2 | ||
+ | * <code>php artisan update-extension-tracker</code> | ||
+ | |||
== Configuration == | == Configuration == | ||
− | + | Nothing should be needed, it's all editable via admin panel. | |
+ | |||
== Usage == | == Usage == | ||
− | + | Once you ran all the usual commands, you should have a new section under Settings called Site Design. Go there to edit the site design! As of version 1.0.0, these site designs are included: | |
+ | * default | ||
+ | * headerless | ||
+ | * squished | ||
+ | * full width | ||
+ | I added a selection of fonts to use for ease of use, adding more would require some code knowledge but is not very difficult. | ||
+ | |||
+ | Because this extension only changes site layout and fonts, not colors! As such it works beautifully with the theme manager extension (by Uri, moif and me). A convenience merge was added above under github if you want both! http://wiki.lorekeeper.me/index.php?title=Extensions:Theme_Manager | ||
+ | |||
== Troubleshooting == | == Troubleshooting == | ||
− | <!-- 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 == | ||
<!-- Do you have any images to show what it looks like in action? --> | <!-- Do you have any images to show what it looks like in action? --> | ||
== 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. --> | ||
− |
Revision as of 22:10, 21 July 2024
Description | Allows you to pick from a couple of predefined site designs beside default LK, as well as change the fonts styles on site to fonts within a predefined selection - all via admin panel! |
---|---|
Author(s) | Unknown Author |
Status | testing |
Github | extension/alternate-site-designs |
LK Version | 2.1.7 |
Contains a Migration | |
Allows you to pick from a couple of predefined site designs beside default LK, as well as change the fonts styles on site to fonts within a predefined selection - all via admin panel!
Installation
- pull & deal with merge conflicts
php artisan migrate
php artisan optimize
x2php artisan update-extension-tracker
Configuration
Nothing should be needed, it's all editable via admin panel.
Usage
Once you ran all the usual commands, you should have a new section under Settings called Site Design. Go there to edit the site design! As of version 1.0.0, these site designs are included:
- default
- headerless
- squished
- full width
I added a selection of fonts to use for ease of use, adding more would require some code knowledge but is not very difficult.
Because this extension only changes site layout and fonts, not colors! As such it works beautifully with the theme manager extension (by Uri, moif and me). A convenience merge was added above under github if you want both! http://wiki.lorekeeper.me/index.php?title=Extensions:Theme_Manager