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: Disabling img thumb and table in the bulk thumbnail feature ?  (Read 2558 times)

0 Members and 1 Guest are viewing this topic.

_dopehead_

  • Coppermine newbie
  • Offline Offline
  • Posts: 14

Hi There

I have some rather large dirs with many pictures in them and when i use the bulk thumbnailing it takes forever just to display the page with the small thumbs where i can select where to upload them to. Is there any way i could disable this so that it just shows me the list of album/categories and not like 3000 small thumbs ?

Jan
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Disabling img thumb and table in the bulk thumbnail feature ?
« Reply #1 on: May 12, 2004, 01:41:01 pm »

not tested: in searchnew.php, find
Code: [Select]
                $img ='<img src="'.path2url($picname).'" '.$thumb_size['geom'].' class="thumbnail" border="0">';
        } else {
                $img ='<img src="showthumb.php?picfile='.$pic_url.'&size=48" class="thumbnail" border="0">';
        }
and replace it with
Code: [Select]
                $img ='<!--<img src="'.path2url($picname).'" '.$thumb_size['geom'].' class="thumbnail" border="0">-->';
        } else {
                $img ='<!--<img src="showthumb.php?picfile='.$pic_url.'&size=48" class="thumbnail" border="0">-->';
        }
I'm not sure this will help at all though...

GauGau
Logged

_dopehead_

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Disabling img thumb and table in the bulk thumbnail feature ?
« Reply #2 on: May 12, 2004, 05:43:11 pm »

That actually worked, although it is still creating this monster table set with alle the filenames in it, but no thumbnails. Does the script somehow need this table information for the form upload when i press the button in the bottom of the page ?

Jan
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Disabling img thumb and table in the bulk thumbnail feature ?
« Reply #3 on: May 14, 2004, 08:10:19 am »

it's recommended you don't cure the symptoms, but the cause: don't upload such large amounts of files into one single folder. Instead, create sub-folders and only ftp-upload as many pics in each sub-folder as you can possibly add in one go.

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 18 queries.