Ok,
Here's one that's confusing the heck out of me. I have 2.3.0, as if that matters, but I have a few moderators that are still receiving email notifications for only a few forums.
Here's what I've done, Looked up their userid in the user table and set emailnotification = 0 in user, then deleted ALL entries in subscribethread and subscribeforum tables for that userid and they STILL get emailed!
What else is there? AM I missing something?
Also, I've tried to enable the GD image verification in my admin section. I've modified the end line in regimage.php to be
// vbimage($image, 3);
vbimage($image);
My version of GD is: gd-1.8.4_4
Is there something special I need to do to fix this?
Here's one that's confusing the heck out of me. I have 2.3.0, as if that matters, but I have a few moderators that are still receiving email notifications for only a few forums.
Here's what I've done, Looked up their userid in the user table and set emailnotification = 0 in user, then deleted ALL entries in subscribethread and subscribeforum tables for that userid and they STILL get emailed!
What else is there? AM I missing something?
Also, I've tried to enable the GD image verification in my admin section. I've modified the end line in regimage.php to be
// vbimage($image, 3);
vbimage($image);
My version of GD is: gd-1.8.4_4
Is there something special I need to do to fix this?
Comment