Preventing Report Post Individually

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Code Catcher
    New Member
    • Jul 2006
    • 8
    • 3.7.x

    Preventing Report Post Individually

    Is there any way to prevent a specific user or user group from reporting posts? I can't find anything in the Admin CP to do this.
  • Removed-836727
    Banned by User Request
    • Apr 2006
    • 1274

    #2
    You could code a plugin at the hook report_start
    PHP Code:
    if ($vbullet->userinfo['userid'] == xx)
    {
      
    print_no_permission();

    Comment

    • Paul M
      Former Lead Developer
      vB.Com & vB.Org
      • Sep 2004
      • 9886

      #3
      Originally posted by Code Catcher
      Is there any way to prevent a specific user or user group from reporting posts? I can't find anything in the Admin CP to do this.
      There is no inbuilt facility to do this.
      Baby, I was born this way

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...