Discourage Report Abuse
Overview: This product is designed to discourage abuse of the post/PM reporting system by alerting users (via the "Report Post" icon's tooltip) if they have already reported a post/PM and why they reported it. Each report reason is displayed on a separate line within the tooltip. You may choose to allow users to report posts/PMs multiple times, or you can restrict multiple reporting to moderators and administrators only. Users who can only report the posts/PMs of others one time will find that the link to the report form for a post is void once they have reported that post. All users (unless restricted by userid as described below) will be able to report their own posts multiple times. You may restrict certain "problem users" from reporting posts that have already been reported by them or anyone else or from reporting altogether. You may also choose to disable post reporting in selected forums, and to choose whether moderators/administrators are exempt from this restriction. Updates: Version 1.1:
Version 1.2:
Version 1.3:
Version 1.4:
Version 1.5:
Version 1.6:
Version 1.7:
Version 1.7.1:
Version 1.8:
Version 2.0:
Version 2.1:
Backup/Warning: This product alters your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod. As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered. To Install: Download and extract the attached .zip file. Upload the contents of the "upload" folder to your forum's root directory. If you store your button icons in a different location than "images/buttons", then upload the two image files to that folder instead. Then follow: AdminCP ► Plugins & Products ► Manage Products ► Add/Import Product Click on "Choose File" and browse to the product xml file that was packaged in the .zip file. Click "Import" If you have installed versions prior to v1.8 and have edited your postbit (either "postbit" or "postbit_legacy" depending on which you use) then please undo that edit by finding the code: HTML Code:
<vb:if condition="$show['reportlink']"> <vb:if condition="$reported"> <a class="reported" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:raw title}" onclick="<vb:if condition="!$report_again">alert(this.title); return false<vb:else />if (!confirm(this.title)){return false;}</vb:if>"> </a> <vb:else /> <a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"> <!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a> </vb:if> </vb:if> HTML Code:
<vb:if condition="$show['reportlink']"> <a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a> </vb:if> You MUST set your settings to enable the mod. Each setting has an explanation of its use. Support for this product can be found here:
Download
MarkFL - Discourage Report Abuse v2.1.zip (9.3 KB, 30 downloads) Screenshots |
Similar Mods
vB Report Manager 2.0 (Admin CP) - Report to Email, PM, Staff Forum as a new Thread! | vBulletin 3.0 Full Releases |