Query to turn "Watch this thread..." option on

raytrails

Well-known member
I want to turn the default option "Watch this thread..." on while not receive email notifications, for all users. What would this database query look like?
 
UPDATE xf_user_option SET default_watch_state = 'watch_no_email'

Update the ACP Options -> User Registration: Watch threads when creating or replying for any future members.
 
Top Bottom