Batch upload (assign to user) Batch upload (assign to user)
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Batch upload (assign to user)

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

Previous topic - Next topic

0 Members and 1 Guest 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