I tried pruning the user but that just sets them to guest. Is there a way to mass delete a user's posts?
Announcement
Collapse
No announcement yet.
How do I delete all posts by a user?
Collapse
X
-
You had the option to remove their posts when you removed the user. Now thsat you skipped this, you will need to do it either manually with with a query. Something like:
DELETE FROM post WHERE username='user name';
..substituting this user's username of course. Make a backup of your database before doing this.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
Hi Steve, when I open a user's account, then select "delete user" I do not see an option to remove all of their posts.
What am I doing wrong?
Thanks for the help!
Originally posted by Steve MacholYou had the option to remove their posts when you removed the user. Now thsat you skipped this, you will need to do it either manually with with a query. Something like:
DELETE FROM post WHERE username='user name';
..substituting this user's username of course. Make a backup of your database before doing this.
Comment
-
Jake999, in the future please start a new thread for your problem or question. However the answer is that you will be given this option to remove the users posts if you continue.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
Related Topics
Collapse
-
by dbrookeHello,
Frankly, there are some problems and/or oddities with basic moderation in vBulletin.
I'm a noob to vBulletin, so please enlighten me if I'm not using things correctly.
...-
Channel: Support Issues & Questions
Mon 22 Aug '16, 7:54am -
Comment