Edit File limits Edit File limits
 

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

Edit File limits

Started by merletweb, July 14, 2005, 06:04:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

merletweb

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

Abbas Ali

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


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.
Chief Geek at Ranium Systems

Joachim Müller

there should be a "see next files" link that exactly does what it says afaik.

Abbas Ali

But i guess merletweb wants to edit more than 100 images on a single page. Hence above workaround.
Chief Geek at Ranium Systems

merletweb