Difference between revisions of "Extensions:Aliases on Userpage"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Further setup. Will finish later.)
(Page completed! I think! Probably!)
Line 9: Line 9:
 
| You will not be able to download this. This wiki page is only for referencing purposes.
 
| 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 ==
 
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.
 
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 <code>'previous_and_next_characters' =></code> you will find the following options:
 +
 
 +
<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? -->
+
I'm Speedy#4060 on Discord, but please do not contact me directly.
 +
 
 +
Instead, please tag me in the Lorekeeper server if you need my help.
 +
 
 +
I am not a regular there, so asking something without a tag might not get a response.
 +
 
 
== 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. -->
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->

Revision as of 09:05, 4 June 2023

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 develop branch (aka the future 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 'previous_and_next_characters' => you will find the following options:

'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

I'm Speedy#4060 on Discord, but please do not contact me directly.

Instead, please tag me in the Lorekeeper server if you need my help.

I am not a regular there, so asking something without a tag might not get a response.

Images

Version History

  • *1: Initial creation.

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

See Also