Is this possible with Coppermine? Is this possible with Coppermine?
 

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

Main Menu

Is this possible with Coppermine?

Started by Nalco, August 15, 2006, 12:05:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nalco

I am trying to find a gallery script to switch my static gallery over to. Mainly for ease of updates. I am liking what I see so far, but there are a couple things that I need to do and I'm not sure if its possible.

All of the thumbnail images will 76x67. In one category, I would like to only show the thumbnails, and not have them clickable. I dont want to have them linked to any other image.

In 2 other categories, the thumbnails will be the same size, but I would like to link the thumbnail images to an image other than the one depicted in the thumbnail. The images they link to will be 262x323.

Here is an example of what I mean. I want a small image 76x67 of a cat when clicked to open up a 262x323 image of a dog.

Does that make sense? Is this possible?

Thanks!

Sami

No , it's not possible under standard CPG
thumbnails will ceate from the orginal file and it can't be different from that!
it means , the thumbnails and orginal files would be a same image with different size
You need o code it your self for such a feature
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

Changing the thumbnail to look different than the pic it links to is not hard to accomplish, just follow the custom thumbnail section in the docs.
Coming up with a hack that will only show the thumbs without a link to anything else should be pretty easy, just needs a small hack to accomplish this.

Nalco

Well, I was able to figure out how to get a different image to pop up when clicking the thumbnail, so thats sorted.

You were talking about a small hack to remove links from thumbnails. Will that be category specific, or will will it be a global change, because I'd like to do this on only one category.

Also, any hints you can provide as to what needs to be changed to accomplish this would be most appreciated.

I'm guessing its something in displayimage.php.

Thanks!!!