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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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