![]() |
Need to delete posts by a former member who was deleted
Hello,
I accidentally deleted a member without deleting her posts first. Now her posts are still on the forum with her name and the title "guest". I can't delete her posts in the admin panel because she is not a member. How would I do this using an SQL query? Thanks for your help! :) |
from phpmyadmin
select forum database SQL query Code:
DELETE FROM `post` WHERE `post`.`userid` = 0; Code:
DELETE FROM `thread` WHERE `thread`.`postuserid` = 0; |
All times are GMT. The time now is 10:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|