vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Moderators Functions - Pedro!'s Post Report Manager 0.93 (https://vborg.vbsupport.ru/showthread.php?t=205087)

DobieGillis? 06-18-2009 06:26 PM

Quote:

Originally Posted by Daithi (Post 1832122)
Thanks lol

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.

Pedro! 06-23-2009 04:25 PM

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:

Originally Posted by ToNetU (Post 1825215)
no am looking how can i find the post link as an admin?
i just find the content about the post (reported post) but there's no link for that post?

thanks

With regards to the link to the post, I'm not sure if this is erroneous or whether you're just not seeing it because it's quite subtle. You have to look at the top of the report where it says

"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.

SirHappy 06-23-2009 04:43 PM

nice works! Tagged

joe1989 06-23-2009 06:41 PM

Quote:

Originally Posted by Pedro
Big thanks to joe1989 who has been doing rather well in giving support in my absence.

No problem.

Quote:

Originally Posted by Pedro
I'll start working on a stable version soon and then hopefully we can go gold.

Wasn't that what you said like a few months ago, before your extended leave of absence? :) Just kidding... It's a great mod, and you did a lot of work on it. I am glad to provide support where I can, but unfortunately, I'm very inexperienced when it comes to working with vB code. I have not gotten down into vB's default code enough to feel confident when it comes to coding add-ons for vB. Hence the reason why I have not made any of my own mods...

Leo Brazil 06-27-2009 08:49 PM

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.

DraculaVN 07-05-2009 04:59 PM

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'


DraculaVN 07-05-2009 05:09 PM

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>


Spinball 07-09-2009 02:01 PM

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.

Spinball 07-09-2009 09:58 PM

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.

DraculaVN 07-11-2009 05:35 AM

What about my problem from the post above? Still no comment yet :(


All times are GMT. The time now is 04:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01238 seconds
  • Memory Usage 1,752KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete