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.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

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