Difference between revisions of "Extensions:Admin Only Pages"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Content added.)
Tag: 2017 source edit
(Attempting to fix.)
Tags: Replaced 2017 source edit
Line 1: Line 1:
{{Extensioninfobox|title=Admin Only Pages|desc=Set pages as admin-only.|auth=Preimpression|status=testing|github={{Github|user=preimpression|branch=admin-only_pages}}|migration=yes|package=no}}
+
{{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}}|migration=yes/no|package=yes/no}}
 
+
<!-- Put a short summary of your extension here! -->
This is a simple extension based on vanilla [[Lorekeeper]]. It allows admins to set pages to be admin-only. When a non-admin or guests attempts to visit an admin-only page, they will be redirected to the home page with the standard warning. This warning is contained in the Controller and is separate from the regular admin middleware, so if you have edited that flash elsewhere, you'll need to edit it again here.
 
 
 
 
== Installation ==
 
== Installation ==
Pull the branch.
+
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
 
<syntaxhighlight>php artisan migrate</syntaxhighlight>
 
 
 
Done!
 
 
 
 
== Configuration ==
 
== Configuration ==
There is a very simple migration that adds a column called "admin_only". No other configuration should be necessary.
+
<!-- Is any configuration necessary? Describe it here! -->
 +
== Usage ==
 +
<!-- Is there anything users should know about using your extension? -->
 +
== Troubleshooting ==
 +
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 +
== See Also ==
 +
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
  
== Usage ==
 
Pre-existing pages will automatically be set to false (0 in the database.) To set a page to be admin-only, go to the admin panel and edit the page. The toggle will be right below the Is-Visible toggle.
 

Revision as of 20:52, 5 July 2020

the extension's name
Description A short description
Author(s) Author(s)
Status status (such as WIP, testing, stable)
Github branch
LK Version Unspecified





Installation

Configuration

Usage

Troubleshooting

See Also