Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Changing the name of the thumbnails  (Read 3640 times)

0 Members and 1 Guest are viewing this topic.

missparis

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 32
Changing the name of the thumbnails
« on: October 22, 2009, 03:52:09 pm »

Hello,

I was wondering if it's possible to change the name of the thumbnails which are displayed?
At the moment, when the cursor is on one of the thumbnails, the name of the image appears but I would like to see "Click to enlarge" instead, or the name of the album where are the pictures would be good too.  :)

Is it something that can be done?

Thanks in advance.

Logged

missparis

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 32
Re: Changing the name of the thumbnails
« Reply #2 on: October 24, 2009, 01:30:33 pm »

Sorry  :-[.
Here is the link to my gallery: http://www.melinda-clarke.org/gallery/
And here is the code I'm using:

Code: [Select]
<?php
  
include "./gallery/cpmfetch/cpmfetch.php";
  
$objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  
$options = array('windowtarget' => '_blank',"imageheight"=>"110","imagewidth"=>"90");
  
$objCpm->cpm_viewLastAddedMedia(1,15,$options);
  
$objCpm->cpm_close();
?>

I did read the documentation and tried different things but I did not find the effect I would like to see, so could you please point me in the right direction?
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 20 queries.