Hello,
after batch uploading all the pics have the user 'admin' and the id '0'. is it possible to batch upload and assign all pics to a user != admin ? in the (old) board i found nothing else than upload in a new album and then
UPDATE `cpg11d_pictures` SET `owner_id` = '23', `owner_name` = 'JohnDoe' WHERE `aid` = '46';
konstantin gründger