Jump to content

Status updates enable / disable


Hunter Lyons

Recommended Posts

I understand the status updates permission, but why do people with permission have to enable it?

If someone doesn't want to post a status update, they simply will ignore the box to do so. I don't think enabling or disabling it is necessary.

Of course the option to do so is fine, but by default it should be on.

I've had at least 30 people on my forum message me and ask why they don't have permission to post status updates. All I've been able to do is explain... go to your profile, edit profile, enable, etc... 

 

Link to comment
Share on other sites

37 minutes ago, Lyonharted said:

Oh, gotcha. I misunderstood. Any tutorials on MySQL queries?

To enable status updates for all members, run the SQL query

UPDATE core_members SET pp_setting_count_comments=1;

That should enable status updates for all members, even if they have manually disabled status updates.

DISCLAIMER: I haven't tested this query, and take no responsibility if it makes your server explode. It ought to work though.

Link to comment
Share on other sites

  • 3 months later...
On 4/18/2016 at 0:39 AM, Colonel_mortis said:

To enable status updates for all members, run the SQL query


UPDATE core_members SET pp_setting_count_comments=1;

That should enable status updates for all members, even if they have manually disabled status updates.

DISCLAIMER: I haven't tested this query, and take no responsibility if it makes your server explode. It ought to work though.

Ran this query on IPS v 4.1.13.2 and works like a charm!

Thanks @Colonel_mortis

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...