vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Stop A Member "Reporting" Posts (https://vborg.vbsupport.ru/showthread.php?t=171638)

jambo_1969 02-28-2008 10:26 AM

Stop A Member "Reporting" Posts
 
Not sure if this is possible, but has anyone ever come across a facility that removes a member's ability to report a post ?

I've got one member who persistantly keeps reporting posts - and whilst his posting is of contributable use to the board, his constant reporting is annoying my Moderators.

I've got M-User - but to be honest, that's a little extreme - is there anything anyone knows of ?

Cheers

Marco van Herwaarden 02-28-2008 10:32 AM

Are his reports legit or bogus?
I assume you already tried talking to him?
Already tried giving warning/infraction if he abuses the report system?

jambo_1969 02-28-2008 10:40 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1452812)
Are his reports legit or bogus?
I assume you already tried talking to him?
Already tried giving warning/infraction if he abuses the report system?

That's the problem Marco - his reports are both legit and "troll" like. The stage the mods are just now, is that they tend to ignore them, and that means more work for me.

We've all spoken to him, but in his "world" all his reports are legit !

To infract him is maybe a little too extreme - he's a useful member outwith his abuse of the reporting facility...

nexialys 02-28-2008 01:21 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1452812)
Are his reports legit or bogus?

Marco have the experience with a bogus reporter, hey Marco.. lol

Lynne 02-28-2008 02:09 PM

If you take away his ability to Report Posts, don't you think he will notice this and make a stink?

NeuroLancer 02-28-2008 02:16 PM

just make a forum announcement, new rule: 1 report max per day unless being harassed or otherwise personally insulted... or similar.

Marco van Herwaarden 02-29-2008 07:07 AM

Nexialys,

More with over-active reporters. Or the opposite: People complaining in threads, but never bring it to staff attention by reporting it.

calorie 02-29-2008 07:41 AM

Untested, but try the following plugin (how to add a plugin):
Code:

Product: whatever you want
Hook Location: report_start
Title: whatever you want
Execution Order: 5 is okay
Plugin PHP Code:

// replace X with user's id

if ($vbulletin->userinfo['userid'] == X)
{
        print_no_permission();
}


Plugin is Active: Yes


jambo_1969 10-09-2008 05:49 PM

Quote:

Originally Posted by calorie (Post 1453500)
Untested, but try the following plugin (how to add a plugin):
Code:

Product: whatever you want
Hook Location: report_start
Title: whatever you want
Execution Order: 5 is okay
Plugin PHP Code:

// replace X with user's id

if ($vbulletin->userinfo['userid'] == X)
{
        print_no_permission();
}


Plugin is Active: Yes


Hi There...

Apologies for not getting back to you sooner !

The Report Abuser has got to a level that he is reporting up to 200 per month, so I've had to be a bit more drastic.

The plug in method didn't work, so I went about it in a different way.

In the report.php file on the server, I added (in bold)..

Find the first if(!$vbulletin->userinfo which is after the start of the main script part of the code then add the bit in bold....

Quote:

if (!$vbulletin->userinfo['userid'] OR
$vbulletin->userinfo['userid'] == XX
)
{
print_no_permission();
}
XX for the userid.

Drastic I know, but, it works....

vijayninel 09-05-2011 08:48 AM

Thanks for the plugin calorie. I got some relief from a much overenthusiastic post reporter.


All times are GMT. The time now is 12:53 AM.

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.01154 seconds
  • Memory Usage 1,744KB
  • 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
  • (1)pagenav_pagelink
  • (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