forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: JodyLamb on February 01, 2005, 08:54:26 pm

Title: Delete the album_stat that shows when the last post occured
Post by: JodyLamb on February 01, 2005, 08:54:26 pm
I would like to keep the number of files listed in the album_stat, but not the date when it was posted. Where would I go to change this?
Title: Re: Delete the album_stat that shows when the last post occured
Post by: Casper on February 01, 2005, 09:11:40 pm
Open your language file, and find this section of code;

Code: [Select]
$lang_list_albums = array(
Now simply remove the words you don't want, but leave the code, like this;

Change;

Code: [Select]
'last_added' => ', last one added on %s',]
to;

Code: [Select]
'last_added' => '',