The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to disable auto subscription (blog)
Hi
(sorry for my english!) Every time when user adds a comment to the blog will be sent e-mail to all users who commented on the blog with information about the entry. How can I switch off this auto subscription for all users? I know that it can be turned off in the options for a single user, but I would like to turn off immediately all Thanks 4 help! |
#2
|
||||
|
||||
You can try this on a test database first to see if it works. (Add a table prefix, if needed). ACP --> Maintenance --> Execute SQL Query
Code:
UPDATE blog_user SET subscribeown='none' Code:
UPDATE blog_user SET subscribeothers='none' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|