XF 1.3 Watch a thread, make default email, not alert

slewis1972

Member
Hi

When you set watch a thread, by default notification is by alert. Where can I change it to email for everyone that chooses to watch a thread?

Thanks
 
Not seeing anything in there to switch from default of alerts to email. What am I missing?

bp0EuAU.png
 
Sorry, this does not change the default eg on my forum:

Watch Forum - Football Discussion Forum
Send notifications via:

The default is alerts, I want the default to be email.

Scottls
 
Sorry, this does not change the default eg on my forum:

Watch Forum - Football Discussion Forum
Send notifications via:

The default is alerts, I want the default to be email.

Scottls

It will only change it for new members. If you want it changed for existing members you will need to run a query against the DB.
 
Code:
UPDATE xf_user_option SET default_watch_state = 'watch_email'

That will make all members automatically watch threads and receive email when they are updated.
 
Top Bottom