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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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