forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: merletweb on July 14, 2005, 06:04:32 am

Title: Edit File limits
Post by: merletweb on July 14, 2005, 06:04:32 am
I have an album with 200 pictures. When I tried to use "Edit Files" I can only see the first 100 images. Is there a way to edit more than 100 images?

I don't know SQL nor any edit languange so please give me an answer that I can understand and use. If there is a patch or fix can someone apply it to my gallery?

Thanks!
http://EspanolaOnline.com/imagegallery
Title: Re: Edit File limits
Post by: Abbas Ali on July 14, 2005, 09:49:44 am
The most simple thing to do will be to modify the URL in the address bar. When you go to edit files page you will find the URL in the address bar something like this

Code: [Select]
http://EspanolaOnline.com/imagegallery/editpics.php?album=someNumber&start=someNumber&count=100

Change the "count" value to whatever number of images you want to edit (for example count=200). Keep the rest of the URL as it is and hit enter.

This will solve your problem in the least complicated way, without chaning a single line in the code. However this will be temporary and if you edit another album you will need to modify the count value again.
Title: Re: Edit File limits
Post by: Joachim Müller on July 14, 2005, 11:02:23 am
there should be a "see next files" link that exactly does what it says afaik.
Title: Re: Edit File limits
Post by: Abbas Ali on July 14, 2005, 12:28:31 pm
But i guess merletweb wants to edit more than 100 images on a single page. Hence above workaround.
Title: Re: Edit File limits
Post by: merletweb on July 14, 2005, 04:55:35 pm
Thanks!