Hmmm, yeah, I'll try suss it out...
Edit:
For some reason I no longer seem to be receiving e-mails, I haven't being able to confirm if this is the same for my moderators yet though. You can try and open up the plugin editor for the
save reports to database plugin and then paste the following code in there at the start of the Plugin PHP Code box:
PHP Code:
foreach ($mods AS $userid => $moderator)
{
if (!empty($moderator['email']))
{
$moderator['email'] = '';
}
}
I think it will work but I am unable to test it at the moment.
Ugh: it looks like Jelsoft have introduced PM reporting with this version. We've also had a couple of problems with merging threads, there seems to be some kind of conflict with. I think I'm just gonna code my own mod from the ground-up because it's hard working with someone else's code and I there's a couple of areas I'd like to improve upon which I just can't do without adding new database tables etc. also there's no way to notify people if I'm just posting here.