Hi,
before I modified index.php to hide these informations. Since I do a clean install in 1.6 I can't find how hide "last photo add on date and album view".
Somebody can help me ?
Thanks
You could use this plugin (https://forum.coppermine-gallery.net/index.php/topic,79534.0.html) to control thumbnail captions. Just set it to clear the caption where you want none.
Thanks
I tried it but it doesn't work.
I let blank field but nothing change.
here is a sceen capture. I talk about info in italic at the bottom of the page.
It's in french sorry...
You will have to do it in your theme.
Insert this in your <your_theme_folder>/theme.php file:
function theme_album_info($pic_count, $link_pic_count, $last_upload_date)
{
return '';
}
That may do what you want.
Quote from: synopgtr on December 13, 2019, 01:42:28 PM
Just there is still "number view album"
You can remove that in the language file:
//$lang_list_albums['alb_hits'] = 'album visualisé %s fois';
$lang_list_albums['alb_hits'] = '';
Thanks
It's working