Hi,
Is there a way I can move the pics uploaded by one user to another user?
Many thanks.
Only by manually editing the database.
Thanks,
I would be able to edit the database if you could tell me which fields in which tables.
Thank you.
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.
Many thanks.