Difference between revisions of "Extensions:User Pronouns"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
m (Update Contact Information)
Tag: 2017 source edit
 
(One intermediate revision by the same user 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}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{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}}
<!-- Put a short summary of your extension here! -->
+
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull and merge the branch, making sure to address any merge issues.
== Configuration ==
+
 
<!-- Is any configuration necessary? Describe it here! -->
+
Afterwards, run the following commands in your console:
 +
 
 +
<code>php artisan migrate</code>
 +
 
 +
<code>php artisan update-extension-tracker</code>
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
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 ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
I am no longer on Discord. Instead, please contact me through CritterCodes (https://crittercodes.neocities.org/). Thank you!
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
+
[[File:Screenshot 2023-03-27 023438.png|none|thumb]][[File:Screenshot 2023-03-27 023612.png|none|thumb]]
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 
 

Latest revision as of 17:03, 28 January 2024

User Pronouns
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.

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

I am no longer on Discord. Instead, please contact me through CritterCodes (https://crittercodes.neocities.org/). Thank you!

Images

Screenshot 2023-03-27 023438.png
Screenshot 2023-03-27 023612.png