Difference between revisions of "Extensions:User Pronouns"
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
(Create Extensions:User Pronouns Page) Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=User Pronouns|desc=Creates customizable user-pronouns|auth=AnimatedCritter|status=stable|github={{Github|user=AnimatedCritter|branch=extension/user-pronouns}}|LKVer=2.1.0|migration=yes|package=no}} |
− | + | Allows users to input their preferred pronouns, which (by default) will display next to their username in comments, on their user profile, and in the admin-views for submissions, claims, and reports. | |
== Installation == | == Installation == | ||
− | + | Pull and merge the branch, making sure to address any merge issues. | |
− | + | ||
− | < | + | Afterwards, run the following commands in your console: |
+ | |||
+ | <code>php artisan migrate</code> | ||
+ | |||
+ | <code>php artisan update-extension-tracker</code> | ||
== Usage == | == Usage == | ||
− | < | + | If your site uses custom colours, the pronoun display for comments adds a <code>text-secondary</code> Bootstrap class, so mind the text's contrast against the background. (This colour can be changed in <code>resources\views\comments\_comment.blade.php</code>) |
== Troubleshooting == | == Troubleshooting == | ||
− | + | If you are having any issues (or have suggestions to improve this extension) you can find me over on the Lorekeeper Discord server (AnimatedCritter#7094)! | |
== Images == | == Images == | ||
− | + | [[File:Screenshot 2023-03-27 023438.png|none|thumb]][[File:Screenshot 2023-03-27 023612.png|none|thumb]] | |
− | |||
− | |||
− |
Revision as of 23:51, 26 March 2023
Description | Creates customizable user-pronouns |
---|---|
Author(s) | AnimatedCritter |
Status | stable |
Github | extension/user-pronouns |
LK Version | 2.1.0 |
Contains a Migration | |
Allows users to input their preferred pronouns, which (by default) will display next to their username in comments, on their user profile, and in the admin-views for submissions, claims, and reports.
Contents
Installation
Pull and merge the branch, making sure to address any merge issues.
Afterwards, run the following commands in your console:
php artisan migrate
php artisan update-extension-tracker
Usage
If your site uses custom colours, the pronoun display for comments adds a text-secondary
Bootstrap class, so mind the text's contrast against the background. (This colour can be changed in resources\views\comments\_comment.blade.php
)
Troubleshooting
If you are having any issues (or have suggestions to improve this extension) you can find me over on the Lorekeeper Discord server (AnimatedCritter#7094)!