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)

joe1989 07-20-2009 06:36 PM

Quote:

Originally Posted by DraculaVN (Post 1846787)
What about my problem from the post above? Still no comment yet :(

I don't understand your question.

DraculaVN 08-08-2009 07:24 PM

Quote:

Originally Posted by joe1989 (Post 1852382)
I don't understand your question.

https://vborg.vbsupport.ru/showpost....&postcount=116
did you see that post?

MentaL 08-08-2009 11:47 PM

<!--
Database error in vBulletin 3.8.3:

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'
Error Number : 1054
Request Date : Sunday, August 9th 2009 @ 01:44:38 AM
Error Date : Sunday, August 9th 2009 @ 01:44:39 AM
Script : http://forum.x.com/modcp/pprm.php?show=open
Referrer :
IP Address : x
Username : x
Classname : x
MySQL Version :
-->

recieving this error when moderators access via the modcp but if an admin access via modcp it works fine

joe1989 08-15-2009 01:52 PM

MentaL,

If you've read the description of this mod, the issue you described has been commented on before. It's listed under "known issues" and has been for quite some time now. The easy work around (until it is fixed) is to disable the moderator permissions option. Then there should not be an SQL error.

MentaL 08-15-2009 06:49 PM

Which option is that exactly

purecool78 09-01-2009 05:58 PM

I had this mod installed and it was working fine. However, I had disabled it for a brief period of time, and now when I try to enable it I get the following message when I try to report a post:

Quote:

Fatal error: Call to a member function query() on a non-object in /home/forum/public_html/includes/class_reportitem.php(347) : eval()'d code on line 4
Any help would be appreciated.

Skyrider 09-01-2009 06:42 PM

For some odd reason, it doesn't work for me. I activated it, made sure the email is set to no. And when either I or someone else reports posts, nothing shows up in the "Open Reports", its empy.. I'm even set as moderator on the section. and both of this plugin settings are set to yes.

tafreeh 09-03-2009 09:25 PM

Quote:

Originally Posted by Pedro! (Post 1835697)

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.

ok i m gonna wait for the Gold version. Great mod tho

neo1211 09-07-2009 12:14 AM

Hi I'm having a small issue myself, it seems that the link for users to view their reports is not displaying under a quick link. Anyone have any ideas why this might be or what I can do to fix this? Thanks so much.

Edrondol 09-16-2009 05:33 PM

I just installed this today and not only am I issue-free, but we've tested it and we freaking love this mod! Very, very nicely done!

bigcurt 09-18-2009 06:25 PM

Pedro, any word on a stable/gold mod? Thanks bud.

kalisekj 09-20-2009 06:46 PM

Wonderful Mod, TY Very Much Makes it easier for Users and Mods to keep track of reported threads and who's doing what. WooHoo!

kalisekj 09-20-2009 06:48 PM

Quote:

Originally Posted by FF|Skyrider (Post 1877940)
For some odd reason, it doesn't work for me. I activated it, made sure the email is set to no. And when either I or someone else reports posts, nothing shows up in the "Open Reports", its empy.. I'm even set as moderator on the section. and both of this plugin settings are set to yes.

Email Needs to be Set to Yes in VBoptions. ;)

openmind 09-28-2009 11:08 AM

Tagged and will install when this goes stable

Skyline_GT 09-28-2009 04:28 PM

I don't think this mod will ever go out of beta.

Deadsy 10-02-2009 04:08 AM

ATTENTION!

Vulnerable through XSS attacks!

I wrote Pedro! but still no answer...

How to fix:

1) open ../modcp/pprm.php and search for:

PHP Code:

$maincells = array($quicklinks,'<div class="reason">' $row['reason'] . '</div>'); 

Replace with:

PHP Code:

$maincells = array($quicklinks,'<div class="reason">' htmlspecialchars($row['reason']) . '</div>'); 

2) open ../pprm.php and search for:

PHP Code:

        "</div>" $rpt['reason'] . "</td></tr>"

Replace with:

PHP Code:

"</div>" htmlspecialchars($rpt['reason']) . "</td></tr>"


nothing4me 11-10-2009 08:43 PM

What's new in .93?

maxicep 11-10-2009 11:28 PM

12:29 02/11/2009
[Version 0.93]
Hotfix! Fixed security hole in previous releases.
Fixed bug in the closed reports pagination.

Pedro! 11-11-2009 01:59 PM

Okay guys, the update for this only just got rolled out. Mostly a f**k-up on for not keeping on top of the mod due to a busy summer and university but also for some reason I am not receiving notification e-mails of PMs and it took the .org team 11 days to roll out the 0.93 update.

There was a significant security flaw in the previous releases therefore everyone should update to 0.93 ASAP. I have no intentions of switching to vB4.0 (and I imagine many others feel the same) so when I get time I will start working on the other bugs people have made apparent. This may not be until Christmas as time is a precious commodity for me nowadays what with university and other projects.

Again, apologies for the latency of this update - the next one will probably see the mod out of beta.

rmxs 11-11-2009 06:27 PM

There is no xml file on zip :(

maxicep 11-11-2009 07:06 PM

read the installation document :)

Pedro! 11-11-2009 07:08 PM

Quote:

Originally Posted by rmxs (Post 1912795)
There is no xml file on zip :(

Yes there is, I download the exact version on here and installed the mod on my live board not so long ago. The xml file is in PPRM 0.93\upload\includes\xml but if you follow the instructions in Upgrade Intructions.txt you don't need to touch the .xml file.

jl255 11-13-2009 01:42 AM

will there be clashes with distances post report mod? what i mean is, if i disabled distances post report mod and enabled this, will it work?

Spinball 11-13-2009 06:50 AM

Did you get chance to see my feedback and requests for important enhancements here?

Prisim 11-13-2009 02:22 PM

nice hack

installed !!

gerbil249 11-13-2009 09:21 PM

XML Error: no element found at Line 174

Pedro! 11-14-2009 12:11 PM

Quote:

Originally Posted by Spinball (Post 1913428)
Did you get chance to see my feedback and requests for important enhancements here?

Yeah unfortunatly unless I get some free time soon I won't be able to fix that til christmas.

Quote:

Originally Posted by gerbil249 (Post 1913771)
XML Error: no element found at Line 174

Will have a look at this later but make sure it's not getting corrupted in the upload process... try setting your FTP to auto.

WC_Tech 11-14-2009 12:29 PM

The admin CP and MOD CP Parts don't work for our site. We get 404 errors. Help.

Pedro! 11-14-2009 06:19 PM

Quote:

Originally Posted by WC_Tech (Post 1914047)
The admin CP and MOD CP Parts don't work for our site. We get 404 errors. Help.

Sounds like you've changed your default directory names for security and forgotten to change them respectively for the mod pre-upload.

kurios 11-19-2009 02:17 AM

Any chance we can get the ability to close/delete/move threads and posts, and also give infractions to users right from the report in the ModCP? I've already made some modifications to show the forum title where the report came from (so mods can look for specific reports quicker). Something like inlinemod, but... erm... in the Mod CP (yes, the redundancy is awesome!)

Pedro! 11-28-2009 06:34 PM

Quote:

Originally Posted by kurios (Post 1916964)
Any chance we can get the ability to close/delete/move threads and posts, and also give infractions to users right from the report in the ModCP? I've already made some modifications to show the forum title where the report came from (so mods can look for specific reports quicker). Something like inlinemod, but... erm... in the Mod CP (yes, the redundancy is awesome!)

Yeah I may look into doing something like this when I get an opportunity to work on the next. There is a link to the post at the top of the report I belive so time speant searching for it shouldn't be an issue, I edit the title though so instead of saying "X has reported Y's Z" it says "X has reported Y's Z in W" the trouble is I don't want to start cluttering the interface by including too many options, although I could change the side links to a drop-down menu in the next release to accommodate for extra options, we'll see!

Emmmmrz 12-08-2009 01:29 AM

*bows down and worships Pedro!*

I can think of several different huge forums I have been staff at that this particular mod would have made a night and day difference for. Thank you so much for releasing it!

Gersfan 12-09-2009 01:40 PM

Is this really does in Beta?

Pedro! 12-09-2009 07:40 PM

Quote:

Originally Posted by Gersfan (Post 1927794)
Is this really does in Beta?

There are still some bugs in the software.

penn0r 12-11-2009 08:39 AM

I dont know why, but it doesnt work on my Forum.
I think i installed everything correctly, but nothing happend, when i Report a Post.

Do u have an Idea why, Pedro?

superduiker 12-11-2009 11:34 AM

Works mostly O.K.

Only issue is ran up against was that it does show newly made reports wich are perfectly placed in the section I wanted. Mods of mij forum als get a message, but when the click the link they get a database error.

This is because the do not have acces to the ACP, only admin and supermods can do this.
To fix this I'd have to set each mod to supermoderator, something I didn't have in mind, while my forum is set tot different sections belonging to separate moderators in wich each of them has specific rights. A supermoderator would have the same right over the complete forum.

Second issue is that not just the mod for who the report is to be handled by is getting the message of a new report, but everone, including alk mods of other sections of our board.

Standard out of VB reports are sent to a specfic, handset, section of our board. What I'd like to have is a feature wich sends an extra PM tot the moderator with the rights to fix it and none to any other.

Anyone?

joe1989 12-23-2009 08:16 PM

It'd be really cool if this mod was updated for vB 4.0 compatibility... I had to disable it on my 4.0 forum because it was no longer compatible. But, I am keeping it installed, in hopes that Pedro! would please, please update it for compatibility!!!

Pedro! 01-15-2010 02:46 PM

I actually have some time this weekend so will try look at the database error you talked about superduiker.

Sorry Joe, I'm afraid I won't be upgrading to vB4 in the foreseeable future and therefore I won't be releasing this mod for vB4. Sorry for the disappointment.

ToNetU 01-17-2010 04:23 AM

i would love to see this working on vb 4.0! PLEASE Pedro!

Leo Brazil 01-18-2010 12:23 PM

Quote:

Originally Posted by Pedro! (Post 1956568)
Sorry Joe, I'm afraid I won't be upgrading to vB4 in the foreseeable future and therefore I won't be releasing this mod for vB4. Sorry for the disappointment.

I'm sorry to hear that. It's a great mod and very usefull on my board.


All times are GMT. The time now is 10:12 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.01748 seconds
  • Memory Usage 1,829KB
  • 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
  • (4)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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