Quote:
Originally Posted by kh99
It looks like that hook is only called if you have Settings > Options > User Infractions & Post Reporting Options > Post Reporting Email set to something other than "No Email". I have no idea what the thinking was there. I guess "send_complete" means the email has been sent.
|
You know, this explains a lot.
Quote:
Originally Posted by ozzy47
Try the hook, report_do_report, that should work.
|
There is no such hook. The hooks that I have are:
report_form_start
report_send_complete
report_send_email
report_send_process
report_start
However, given kh99's comments I tried moving the hook line within class_reportitem.php outside of the
Code:
if ($reportemail) {}
Now the plugins work! Thank you for the quick help.