Looks like this can be turned off somehow:
Code:
$pm_auto_quote = "dbtech_vbsuper_pm_auto_quote_pm_active";
do
{
if ($vbulletin->userinfo[$pm_auto_quote] != '1')
{
break;
}
if (!$vbulletin->options['dbtech_vbsuper_pm_quote_pm_active'])
{
break;
}
if (!$vbulletin->options['dbtech_vbsuper_pm_system_enabled'])
{
break;
}
if (!is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['dbtech_vbsuper_pm_quote_pm_allowed'])))
{
break;
}
$pm['message']='';
}
while (false);
(also, lol, a loop when the condition always evaluates to false.)
- - - Updated - - -
This is annoying: https://www.loveforum.net/vbsuper_pm.php?do=notif&action=get_notif
Looks like you can't turn it off. Unless...
Someone quote me. Testing this