Difference between revisions of "Extensions:Character LIkes"
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= | + | {{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}} |
− | + | Allows users to "like" characters. | |
== Installation == | == Installation == | ||
− | < | + | 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 == | ||
− | + | 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 == | == 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? --> | ||
− | |||
− | |||
− |
Latest revision as of 11:25, 28 April 2024
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.