hello,
how can I delete all topics and posts of user X, who was once deleted from the forum? only his posts and topics on the forum are left. is there any sql query that will do it automatically? thanks for the help
Code: Select all
example.com/search.php?author_id=1
Code: Select all
SELECT * FROM phpbb_posts WHERE post_username = 'XYZ';
In User Administration, when you pull up the user, at the bottom it says "Delete User"ert4 wrote: Fri May 09, 2025 5:56 pm this is a spammer who added erotic posts and I need to delete it but how?