hi,
I've uploaded several thousands of images to my gallery using my admin account. However, i wish to keep this account name
low key for security reasons.
Is there any way to (batch) change an image owner ? Tried renaming my user account but
that (obviously) did not work.
Cheers
Only by manually changing the database.
UPDATE cpg_pictures SET owner_id = [newid], owner_name = '[new name]' WHERE owner_id = [oldid]
Ok tnx alot Nibber,
Topic can be marked solved.