The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread Subscription
Is there a way maybe using batch to make ALL already registered users have this option? http://prntscr.com/3ga53k
Thanks |
#2
|
|||
|
|||
You can do this from the admincp, under Maintenance > Execute SQL Query, and select "Weekly Email Notification" from the drop down menu. To execute an SQL query from the admincp, your userid has to be listed in the config.php, in the $config['SpecialUsers']['canrunqueries'] variable.
If you want to use phpMyAdmin instead, the query is: Code:
UPDATE user SET autosubscribe = 3 |
#3
|
|||
|
|||
You rock. Thanks a lot
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|