Comment to 'How to disable notifications globally/by default'
  • Hello trunky !

    It might be done via settings the default value of 'active' column in `bx_notifications_settings2users` table from 1 to 0. Also, you may apply the following query in your UNA DB:

    UPDATE `bx_notifications_settings2users` SET `active`=0;

    But as usual - backup the whole table before any changes there.