[Solved]: Move pics to another user [Solved]: Move pics to another user
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

[Solved]: Move pics to another user

Started by simon36, March 06, 2008, 05:38:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

simon36

Hi,

Is there a way I can move the pics uploaded by one user to another user?

Many thanks.

Nibbler

Only by manually editing the database.

simon36

Thanks,

I would be able to edit the database if you could tell me which fields in which tables.

Thank you.

Nibbler

In the pictures table edit owner_id and owner_name to match. You can get the owner_id by looking at the user_id in the users table.

simon36