Question Query to uncheck "Enable Emails"

Status
Not open for further replies.

tommyxv

Customer
I would like to switch the 'Disable Emails' to 'Enable Emails' so all new members don't have to make the change anymore. Is there a query I can run that will uncheck 'enable emails' after I switch it over?

I don't want all the members who have checked "disable emails" to start getting emails now.

Thanks!
 
Try this:
Code:
UPDATE user SET dbtech_thanks_settings2 = dbtech_thanks_settings2 - 2 WHERE (dbtech_thanks_settings2 & 2)
Remember to add your table prefix.
 
No problem :)

If you have any further questions or issues, please feel free to start a new support ticket.
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,033
Customer rating
5.00 star(s) 1 ratings
Back
Top