The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Discourage Report Abuse Details »» | |||||||||||||||||||||||||||||||||||||
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 Now
Screenshots
Show Your Support
|
Благодарность от: | ||
mansonklan |
Comments |
#2
|
|||
|
|||
How about a limit on how much they can report per day or week. Also, I'd like to see a function that can detect on if any action was taken on the reported post. Lets say if no action was taken in 2 weeks, that users reporting is limited further.
|
Благодарность от: | ||
MarkFL |
#3
|
||||
|
||||
I actually a few minutes ago added a check to see if the report thread has had the [SOLVED] prefix added, and this information is then displayed to all users who have reported the post to let them know the reporting of that post has been marked as resolved by the staff. I have not made this ready for release yet as I want to give the option in the settings to choose the prefixid that is used to mark threads as resolved.
Limiting users to a certain number of reports per unit of time would be trickier, but is something I will consider. |
#4
|
|||
|
|||
Also, I'd like to see a feature from hackforums added as well if its not too difficult. (it's a mybb mod found here http://mods.mybb.com/view/report-once)
If a post has been reported, do not allow other members to report it again. I've seen this mod by BoP but I'm sure it can be abused by clever members who paste the report url + showpost # into a new window. https://vborg.vbsupport.ru/showthread.php?t=268799 |
#5
|
||||
|
||||
Quote:
With my product, you do have the option to kill post reporting for certain members, either for posts that have been reported before or you can kill reporting for members entirely, so that they can't report posts at all. But, you are right that this can be circumvented by pasting the correct URL into their browsers. I will address this with another plugin for the next product update with the "no permission" page. I have a couple of other improvements planned as well, so look for the next update soon. :up: |
#6
|
||||
|
||||
I went ahead and updated the product so that it cannot be circumvented by manually calling the report script. If a user does not have permission to report a post for any reason, then they are now shown the "no permission" page if they attempt to call the report script for that post.
The other updates I have planned will take much more time, and so I wanted to go ahead and implement this functionality now. |
#7
|
||||
|
||||
Update: version 1.2
|
#8
|
||||
|
||||
Update: version 1.3
|
#9
|
||||
|
||||
Update: version 1.4
|
#10
|
||||
|
||||
Update: version 1.5
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|