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

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

Click to enlarge intermediate picture?

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

Previous topic - Next topic

0 Members and 2 Guests 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') {