The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Pedro!'s Post Report Manager 0.93 Details »» | |||||||||||||||||||||||||||||||||||||||
This system offers an advanced management system for all types of reported content including:
Features of this hack (some of which are illustrated by the screenshots):
Installation Instructions:
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. The inspiration for this hack came from Distance's Advanced Post Report System for 3.6 which was an upgrade of a mod by some guy called pig, lol. Change Log __________________________________________________ ______________________ Version 0.91
Version 0.92
Version 0.93
Known Issues __________________________________________________ ______________________
Download Now
Screenshots
Show Your Support
|
Comments |
#112
|
|||
|
|||
I know. I remembered your post when I couldn't find it either, lol! That's how VBulletin does it, as well. BTW: Great Mod! Installed.
|
#113
|
||||
|
||||
Hi guys, terribly sorry I haven't paid this mod any attention recently. I kinda totally forgot about it, eek. Big thanks to joe1989 who has been doing rather well in giving support in my absence.
Quote:
"UserX has reported UserY's post/picture/etc." The bit in bold is the link, up there are also links to each users profile. This screenshot might help explain what I'm talking about. Thanks for all the positive feedback and bug reports everyone. I'll start working on a stable version soon and then hopefully we can go gold. |
#114
|
|||
|
|||
nice works! Tagged
|
#115
|
|||
|
|||
Quote:
Quote:
|
#116
|
||||
|
||||
Hi Pedro, I've been using your mod for awhile, great job btw and only now I've noticed that date and time on reports discussions just gives me "d/m/Y @ G:i" for all updates and even when the report it self was sent just show me the same. I mean date and time are not parsing.
May be that's because my main language does not matches english standard and I have some different settings as locale for date and time. I've read everything here but no one has reported this issue before. Any tips ? Thx. Edited: I've got it. Just for those with the same issue, I've edited both pprm.php file(one on root and other on modcp folder) and changed the format in two lines on those files for the same date and time format I have at locale. It worked great. |
#117
|
|||
|
|||
I got this error while accessing "open reports" in ModCP
Code:
Database error in vBulletin 3.8.1: Invalid SQL: SELECT COUNT(*) AS count FROM pprmReports AS reports WHERE reports.status != 'closed' AND reports.type != gp AND reports.type != pap ORDER BY reports.prID DESC; MySQL Error : Unknown column 'gp' in 'where clause' |
#118
|
|||
|
|||
There is no column named 'gp' (also 'pap') in the XML file.
Code:
- <installcode> - <![CDATA[ $vbulletin->db->hide_errors(); $vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "pprmComments` ( `cID` int(11) NOT NULL auto_increment, `prID` int(11) NOT NULL, `uID` int(11) NOT NULL, `comment` longtext NOT NULL, `commenttime` int(11) NOT NULL, `commentstatus` mediumtext NOT NULL, PRIMARY KEY (`cID`) )"); $vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "pprmOptions` ( `fieldname` char(20) NOT NULL, `value` tinyint(4) NOT NULL, PRIMARY KEY (`fieldname`) )"); $vbulletin->db->query_write("INSERT INTO `" . TABLE_PREFIX . "pprmOptions` (`fieldname`, `value`) VALUES ('usepermissions', 0), ('e-mail', 0)"); $vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "pprmReports` ( `prID` int(11) NOT NULL auto_increment, `type` varchar(255) NOT NULL, `status` varchar(255) NOT NULL, `posterID` int(11) NOT NULL, `reporterID` int(11) NOT NULL, `post-picture` int(11) NOT NULL, `thread-album-profile` int(11) NOT NULL, `forum-group` varchar(255) NOT NULL, `reason` longtext NOT NULL, `url` longtext NOT NULL, `content` longtext NOT NULL, `discussionID` int(11) NOT NULL, `reporttime` int(11) NOT NULL, `closedtime` int(11) NOT NULL, PRIMARY KEY (`prID`) )"); ]]> </installcode> |
#119
|
||||
|
||||
Have installed.
Some immediate feedback from some of my 50 moderators... Moderators only want to be notified of the reported posts in the forums they moderate. If no moderators are assigned to a forum then admin need to be notified. Since our moderators moderate several forums, we need to see (in the reported post list) the forum containing each reported post. Hope the feedback helps and I have explained it all ok! Thanks. |
#120
|
||||
|
||||
In fact, my moderators have asked that I roll back to Distance's 3.6 version (which still works) because they only want to see the reports which apply to them and need to see which forum the reported threads are in.
Sorry, but until these two issues are resolved, I have had to disable. Looking forward to re-enabling your otherwise excellent mod some time soon. |
#121
|
|||
|
|||
What about my problem from the post above? Still no comment yet
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|