SEOmers Active member Licensed customer Jan 2, 2014 #1 Is there anyway to set alerts to be turned on as default? Like this thread I'm posting, its set to on? Why not on mine?
Is there anyway to set alerts to be turned on as default? Like this thread I'm posting, its set to on? Why not on mine?
P Paul B XenForo moderator Staff member Licensed customer Jan 2, 2014 #2 http://xenforo.com/community/account/preferences Automatically watch threads that you create or when you reply... Upvote 0 Downvote
http://xenforo.com/community/account/preferences Automatically watch threads that you create or when you reply...
SEOmers Active member Licensed customer Jan 2, 2014 #3 I mean for members? So it's turned on for members without them needing to do anything? So they have to turn it off rather than on basically Upvote 0 Downvote
I mean for members? So it's turned on for members without them needing to do anything? So they have to turn it off rather than on basically
P Paul B XenForo moderator Staff member Licensed customer Jan 2, 2014 #4 For new users you can set it in ACP -> Option -> User Registration. For existing users it requires an SQL query. Code: UPDATE xf_user_option SET default_watch_state = 'watch_no_email' That will change it for everyone, regardless of their current setting. Upvote 0 Downvote
For new users you can set it in ACP -> Option -> User Registration. For existing users it requires an SQL query. Code: UPDATE xf_user_option SET default_watch_state = 'watch_no_email' That will change it for everyone, regardless of their current setting.