Difference between revisions of "Extensions:Reports"
Jump to navigation
Jump to search
Tag: 2017 source edit |
m (Added v3 and a note that it's built into v2 and v3.) Tag: 2017 source edit |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title=Reports|desc=Allows users to report inappropriate content|auth=Newt|status= | + | {{Extensioninfobox|title=Reports|desc=Allows users to report inappropriate content|auth=Newt|status=Stable|github={{Github|user=ne-wt|branch=reports}}|migration=yes|package=no|modified-main=yes}} |
− | + | This extension is already in v2 and v3! | |
== Installation == | == Installation == | ||
Pull the branch, then run <code>php artisan migrate</code> | Pull the branch, then run <code>php artisan migrate</code> | ||
Line 7: | Line 7: | ||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
− | To add another area / page as reportable, add < | + | To add another area / page as reportable, add <syntaxhighlight><a href="{{ url('reports/new?url=') . $variable-placeholder->url }}"><i class="fas fa-exclamation-triangle" data-toggle="tooltip" title="Click here to report" style="opacity: 50%;"></i></a></syntaxhighlight> |
== Troubleshooting == | == Troubleshooting == | ||
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | ||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
+ | * [[Updating:_to_2.0.0]] |
Latest revision as of 00:26, 19 August 2024
Description | Allows users to report inappropriate content |
---|---|
Author(s) | Newt |
Status | Stable |
Github | reports |
LK Version | Unspecified |
Contains a Migration | |
Is part of LK v2 (modified-main) | |
This extension is already in v2 and v3!
Installation
Pull the branch, then run php artisan migrate
Configuration
Usage
To add another area / page as reportable, add
<a href="{{ url('reports/new?url=') . $variable-placeholder->url }}"><i class="fas fa-exclamation-triangle" data-toggle="tooltip" title="Click here to report" style="opacity: 50%;"></i></a>
Troubleshooting
You can contact me @Newt via the Lorekeeper discord!