Click to enlarge intermediate picture? Click to enlarge intermediate picture?
 

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

Click to enlarge intermediate picture?

Started by fran86, November 24, 2013, 02:22:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fran86

Is there a way to show or a message to users that they can click the intermediate pictures to view fullsize? I have set my intermediate pictures to medium for a nice light visual. Computer noobs or people unfamiliar with coppermine may not realise they can make them bigger and alot of my gallery consists of movie captures and who wants to see those small? Thankyou for your help :)

fran86


Αndré

If I understood correctly, you want to display a message below each picture that users can click on the pictures to view them in full size?

fran86

I think so - Either above, below or maybe a hover text? Something simple like "Click image for original size"

Αndré

Usually the move icon changes when you hover over a link, so an additional text is not necessary IMHO.

To add a text below each picture, copy the function theme_html_picture from themes/sample/theme.php to your theme's theme.php file, find
    } elseif ($mime_content['content']=='document') {
and replace with something like
        $pic_html .= 'Your text here';
    } elseif ($mime_content['content']=='document') {