Retroactive change post filter - phpBB Digests
Retroactive change post filter
When I originally set up my board I had the "Remove my posts" filter set to YES which was, in retrospect, a mistake based on how we use our forum and the Digests mod. I am getting a lot of concerned emails from posters that there is something wrong with the forum and their posts aren't going out over the digests.
Is there a way (probably a SQL script run right on the DB) that I could go back and change this option for all users on the forum?
Thanks for your help everyone!
- thetobster
- Registered User
- Posts: 12
- Joined: Mon Apr 19, 2010 2:13 am
Re: Retroactive change post filter
- Code: Select all
UPDATE `phpbb_users` SET `user_digest_show_mine` =1
Note that in the UCP it's worded as "Remove my posts" but in the DB it's "Show my posts" meaning that a value of 1 will in fact show posts for everyone.
If anybody can see that I've done something horrible to my database please let me know....
- thetobster
- Registered User
- Posts: 12
- Joined: Mon Apr 19, 2010 2:13 am
Re: Retroactive change post filter
- MarkDHamill
- Registered User
- Posts: 2117
- Joined: Fri Aug 02, 2002 12:36 am
- Location: Oak Hill, Virginia USA