G Gohan New member Apr 16, 2013 #1 I see on other Xenforo forums, that when I post on a thread, I always get an alert when someone else post on the same thread. On my own xenforo forum, how can I set it so the default for all my users is the same?
I see on other Xenforo forums, that when I post on a thread, I always get an alert when someone else post on the same thread. On my own xenforo forum, how can I set it so the default for all my users is the same?
Jake Bunce Well-known member Apr 16, 2013 #2 I think you want the default watch state preference. That's a user preference: http://xenforo.com/community/account/preferences You can run this query to set those two checkboxes for all current users: Code: UPDATE xf_user_option SET default_watch_state = 'watch_no_email' You can set the default for new registrations in your: Admin CP -> Home -> Options -> User Registration -> Default Registration Values And here is a query if you want to retroactively watch all existing threads: http://xenforo.com/community/thread...l-thread-they-have-started.42325/#post-456711 Upvote 0 Downvote
I think you want the default watch state preference. That's a user preference: http://xenforo.com/community/account/preferences You can run this query to set those two checkboxes for all current users: Code: UPDATE xf_user_option SET default_watch_state = 'watch_no_email' You can set the default for new registrations in your: Admin CP -> Home -> Options -> User Registration -> Default Registration Values And here is a query if you want to retroactively watch all existing threads: http://xenforo.com/community/thread...l-thread-they-have-started.42325/#post-456711
Morgain Well-known member Apr 16, 2013 #3 Jake can this be more specific - all usergroup X on forum Y ? Upvote 0 Downvote
Jake Bunce Well-known member Apr 16, 2013 #4 Morgain said: Jake can this be more specific - all usergroup X on forum Y ? Click to expand... For this query? http://xenforo.com/community/thread...l-thread-they-have-started.42325/#post-456711 Upvote 0 Downvote
Morgain said: Jake can this be more specific - all usergroup X on forum Y ? Click to expand... For this query? http://xenforo.com/community/thread...l-thread-they-have-started.42325/#post-456711
Morgain Well-known member Apr 16, 2013 #5 mmm - so I set a specific usergroup to watch a specific forum? Upvote 0 Downvote
Jake Bunce Well-known member Apr 17, 2013 #6 Morgain said: mmm - so I set a specific usergroup to watch a specific forum? Click to expand... It's all user preference opt-in. Try this addon: http://xenforo.com/community/resources/bd-forum-watch.660/ Upvote 0 Downvote
Morgain said: mmm - so I set a specific usergroup to watch a specific forum? Click to expand... It's all user preference opt-in. Try this addon: http://xenforo.com/community/resources/bd-forum-watch.660/