Difference between revisions of "Extensions:Character LIkes"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
Tag: 2017 source edit
 
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=Character Likes|desc=Allows users to "like" characters.|auth=CH3RVB|status=Stable|github={{Github|user=CH3RVB|branch=extension/character-likes}}|LKVer=2.1.5|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Allows users to "like" characters.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull, and run <code>php artisan migrate</code> as well as <code>php artisan add-site-settings</code> and <code>php artisan optimize</code>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
Choose if you can only like a character once, or per-day
== Usage ==
+
 
<!-- Is there anything users should know about using your extension? -->
+
Has lang in resources\lang\en\character_likes.php which lets you rename "like" to something else.
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
 
== 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? -->
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 

Latest revision as of 12:25, 28 April 2024

Character Likes
Description Allows users to "like" characters.
Author(s) CH3RVB
Status Stable
Github extension/character-likes
LK Version 2.1.5
Contains a Migration






Allows users to "like" characters.

Installation

Pull, and run php artisan migrate as well as php artisan add-site-settings and php artisan optimize

Configuration

Choose if you can only like a character once, or per-day

Has lang in resources\lang\en\character_likes.php which lets you rename "like" to something else.

Images