vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - Fresset Public reports (https://vborg.vbsupport.ru/showthread.php?t=226987)

Lea Verou 10-28-2009 10:00 PM

Fresset Public reports
 
This mod allows you to have a forum for "public reports" and have copies of report threads posted there. This forum could of course have separate permissions from your normal report forum, enabling you for instance to discuss the issue with the member, privately. This makes members happier and keeps crises away (tested on e-steki.gr for over a year).

Installation:
1. In file includes/class_reportitem.php, find: (line ~349)
PHP Code:

}

            (
$hook vBulletinHook::fetch_hook('report_send_complete')) ? eval($hook) : false;
        }
    } 

change to:
PHP Code:

}
        }
        
        (
$hook vBulletinHook::fetch_hook('report_send_complete')) ? eval($hook) : false;
    } 

(you basically move the hook after the } , ensure you don't have any other hacks that use this hook first, or they'll break!)

2. Import the product

3. Adjust the settings

4. Done!

MagicThemeParks 10-29-2009 12:46 PM

Any demo of this mod in use?

Lea Verou 10-29-2009 12:54 PM

Nope.
And I don't see why one would be even needed. You probably haven't understood what it does.

MagicThemeParks 10-29-2009 01:04 PM

Let me understand....does it mean that when a reported post occurs, it would forward it to this special forum and then you can discuss it via postings with the member?

johnrizz 10-29-2009 08:06 PM

Yeah, thats what I'm guessing... Only that person and the admin or mods can see it....

abdobasha2004 10-29-2009 08:30 PM

if the admin and moderators are e-mailed
why is this more useful?

DeanLag 11-01-2009 07:39 AM

Cause you can't discuss it with your members via email, can you abdobasha2004?


All times are GMT. The time now is 01:32 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.01043 seconds
  • Memory Usage 1,721KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete