The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stop Notifications email
How do I stop all notifications subscriptions are sent by email to users. I would do this through a SQL query.
|
#2
|
|||
|
|||
Thread subscriptions for all users? Or other email notifications (if so which ones)?
|
#3
|
|||
|
|||
Quote:
I want Thread subscriptions for all users! |
#4
|
|||
|
|||
Ok this should (my hard drive crashed so I can't test it on the libraries computer ) set everyone's thread subscriptions to "through control panel only". If you want to change them to "do not subscribe" replace 0 with -1.
Code:
UPDATE subscribethread SET emailupdate = 0 WHERE emailupdate IN (1, 2, 3) |
#5
|
|||
|
|||
Thanks dude, i'll test!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|