Ok, hack is working. I commented like this:
# vbmail_start();
#
# foreach ($mods AS $index => $moderator)
# {
# if (!empty($moderator['email']))
# {
# eval(fetch_email_phrases('reportbadpost', $moderator['languageid']));
# vbmail($moderator['email'], $subject, $message);
# }
# }
#
# vbmail_end();
If wrong please correct me.
Now, I would like to know if it would be hard to add 2 more forums to this hack. For instance, my members like to ba able to report an offer on our board in these 2 scenarios:
1) This offer has expired.
2) This offer is a duplicate.
I would like to be able to add 2 text links that will show under a post witht he 2 choices above, and have them reported to the appropriate categories.
Can it be done?
Thanks!
|