PDA

View Full Version : Thread Subscription


Terrablade
05-04-2014, 10:35 PM
Is there a way maybe using batch to make ALL already registered users have this option? http://prntscr.com/3ga53k

Thanks

kh99
05-06-2014, 09:30 PM
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:
UPDATE user SET autosubscribe = 3

Terrablade
05-12-2014, 04:07 AM
You rock. Thanks a lot :D