Difference between revisions of "Extensions:User Icons"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
m (Added updating to v2 link)
 
(3 intermediate revisions by 2 users 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=User Icons Addon|desc=Adds avatars to user pages|auth=Newt|status=testing (such as WIP, testing, stable)|github={{Github|user=ne-wt|branch=user-icon-addon}}|migration=yes|package=no|modified-main=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. -->
 +
Pull the branch, then run <code>php artisan migrate</code>
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
Update avatar in the user settings panel as desired.
 
== Troubleshooting ==
 
== 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? -->
 +
If you encounter errors, please find me in the Lorekeeper discord!
 
== 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. -->
 
+
* [[Updating:_to_2.0.0]]

Latest revision as of 10:10, 25 March 2024

User Icons Addon
Description Adds avatars to user pages
Author(s) Newt
Status testing (such as WIP, testing, stable)
Github user-icon-addon
LK Version Unspecified
Contains a Migration
Is part of LK v2 (modified-main)






Installation

Pull the branch, then run php artisan migrate

Configuration

Usage

Update avatar in the user settings panel as desired.

Troubleshooting

If you encounter errors, please find me in the Lorekeeper discord!

See Also