Difference between revisions of "Extensions:Online Status"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Initial Set up)
Tag: 2017 source edit
 
(Add content.)
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}}|migration=yes/no|package=yes/no}}
+
Show whether users have been online or not in the last 15 minutes on the user list and on a user's profile.{{Extensioninfobox|title=is_online|desc=[bootstrap tables] - Show Online Users|auth=Preimpression|status=testing|github={{Github|user=preimpression|branch=isOnline}}|migration=no|package=yes}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
== Installation ==
+
==Installation==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
== Configuration ==
+
Pull the branch to your repo and merge it in.This package has bootstrap tables bundled in. Make sure to check for code conflicts, especially if you have other extensions or have edited anything.
 +
 
 +
==Configuration==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
== Usage ==
+
There is no special configuration beyond installation.
 +
 
 +
==Usage==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
== Troubleshooting ==
+
This extension has Bootstrap_Tables bundled in. This means that most locations on LK that are tables (such as the user list) etc are now bootstrap. Customize as you will - add "d-none d-md-block" to the class of particular divs if you would prefer they not show on mobile or small screens.
 +
 
 +
==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? -->
== 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. -->
 
+
<br />

Revision as of 17:15, 30 July 2020

Show whether users have been online or not in the last 15 minutes on the user list and on a user's profile.

is_online
Description [bootstrap tables] - Show Online Users
Author(s) Preimpression
Status testing
Github isOnline
LK Version Unspecified
Uses a Package


Installation

Pull the branch to your repo and merge it in.This package has bootstrap tables bundled in. Make sure to check for code conflicts, especially if you have other extensions or have edited anything.

Configuration

There is no special configuration beyond installation.

Usage

This extension has Bootstrap_Tables bundled in. This means that most locations on LK that are tables (such as the user list) etc are now bootstrap. Customize as you will - add "d-none d-md-block" to the class of particular divs if you would prefer they not show on mobile or small screens.

Troubleshooting

See Also