Friday, March 31, 2017

Re: Notifications are turned off by default for new registered users

Damn, something was wrong in DB. Because when I delete all settings for user 0, and manually add only:

INSERT INTO `smf_user_alerts_prefs` (`id_member`, `alert_pref`, `alert_value`) VALUES
(0, 'msg_like', 1),
(0, 'msg_mention', 1),
(0, 'msg_quote', 1);...

from Simple Machines Community Forum http://ift.tt/2nT9gtA
via IFTTT

No comments:

Post a Comment