Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
alfanexus Posted November 29, 2017 Posted November 29, 2017 Can anyone help me with a SQL command that I can insert in the SQL toolbox in admin, so that status updates gets enabled for all users? I found this command (update core_members set members_disable_pm = 0;) that will ensure member pm are not disabled. So I think something similar could be run to enable status updates for all members, I hope someone can tell be the correct command for this.
alfanexus Posted November 29, 2017 Author Posted November 29, 2017 Okay I found the solution, so I might as well share it here if anyone else needs this at some time: The following SQL command will set statusupdates as enabled for all members. Quote update core_members set pp_setting_count_comments = 1; Ans if you want to ensure that new members also has status updates enabled as default, then this great plugin will help with that:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.