coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: claude258 on October 10, 2005, 09:59:23 PM

Title: Note/remark to go from intermidiate to original image
Post by: claude258 on October 10, 2005, 09:59:23 PM
I would like to put in evidance the fact that we can clic on the intermidiate image to get the original image.

How can I put a note over all the intermidiate images? Something like: "Clic on the image to see the original size"

I know there is a tool tip when the mousse is over the intermidiate image but I thinK it is not visible enough.

   
Title: Re: Note/remark to go from intermidiate to original image
Post by: artistsinhawaii on October 10, 2005, 10:14:20 PM
In your theme's theme.php file, search for :

Quote<table cellspacing="2" cellpadding="0" class="imageborder">

Right below it add:

Quote<div align="center">Click on Image to see full-sized original.</div>

Save your theme.php file.

That's it.

Dennis


Title: Re: Note/remark to go from intermidiate to original image
Post by: artistsinhawaii on October 10, 2005, 10:24:19 PM
OH yeah, while you are at it,

Add this as well ...

In that same section, scroll down a bit till you see

Quote<!-- BEGIN img_desc -->

then add this just above it:

Quote<i> <small><div align="center">Click on left and right thumbnails to scroll filmstrip</div> </small> </i>