coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: zom on November 26, 2003, 03:03:14 AM

Title: no thumbails
Post by: zom 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  :?:
Title: no thumbails
Post by: hyperion 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.
Title: no album thumbnails
Post by: zom 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...
Title: no thumbails
Post by: Joachim Müller on November 27, 2003, 08:35:57 AM
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
Title: no thumbails
Post by: Leoness 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
Title: no thumbails
Post by: Joachim Müller 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
Title: Re: no thumbails
Post by: deejaymoni 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?????????
Title: Re: no thumbails
Post by: Joachim Müller 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
Title: Re: no thumbails
Post by: deejaymoni 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! :(
Title: Re: no thumbails
Post by: Joachim Müller 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