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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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