Jump to content

SQLcommand to enable status updates for all members?


alfanexus

Recommended Posts

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.

 

Link to comment
Share on other sites

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:

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...