Jump to content

How to Enable status updates for all members?Profile setting

Featured Replies

Posted

hi guys, you know perhaps a query I could run to enable status updates for all members.

as if everyone turned this on:

kMP9NBG.png

ACP -> Members -> Profiles -> Profile Settings tab -> Status Updates -> choose Enabled by default.

  • Author

The strange thing was that this was enabled for all groups BUT when I logged in as one member who was like "hey where did the status updates went?" I noticed that it was not turned on in his account settings. Very strange. Waiting for his answer to verify if he did not turn it off by mistake sometime in the past.

This is for new members. For existing members, you will have to run a query.

  • Author

Oh.. well the query is what I hoped somebody would share in the topic which needs to be ran to turn it on for everybody. 🙂

Query:

updare core_members set pp_setting_count_comments = 1;

This will enable Status Updates to all existing members.

Add the Db prefix (sql_tbl_prefix from conf_global.php) to the table name in case you use one.

  • 3 weeks later...
On 1/22/2020 at 4:34 AM, Adriano Faria said:

Query:


updare core_members set pp_setting_count_comments = 1;

This will enable Status Updates to all existing members.

Add the Db prefix (sql_tbl_prefix from conf_global.php) to the table name in case you use one.

Can someone help me understand this a little better please 🙂

I want to enable status updates for all existing members. Everyone has it off. I'm not quite sure what to do here. Any help would be greatly appreciated. 

  • Author

go into phpMyAdmin, click on your database on the left, then in center top search for SQL tab click it, and when a windows loads copy the code that is in the post above and click go. also make sure if you have a prefix in the database tables to include that into the command too.

  • 1 month later...
On 1/22/2020 at 3:16 PM, Adriano Faria said:

ACP -> Members -> Profiles -> Profile Settings tab -> Status Updates -> choose Enabled by default.

Thanks, had to disable it on my board as they were abusing it for spam.

6 hours ago, Zhana said:

Thanks, had to disable it on my board as they were abusing it for spam.



Same here - spammers fully abused it

Archived

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

Recently Browsing 0

  • No registered users viewing this page.