The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Report Post Management System Details »» | ||||||||||||||||||||||||||||
Advanced Report Post Management System
Developer Last Online: Nov 2023
CForums Message Validation Distances First Official vBulletin Release!! THIS PRODUCT IS NOT COMPATIBLE WITH vBulletin 3.7.x and higher What does it do? This is better for forums which get alot of post reports, it allows staff to see the amount of post reports open and lets them review and leave appropiate comments. Users can see there post reports made and can see the status of the report and the moderator dealing with the report. Admins / SuperMods / Moderators can see the post reports *Note Moderators will only see the post reports in the forums they moderate* Moderators can see who reported the post and the time at which it was reported, and the comment given by the user. There are also links to the post itself, the thread the post is on, the forum the thread is in, the user who posted the post and the user who reported the post. The user page can be linked anywhere you choose; I have included instructions for linking it on the quicklinks menu. Moderators can update the status of the report, and add a comment. The user who reported the post can then see these changes reflected in their page - it will show the name of the moderator dealing with the report, the comment (if any) left by the moderator, and the time at which the report was last updated. When a moderator sets the status of a report to 'closed', it is moved to another page in modcp called 'closed post reports'. Post reports that are in the pending state are still kept in the 'outstanding post reports' page. See screen shots for more information Installation
From v1.0 If you are upgrading from v1.00 please uninstall then install the new one. Be sure to uninstall the original otherwise you will get 2x everything! From v1.01 OR HIGHER Simply upload the plugin and choose to overwrite. Changes
Screenshots User reporting post: User going onto quick links to open up there post reports: User viewing the post report they just made, it is still open and not assigned to a moderator: A moderator can see in the navbar there is one post report: They click on it and change the status to pending: The user can now see in there reported posts page its under investigation and has been assigned to a moderator: The moderator has reviewed the post and now closes the report: The user can now see the closed report: Other: Modcp links: Admincp links: Distance (me) Spleasure (Jorrit) for bug fixing help Other Notes
IMPORTANT NOTICE: Quote:
Thanks Distance Show Your Support
|
Comments |
#112
|
|||
|
|||
Quote:
make sure that in vbulletin settings> User Infractions & Post Reporting Options, set the "Post reporting email" to "No email".. instead, you must select a Post Reporting Discussion forum. |
#113
|
|||
|
|||
This is NOT needed. The hacker programed it wrong. There is a simple fix for this which I have and also working on visitor message, photos etc integration as well. Already have visitor messages done just need to finish back-end and template. Will contact original owner about release. There are a LOT of bugs and code changes that need to be done to work properly.
|
#114
|
|||
|
|||
Does this mod work on 3.7?
|
#115
|
|||
|
|||
3.7 ؟؟
3.6.x = bugh |
#116
|
|||
|
|||
Quote:
|
#117
|
|||
|
|||
Yeah, my fix was only meant to be temporary anyway.
|
#118
|
|||
|
|||
Quote:
|
#119
|
|||
|
|||
For vBulletin 3.7 you need to edit the "save reports to database" plugin. The following code should work:
Code:
global $vbulletin; $vbulletin->db->query(" INSERT INTO " . TABLE_PREFIX . "postreport (postid, userid, reporttext, status, dateline) VALUES (" . $iteminfo['postid'] . ", " . $vbulletin->userinfo['userid'] . ", '". addslashes(htmlspecialchars_uni($vbulletin->GPC['reason'])) . "', 0, " . TIMENOW . ") "); |
#120
|
||||
|
||||
Quote:
|
#121
|
||||
|
||||
Looking forward to this. It's important for our forum.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|