Difference between revisions of "Extensions:User Borders"
Jump to navigation
Jump to search
(make page) Tag: 2017 source edit |
(add desc) |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=User Borders|desc=Create borders that users can apply around their icons|auth=CH3RVB, LostInProgres|status=testing|github={{Github|user=ch3rvb|branch=extensions\user-borders}}|LKVer2.1.2|migration=yes|package=no}} |
− | + | ||
+ | Staff can upload borders from the admin panel. Borders are purely cosmetic, and when selected, will appear over the user's site avatar. Borders can appear over or under an avatar based on a setting set upon creation/editing. | ||
+ | |||
+ | Borders can be unlocked or set as default. They can be granted through loot as well as the admin panel. A user can change their border at any time. | ||
+ | |||
+ | Staff members can have their own exclusive borders if desired. | ||
+ | |||
== Installation == | == Installation == | ||
− | < | + | <code> php artisan migrate, php artisan update-extension-tracker, php artisan optimize</code> |
== Configuration == | == Configuration == | ||
− | + | n/a | |
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
Line 13: | Line 19: | ||
== 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 08:41, 15 October 2023
Description | Create borders that users can apply around their icons |
---|---|
Author(s) | CH3RVB, LostInProgres |
Status | testing |
Github | extensions\user-borders |
LK Version | Unspecified |
Contains a Migration | |
Staff can upload borders from the admin panel. Borders are purely cosmetic, and when selected, will appear over the user's site avatar. Borders can appear over or under an avatar based on a setting set upon creation/editing.
Borders can be unlocked or set as default. They can be granted through loot as well as the admin panel. A user can change their border at any time.
Staff members can have their own exclusive borders if desired.
Installation
php artisan migrate, php artisan update-extension-tracker, php artisan optimize
Configuration
n/a