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!
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!