Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Edit File limits  (Read 2977 times)

0 Members and 1 Guest are viewing this topic.

merletweb

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Edit File limits
« 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
« Last Edit: July 14, 2005, 09:44:37 pm by GauGau »
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: Edit File limits
« Reply #1 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.
Logged
Chief Geek at Ranium Systems

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Edit File limits
« Reply #2 on: July 14, 2005, 11:02:23 am »

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

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: Edit File limits
« Reply #3 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.
Logged
Chief Geek at Ranium Systems

merletweb

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Edit File limits
« Reply #4 on: July 14, 2005, 04:55:35 pm »

Thanks!
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.