'Batch add pictures' option for users... 'Batch add pictures' option for users...
 

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 add pictures' option for users...

Started by Greg_downunder, November 02, 2003, 11:58:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Greg_downunder

Is this disabled for security concerns?  If not, how can it be enabled so that users can upload pics via ftp, and then 'batch add' them ?
DoofCentral - Your Psychedelic Universe
http://www.doofcentral.com

Berlin IT Services
http://www.berlinit.com

Joachim Müller

usually you don't give ftp access to users, so nobody thought about the option to batch-add for regular users.
If you want to let your users batch-add you'll have to "tweak" your coppermine install (haven't tested this, just from memory): edit theme.php and put the batch-add stuff<a href="searchnew.php" title="">{SEARCHNEW_LNK}</a>into the user admin section.
Edit searchnew.php and remove the lineif (!GALLERY_ADMIN_MODE) cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);(better still: replace it with some other authentification scheme).

Be warned: this is not supported, nor recommended! It's totally insecure to give people ftp access - be sure to restrict them to a folder of your choice within albums (not userpics!) and to let them upload only, not rename or delete.
Make them use xp_publish wizard instead!
Don't say we didn't warn you!


GauGau