Difference between revisions of "Extensions:Online Status"
Jump to navigation
Jump to search
(Add content.) |
(Updating extension with new functionality) Tag: 2017 source edit |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Extensioninfobox|title=online-status|desc=[Online status] - Show Online Users|auth=Preimpression|status=stable|github={{Github|user=preimpression|branch=extension/online-status}}|LKVer:2.1.0|migration=no|package=no}} | |
− | + | ||
+ | Display the online status of users in the last 5 minutes on both the user list and individual user profiles. A tooltip appears when hovering to indicate the last online time. Additionally, there is a widget to display the number of users who are "currently online." By default, this widget is visible on the dashboard and user masterlist, but this can easily be edited. | ||
+ | |||
==Installation== | ==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. | |
− | Pull the branch to your repo and merge it | ||
==Configuration== | ==Configuration== | ||
− | < | + | Run: <code>php artisan update-extension-tracker</code> |
− | + | Run: <code>php artisan migrate</code> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | |||
− | < | ||
− | < |
Latest revision as of 14:12, 3 February 2023
Description | [Online status] - Show Online Users |
---|---|
Author(s) | Preimpression |
Status | stable |
Github | extension/online-status |
LK Version | Unspecified |
Display the online status of users in the last 5 minutes on both the user list and individual user profiles. A tooltip appears when hovering to indicate the last online time. Additionally, there is a widget to display the number of users who are "currently online." By default, this widget is visible on the dashboard and user masterlist, but this can easily be edited.
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
Run: php artisan migrate