Log in

View Full Version : Infractions Enchanced


coolgus
02-01-2008, 11:26 AM
It's really annoying specially in big forums, to have to write the same text every time you give an infraction to user. Is there any way to have custom text written and waiting for us in the dialog box for every infraction instead of writing it again and again ?

calorie
02-01-2008, 11:57 AM
One idea... add a plugin to the infraction_report_complete hook:

if (!$customreason)
{
$customreason = 'Enter whatever you want it to say by default.';
}