Restore single user to database?

After discovering that the system has been deleting my members if not active for a bit, I need to restore some of them. Is there a way to restore a single user to the database without doing a full database restore?

Quote · 2 Aug 2012

Hello!

Well, it will be dull and not-fast deal. U should open ur FULL DB backup file in any text-editor and find there all records relate to this user (need to know his ID). Then all found MySQL commands u need to execute in ur Dolphin Db.

First of all - `Profiles` table, look by field `ID`. It is main target. Other content restoration will require to extract files of content - i mean if u want to backup his avatar then need to find record in table `bx_avatar_images` by field `author_id` then restore file with name like from field `id` and put it back to folder modules/boonex/avatar/data/images under names [some_id].jpg and [some_id]i.jpg where [some_id] - value of field `id` for found record of this user.

Regards

Quote · 2 Aug 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.