Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 17, 20159 yr Is there a way to set a given notification configuration to all users in the database? For instance (just an example), I want to change the "When someone likes something I posted" notification from all users to "notification list" instead of "email". How can I do that? Maybe through an SQL query?
December 17, 20159 yr Could start by changing the setting in Members>Member Settings> Notifications ; change the ones you want to notification instead of email. making sure to disable end user editing.
December 17, 20159 yr Author @MADMAN32395 already did that, but that only applies to new members. I want to change that for all current members.
December 17, 20159 yr 4 minutes ago, Gabriel Torres said: @MADMAN32395 already did that, but that only applies to new members. I want to change that for all current members. something like this? UPDATE core_notification_preferences SET preference='inline' WHERE notification_key='new_likes'; that should target everything for new likes, applying to onsite notifications to all users. would recommend backup before running queries directly.
Archived
This topic is now archived and is closed to further replies.