Difference between revisions of "Extensions:Reports"
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=Reports|desc=Allows users to report inappropriate content|auth=Newt|status=WIP|github={{Github|Ne-wt|branch=reports}}|migration=yes|package=no}} |
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
== Installation == | == Installation == | ||
− | < | + | Pull the branch, then run <code>php artisan migrate</code> |
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
== 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 <code><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%;"></code> | ||
== 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? --> | ||
+ | You can contact me @Newt via the Lorekeeper discord! | ||
== 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. --> | ||
− |
Revision as of 08:29, 23 October 2020
Description | Allows users to report inappropriate content |
---|---|
Author(s) | Newt |
Status | WIP |
Github | reports |
LK Version | Unspecified |
Contains a Migration | |
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 }}">
Troubleshooting
You can contact me @Newt via the Lorekeeper discord!