Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2202

[3.3.x] Support Forum • Re: Deleting user posts

$
0
0
If it's just handful of posts you can find them with:

Code:

example.com/search.php?author_id=1
You can find them in DB using this, XYZ is the username:

Code:

SELECT * FROM phpbb_posts WHERE post_username = 'XYZ'; 
I don't know if there is any unforeseen consequences if you delete them though DB so I would strongly suggest you don't unless someone else more knowledgeable says otherwise.

Statistics: Posted by thecoalman — Fri May 09, 2025 4:52 am



Viewing all articles
Browse latest Browse all 2202

Trending Articles