The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Send Email When a Private Message is Received
How can i disable this for all users?
|
#2
|
||||
|
||||
You'd have to do it in phpmyadmin (database) then you'd need to edit the modifyoptions template and find this
HTML Code:
<tr> <td><br />$vbphrase[can_email_when_sends_you_pm]</td> </tr> <tr> <td><label for="cb_emailonpm"><input type="checkbox" name="options[emailonpm]" value="1" id="cb_emailonpm" $checked[emailonpm] />$vbphrase[receive_email_notification_pm]</label><input type="hidden" name="set_options[emailonpm]" value="1" /></td> </tr> EDIT: the code above is for vb3 but just look in the same template for similar code and remove it |
#3
|
|||
|
|||
Quote:
|
#4
|
|||
|
|||
Admincp/maintenance/execute SQL query this is just a temp fix until member turn it on again do the above to turn it off for good
|
#5
|
|||
|
|||
what's the sql query i have to input so it turns off everyones email thingy
|
#6
|
|||
|
|||
Some users do prefer to receive e-mails of new PMs...
|
#7
|
|||
|
|||
It's in the drop down list in the location I posted above
|
#8
|
||||
|
||||
First, add your admin userid to the config file.
open ./includes/config.php around line 129 you will find PHP Code:
PHP Code:
Go To AdminCP->Maintenance->Execute SQL Query-> Select Code:
Yes - Send Notification Email When a Private Message is Received Click "Continue", and then on the next page click "Continue" again to "Confirm Query Execution" Done. And so you don't have to keep doing it, set it to do this by default by going to AdminCP->Settings->Options->User Registration Options-> Check the box in the "Default Registration Options" section that reads Code:
Send Notification Email When a Private Message is Received |
#9
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|