no thumbails no thumbails
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

no thumbails

Started by zom, November 26, 2003, 03:03:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zom

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  :?:
Thanks to everyone

hyperion

Read the documentation concerning how to use the config page. Of particular interest to you is the Content of main page setting.
"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://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

zom

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...
Thanks to everyone

Joachim Müller

in index.php look for $alb_list[$alb_idx]['thumb_pic'] = "<img src=\"" . get_pic_url($picture, 'thumb') . "\" {$image_size['geom']} alt=\"\" border=\"0\" class=\"image\" />";and replace with$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

Leoness

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

Joachim Müller

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

deejaymoni

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

Joachim Müller

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

deejaymoni

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

Joachim Müller

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