forum.coppermine-gallery.net

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

Code: [Select]
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