Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Maxxius Posted January 21, 2020 Posted January 21, 2020 hi guys, you know perhaps a query I could run to enable status updates for all members. as if everyone turned this on:
Adriano Faria Posted January 22, 2020 Posted January 22, 2020 ACP -> Members -> Profiles -> Profile Settings tab -> Status Updates -> choose Enabled by default.
Maxxius Posted January 22, 2020 Author Posted January 22, 2020 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.
Adriano Faria Posted January 22, 2020 Posted January 22, 2020 This is for new members. For existing members, you will have to run a query.
Maxxius Posted January 22, 2020 Author Posted January 22, 2020 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. 🙂
Adriano Faria Posted January 22, 2020 Posted January 22, 2020 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. Maxxius 1
Maxxius Posted January 22, 2020 Author Posted January 22, 2020 Sweet, thank you @Adriano Faria!! Adriano Faria 1
Jordan Miller Posted February 12, 2020 Posted February 12, 2020 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.
Maxxius Posted February 13, 2020 Author Posted February 13, 2020 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.
Zhana Posted March 26, 2020 Posted March 26, 2020 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.
Sheffielder Posted March 26, 2020 Posted March 26, 2020 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
Recommended Posts