PDA

View Full Version : Administrative and Maintenance Tools - Fresset Public reports


Lea Verou
10-28-2009, 10:00 PM
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)
}

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

($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?