Rhett Posted September 23, 2012 Posted September 23, 2012 After a conversion to IPB from VB there may be a bunch of soft deleted post that appear as "unapproved post" in IPB. This query will change those post to "hidden" (soft deleted). UPDATE posts SET queued=2 WHERE queued=1 UPDATE topics SET approved = '-1' WHERE approved = '0'; Rhett Buck Exact Servers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now