Difference between revisions of "Extensions:Aliases on Userpage"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Starting out, will finish later)
m (Consistency Fix)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Extensioninfobox|title=Aliases on Userpage|desc=A short description|auth=[[User:Speedy|Speedy]]|status=stable|github={{Github|user=Speedy}}|LKVer=3.0.0 dev|migration=no|package=no|dev300=yes}}
+
{{Extensioninfobox|title=Aliases on Userpage|desc=Displays other aliases on user profiles.|auth=[[User:Speedy|Speedy]]|status=stable|github={{Github|user=SpeedyD}}|LKVer=3.0.0 dev|migration=no|package=no|dev300=yes}}
  
{| style="margin: 4px auto; width: 80%; border: 1px solid #dc3545; background: #f52237;"
+
{| style="margin: 4px auto; width: 80%; border: 1px solid #9ADC38; background: #A1F524;"
 
|-
 
|-
| '''<u>DO NOT USE IF YOU ARE ON VERSION v3.0.0 OR THE LATEST DEV BRANCH</u>'''
+
| '''<u>THIS EXTENSION IS PART OF v3.0.0</u>'''
 
|-
 
|-
| This extension has been merged into the develop branch (aka the future v3.0.0 branch) as [https://github.com/corowne/lorekeeper/commit/90d3841aafa3741bc6c8fd55064a84557c0801d3 Aliases on Userpage].
+
| This extension has been merged into the v3.0.0 branch as [https://github.com/corowne/lorekeeper/commit/90d3841aafa3741bc6c8fd55064a84557c0801d3 Aliases on Userpage].
 
|-
 
|-
| Do not download if you are already on the develop branch, or if you're reading this from the future where Lorekeeper is already on v3.0.0.
+
| You will not be able to download this. This wiki page is only for referencing purposes.
 
|}
 
|}
Page under construction, sorry!
+
See all of the users aliases without needing to go to their alias page!
<!-- Put a short summary of your extension here! -->
+
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
As this extension is part of v3.0.0, you will want to perform any actions required to update properly. But there are no other installation steps otherwise.
 +
 
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
In the <code>config/lorekeeper/extensions.php</code> file, find:
 +
<syntaxhighlight lang="html">// Aliases on Userpage - Speedy</syntaxhighlight>
 +
Under that you will find the following option:
 +
 
 +
<code>'aliases_on_userpage' => 0</code> If set to 1, it will display aliases on user profile.
 +
 
 +
'''Please note:''' Changes made to <code>config/lorekeeper/sites.php</code>, such as the icons, will affect this extension.
 +
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Once it's turned on, all aliases a user has will show up on their user profile.
 +
 
 +
Provided one clicks the tiny arrow next to the existing primary alias, as it's collapsed.
 +
 
 +
If you do not have any aliases other than your primary alias, the arrow will not show up, even when the extension is enabled.
 +
 
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
Create a new thread in the #general-help channel of the Discord!
 +
 
 +
You can always try tagging me (see my [[User:Speedy|user page]]), as I'm semi-active on the server, but a new thread is your best bet.
 +
 
 
== Images ==
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
<!-- Do you have any images to show what it looks like in action? -->
 +
 +
== Version History ==
 +
* '''*1:''' Initial creation.
 +
(This extension has never had a tracker update, and never will.)
 +
 
== See Also ==
 
== See Also ==
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
+
* [[Updating:_to_3.0.0]]

Latest revision as of 10:21, 25 March 2024

Aliases on Userpage
Description Displays other aliases on user profiles.
Author(s) Speedy
Status stable
Github SpeedyD/lorekeeper
LK Version 3.0.0 dev
Is part of LK v3.0.0's release







THIS EXTENSION IS PART OF v3.0.0
This extension has been merged into the v3.0.0 branch as Aliases on Userpage.
You will not be able to download this. This wiki page is only for referencing purposes.

See all of the users aliases without needing to go to their alias page!

Installation

As this extension is part of v3.0.0, you will want to perform any actions required to update properly. But there are no other installation steps otherwise.

Configuration

In the config/lorekeeper/extensions.php file, find:

// Aliases on Userpage - Speedy

Under that you will find the following option:

'aliases_on_userpage' => 0 If set to 1, it will display aliases on user profile.

Please note: Changes made to config/lorekeeper/sites.php, such as the icons, will affect this extension.

Usage

Once it's turned on, all aliases a user has will show up on their user profile.

Provided one clicks the tiny arrow next to the existing primary alias, as it's collapsed.

If you do not have any aliases other than your primary alias, the arrow will not show up, even when the extension is enabled.

Troubleshooting

Create a new thread in the #general-help channel of the Discord!

You can always try tagging me (see my user page), as I'm semi-active on the server, but a new thread is your best bet.

Images

Version History

  • *1: Initial creation.

(This extension has never had a tracker update, and never will.)

See Also