Difference between revisions of "Extensions:Online Status"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Initial Set up)
Tag: 2017 source edit
 
(Update to Release Branch)
Tag: 2017 source edit
(6 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}}|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=is_online|desc=[bootstrap tables] - Show Online Users|auth=Preimpression|status=stable|github={{Github|user=preimpression|branch=extension/is-online}}|migration=no|package=no}}
<!-- Put a short summary of your extension here! -->
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
== Configuration ==
 
<!-- 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. -->
 
  
 +
**Now uses Release branch for LK version 2.0.0 (Updated thanks to Draginraptor!), so must have Laravel 8 and PHP 7.4**
 +
 +
Show whether users have been online or not in the last 15 minutes on the user list and on a user's profile.
 +
It also has a tooltip when hovering to show when the user was last online.
 +
 +
==Installation==
 +
Pull the branch to your repo and merge it in. Make sure to check for code conflicts, especially if you have other extensions or have edited anything.
 +
 +
==Configuration==
 +
Run: <code>php artisan update-extension-tracker</code>

Revision as of 09:57, 20 May 2021

is_online
Description [bootstrap tables] - Show Online Users
Author(s) Preimpression
Status stable
Github extension/is-online
LK Version Unspecified




    • Now uses Release branch for LK version 2.0.0 (Updated thanks to Draginraptor!), so must have Laravel 8 and PHP 7.4**

Show whether users have been online or not in the last 15 minutes on the user list and on a user's profile. It also has a tooltip when hovering to show when the user was last online.

Installation

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

Configuration

Run: php artisan update-extension-tracker