Version: 0.93, by Pedro!
Developer Last Online: May 2013
Category: Moderators Functions -
Version: 3.8.x
Rating:
Released: 02-11-2009
Last Update: 11-01-2009
Installs: 146
DB Changes Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage
No support by the author.
This system offers an advanced management system for all types of reported content including:
Posts
Group Messages
Group Pictures
Profile Album Pictures
Group Picture Comments
Profile Album Picture Comments
Private Messages
Visitor Messages
Features of this hack (some of which are illustrated by the screenshots):
Report tracking for the reporter
Report management area accessible from the Mod CP and Admin CP
Full integration with notifications menu
Commenting/update system
Ajax loading of the reported content from within the CP
Quick links related to the report/report discussion
Can set to only display reports that moderators have permissions to 'do something about'
Fully phrased to allow easy translation
Installation Instructions:
Backup your forum database. You are installing this modification at your own risk - I will not be held responsible for any damages or losses to your computer/web server/site data/vBulletin installation that occur from trying to install/uninstall this hack.
Extract the files from the .zip archive
Open the upload directory
If you have changed the directory names of the Mod CP or the Admin CP from the defaults you will need to apply the same changes here.
Upload the contents of the 'upload' directory to the forum directory on your web server
When the uploads are complete go into the Admin CP and expand the 'Plugins and Products' menu on the left-hand side.
Click the 'Manage Products' link in the menu you just expanded.
Click the '[Add/Import Product]' link at the bottom of the page.
In the 'OR import the XML file from your server' text box change 'product.xml' to 'product-pprm.xml'
Click 'Import'
Click OK on the prompt
Make sure in the vBulletin Options menu under 'User Infractions & Post Reporting Options' that Post Reporting Emailis not set to 'no e-mail'. Due to the core hook location of this hack it will not work if e-mailing is not enabled in the vBulletin options. However, this can be overridden on the PPRM configuration page.
and you're all done You may wish to change the configuration of PPRM, this can be done from the Post Reports menu in the Admin CP navigation.
Mark the mod as installed, this is so you can receive updates regarding the mod. I won't spam you or send you drunken e-mails lolol.
This hack is still in beta phase and I would really appreciate your feedback with any bugs/errors/design issues you encounter. Things to watch out for are compatibility issues with non-major browsers and the 'acknowledge permissions' setting not working as I've only done a very limited amount of testing on it.
Such a quality hack Pedro, I really like the looks of it. This hack just needs to be installed on my Forums!
Question which I hope you could answer: I need to use it near the end of the month. Could you give me an ETA on when you think the beta phase is over? I am running a Forum with 80,000+ members so I try to avoid installed beta hacks since they are called beta for a reason hehe. In a week or so, this hack could be very important for my site.
Thank you in advance mate and keep up the good work!
i dont understand was it needed to import the xml file in the include folder? i just thought i just have to upload only.
the reason the xml file needs to be imported is to add the templates and plug-ins which do not have their own files but are stored in vBulletin's database it also makes the product exist in the products menu. It doesn't matter whether you browse to the xml file on your pc, upload it and import it or whether you upload all the files in the /upload/ directory and then import it from your server - it just matters that you import it.
Quote:
Originally Posted by BozzaJos
Such a quality hack Pedro, I really like the looks of it. This hack just needs to be installed on my Forums!
Question which I hope you could answer: I need to use it near the end of the month. Could you give me an ETA on when you think the beta phase is over? I am running a Forum with 80,000+ members so I try to avoid installed beta hacks since they are called beta for a reason hehe. In a week or so, this hack could be very important for my site.
Thank you in advance mate and keep up the good work!
Bozza
Glad you like the look of it There's 33 installs and 43 downloads of v0.92 which has been out 5 days without any bug reports. I want to introduce the option to ignore reports that are Under Investigation when making the notification count so will probably do that and if there aren't any bug reports for this current version will go gold (v1.00), say, 7 days from now. That would give it a couple of weeks out in the wild which seems long enough for a mod of this size. It's only really in beta cos it's new and there might be error's I've overlooked. There isn't any crazy experimental code in there or anything so it should stable.
Pedro - if you can introduce a feature to stop members from abusing the reporting system (ban a user from accessing report.php) you would make my Mods VERY happy...
I currently hard code an amend to report.php as...
Quote:
if (!$vbulletin->userinfo['userid'] OR
$vbulletin->userinfo['userid'] == XX)
{
print_no_permission();
}
but maybe there's a way of integrating into your excellent mod ?
I do not know if this bug has been fixed already, but I just noticed it... sorry if someone else has already mentioned...
After the post has been reported, and a moderator updated its status in the ModCP, the user can view the report status by going quick links -> your post reports ... which is good.
However, the post link leads to a page not found. I am referring to the word "post" right above the status updates. If you are confused, I have inserted this screenshot.
Is there any way to implement a pruning option? It'd be nice to remove old post reports without having to go into the database table to remove them... that's a lot of work!
I know, it would be a lot of work to create a pruning tool, but I just thought I'd ask! Otherwise, my 'Closed Reports' window fills up REALLY fast, and becomes clogged...