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: no thumbails  (Read 5746 times)

0 Members and 1 Guest are viewing this topic.

zom

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
no thumbails
« on: November 26, 2003, 03:03:14 am »

I would like to have no thumbails but only the albums names on the category page containing the albums
is it a way to make it possible?
 :P  :?:
Logged
Thanks to everyone

hyperion

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 1317
  • - retired -
no thumbails
« Reply #1 on: November 26, 2003, 06:32:06 pm »

Read the documentation concerning how to use the config page. Of particular interest to you is the Content of main page setting.
Logged
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

zom

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
no album thumbnails
« Reply #2 on: November 27, 2003, 01:49:53 am »

thanks for your answer but I think I ve been missunderstanding.

Each album has his own thumbnail to represent it.
I would like that when a visitor is on a category page, the page display only the link to the different album without showing the thumbnail of the album.
Why: because I want all the albums of one category to be displayed on a unique page, so I must increase the number of albums to display. But with thumbails when there is a lot of album (60) it means that 60 thumbails have to be displayed on a unique page that means that loading time of the page could be very long. Too much long...
Logged
Thanks to everyone

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
no thumbails
« Reply #3 on: November 27, 2003, 08:35:57 am »

in index.php look for
Code: [Select]
$alb_list[$alb_idx]['thumb_pic'] = "<img src=\"" . get_pic_url($picture, 'thumb') . "\" {$image_size['geom']} alt=\"\" border=\"0\" class=\"image\" />";and replace with
Code: [Select]
$alb_list[$alb_idx]['thumb_pic'] = "<!--<img src=\"" . get_pic_url($picture, 'thumb') . "\" {$image_size['geom']} alt=\"\" border=\"0\" class=\"image\" />-->".$alb_thumb['title'];(around line 366)

GauGau
Logged

Leoness

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
no thumbails
« Reply #4 on: November 28, 2003, 08:23:02 pm »

I too have this question, and I tried replacing the code you supplied, but it didn't work. At least no change was done to the main page of the gallery.

I have upgraded to the latest release.

I would really like to 'turn off' the thumbnails on the front page, since I have so many albums, and to show a thumbnail for each album is slowing the loading process very much.

Thank you for a great programming job, I really enjoy using the image gallery  :D

Marianne
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
no thumbails
« Reply #5 on: November 29, 2003, 09:01:49 am »

You can turn off the thumbs on the start page of coppermine with the settings in coppermine config - play around with them a little, you'll find out how.

GauGau
Logged

deejaymoni

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 59
    • jessicaalbafanatics.com
Re: no thumbails
« Reply #6 on: January 08, 2005, 02:25:55 pm »

Is there a option to disable the intermediate pictures. I mean direct link to the popup from the thumbnail?????????
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: no thumbails
« Reply #7 on: January 08, 2005, 08:10:23 pm »

don't try to hijack this thread, your question is not related at all. It has been asked very often already, search the board.

Joachim
Logged

deejaymoni

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 59
    • jessicaalbafanatics.com
Re: no thumbails
« Reply #8 on: January 09, 2005, 03:09:02 pm »

I have seach over an hour and I couldn't find anything I think there is no hack or someting to make it possible! :(
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: no thumbails
« Reply #9 on: January 09, 2005, 08:23:28 pm »

the reason you didn't find anything is that there is no such hack (yet) afaik. I already told you that this thread is not the one you should post about this issue, but reply to an existing one that discussed the thumbnail -> pop-up question. Do not reply to this thread anymore!

Joachim
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 18 queries.