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

phpBB Custom Coding • Re: Recover deleted posts for a specific user

$
0
0
There is a merge user extension, while this is not what you are looking to do it should point you in the right direction for what you need to export/import if you look at source code.

The attachment files themselves are actually quite easy, they are prefixed with the users ID. If the user ID is 123 then just search the files backup folder for 123_* , you will still need to restore in attachments table. You probably don't need to change the filename which would require also changing the DB entry, just the user ID in the attachments table.

Statistics: Posted by thecoalman — Thu Jun 19, 2025 10:36 am



Viewing all articles
Browse latest Browse all 2671

Trending Articles