how can i set picture upload to more then 10 how can i set picture upload to more then 10
 

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

how can i set picture upload to more then 10

Started by allanmoller, February 07, 2006, 03:29:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

allanmoller

is there a way that i can change coppermine so my friends can upload more then 10 pictures. Because usually we take about 30 pictures,,
anyone   ::)


http://www.kazam.dk/billeder/index.php

Stramm

it's not recommended to do that cause of timeout problems. I even won't recommend to set it to 10

allanmoller


Nibbler

Edit groupmgr.php and change the loop

for ($i = 0; $i <= 10; $i++) {

allanmoller

for ($i = 0; $i <= 30; $i++) {

this is what i have changed it for, but still only 10. sorry total newbie with this.  ;D