phpbb_user_notifications
table, but they are stored there AFTER a user ticks one of the select boxes for the first time and it remains in this table even if this select box is un-ticked sometime after the first activation (being deactivated).notify
flag to active at this time) and then activate all others already contained in the table with the correct notification type where it is set to '0'.item_type
and the setting you are looking for is notification.type.pm
Yeah, I thought about that one also but it's per user.RMcGirr83 wrote: ↑Thu Oct 15, 2020 9:42 amThere is also this one
viewtopic.php?f=456&t=2562006 which works without errors.
Can I please remind you that posting on phpBB.com should be in English.
Isn't the other one too? Didn't look at the code or anything but from the pics I thought it was per user.
Looking at my notes, there's an option to enable or disable notifications (and force some settings) for all users.
Not sure how that would work or even be possible as moderators have more notification settings than regular users....but I digress.Looking at my notes, there's an option to enable or disable notifications (and force some settings) for all users.
Please correct me if wrong, but that will only change the users notify type from email to IM. It won't change if a user gets notified say of a PMstevemaury wrote: ↑Thu Oct 15, 2020 7:56 pmHere is the answer for an SQL statement to do the job :
https://www.phpbb.com/support/docs/en/3 ... nd-values/
notification.type.pm
as that is stored in a table other than the users table (the user_notifications table).