Difference between revisions of "Extensions:Character Warnings"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Extensioninfobox|title=Character Warnings|desc=Allows users to add warnings to characters|auth=redcr0wz|status=stable|github={{Github|user=redcr0wz|branch=extension/character-warnings}}|LKVer=2.1.3|migration=yes|package=no}}
 
{{Extensioninfobox|title=Character Warnings|desc=Allows users to add warnings to characters|auth=redcr0wz|status=stable|github={{Github|user=redcr0wz|branch=extension/character-warnings}}|LKVer=2.1.3|migration=yes|package=no}}
Allows users to add warnings to characters. Useful in case you have designs on your website that need warning, such as gory designs or ones with body horror.
+
Allows users to add warnings to characters, akin to Toyhouse's warning pages. Useful in case you have designs on your website that need warning, such as gory or body horror designs.
 
== Installation ==
 
== Installation ==
 
* Pull the branch
 
* Pull the branch
* run <code>php artisan migrate</code>
+
* Deal with conflicts
* run <code>php artisan optimize</code> twice
+
* Run <code>php artisan migrate</code>
 +
* Run <code>php artisan update-extension-tracker</code>
 +
* Run <code>php artisan optimize</code> twice
 
* Enjoy ^_^
 
* Enjoy ^_^
  
Line 10: Line 12:
 
The warning image is the content warning thumbnail in site settings. I suggest making it 200x200 in size.
 
The warning image is the content warning thumbnail in site settings. I suggest making it 200x200 in size.
  
Adjust the size of the warning pop-up in this line in <code>profile.blade.php</code> to your liking.
+
Adjust the size of the warning pop-up in this line in <code>profile.blade.php</code>. Change the percentage in "width:30%;".
  
 
<code><img src="{ { asset('/images/content_warning.png') } }" style="width:30%;" alt="Content Warning"></img></code>
 
<code><img src="{ { asset('/images/content_warning.png') } }" style="width:30%;" alt="Content Warning"></img></code>
  
 
== Usage ==
 
== Usage ==
Users can configure if icons and warnings are visible or not, just in case they don't need content warnings for warned designs.  
+
Warnings can be added under "Edit Profile".
 +
 
 +
Users can choose if censored icons and/or pop-up warnings are visible or not for them in their settings, just in case they don't need content warnings.
 +
 
 +
Please note that this extension does not affect embeds at the moment.
 +
 
 
== Troubleshooting ==
 
== Troubleshooting ==
 
Contact redcrowz on Discord if you encounter any issues! This is my first extension and my coding experience is pretty limited, but I'll do my best!
 
Contact redcrowz on Discord if you encounter any issues! This is my first extension and my coding experience is pretty limited, but I'll do my best!
Line 26: Line 33:
  
 
== See Also ==
 
== See Also ==
Keep these extensions in mind if you plan on installing this:
+
Keep these extensions in mind if you plan on installing this, alongside anything else that involves character thumbnails on site:
* http://wiki.lorekeeper.me/index.php?title=Extensions:Featured_Character
+
* [[Extensions:Featured Character|Extensions:Featured Character]]
* http://wiki.lorekeeper.me/index.php?title=Extensions:Selected_Character
+
* [[Extensions:Selected Character|Extensions:Selected Character]]
* http://wiki.lorekeeper.me/index.php?title=Extensions:Random_Spotlight
+
* [[Extensions:Random Spotlight|Extensions:Random Spotlight]]
 
* https://github.com/ne-wt/lorekeeper/tree/extension/character-folders
 
* https://github.com/ne-wt/lorekeeper/tree/extension/character-folders

Latest revision as of 19:38, 7 November 2023

Character Warnings
Description Allows users to add warnings to characters
Author(s) redcr0wz
Status stable
Github extension/character-warnings
LK Version 2.1.3
Contains a Migration






Allows users to add warnings to characters, akin to Toyhouse's warning pages. Useful in case you have designs on your website that need warning, such as gory or body horror designs.

Installation

  • Pull the branch
  • Deal with conflicts
  • Run php artisan migrate
  • Run php artisan update-extension-tracker
  • Run php artisan optimize twice
  • Enjoy ^_^

Configuration

The warning image is the content warning thumbnail in site settings. I suggest making it 200x200 in size.

Adjust the size of the warning pop-up in this line in profile.blade.php. Change the percentage in "width:30%;".

<img src="{ { asset('/images/content_warning.png') } }" style="width:30%;" alt="Content Warning"></img>

Usage

Warnings can be added under "Edit Profile".

Users can choose if censored icons and/or pop-up warnings are visible or not for them in their settings, just in case they don't need content warnings.

Please note that this extension does not affect embeds at the moment.

Troubleshooting

Contact redcrowz on Discord if you encounter any issues! This is my first extension and my coding experience is pretty limited, but I'll do my best!

Images

See Also

Keep these extensions in mind if you plan on installing this, alongside anything else that involves character thumbnails on site: