Batch upload (assign to user) Batch upload (assign to 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

Batch upload (assign to user)

Started by kammermark, December 31, 2003, 01:58:54 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

kammermark

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