For some reason my users are receiving subscription emails from the form results thread even though it is in a private forum. How can I prevent this?
I noticed this in the plugin:
Code:
if ($vbulletin->userinfo['autosubscribe'] != -1)
{
$newpost['emailupdate'] = $vbulletin->userinfo['autosubscribe'];
}
else
{
$newpost['emailupdate'] = 9999;
}
Can I get rid of this? Any thoughts? They really should not be subscribed/notified of these posts.
Thanks