coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: allanmoller on February 07, 2006, 03:29:03 PM

Title: how can i set picture upload to more then 10
Post by: allanmoller on February 07, 2006, 03:29:03 PM
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
Title: Re: how can i set picture upload to more then 10
Post by: Stramm on February 07, 2006, 05:05:23 PM
it's not recommended to do that cause of timeout problems. I even won't recommend to set it to 10
Title: Re: how can i set picture upload to more then 10
Post by: allanmoller on February 07, 2006, 05:20:09 PM
but can you do it  ???
Title: Re: how can i set picture upload to more then 10
Post by: Nibbler on February 07, 2006, 05:29:05 PM
Edit groupmgr.php and change the loop

for ($i = 0; $i <= 10; $i++) {
Title: Re: how can i set picture upload to more then 10
Post by: allanmoller on February 07, 2006, 05:37:56 PM
for ($i = 0; $i <= 30; $i++) {

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