Difference between revisions of "Extensions:Aliases on Userpage"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 17: Line 17:
 
In the <code>config/lorekeeper/extensions.php</code> file, find:
 
In the <code>config/lorekeeper/extensions.php</code> file, find:
 
<syntaxhighlight lang="html">// Aliases on Userpage - Speedy</syntaxhighlight>
 
<syntaxhighlight lang="html">// Aliases on Userpage - Speedy</syntaxhighlight>
Under <code>'previous_and_next_characters' =></code> you will find the following options:
+
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.
 
<code>'aliases_on_userpage' => 0</code> If set to 1, it will display aliases on user profile.

Revision as of 06:10, 20 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 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