Posted November 29, 20177 yr 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. Edited November 29, 20177 yr by alfanexus
November 29, 20177 yr Author 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:
Archived
This topic is now archived and is closed to further replies.