coppermine-gallery.com/forum

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;

$lang_list_albums = array(

Now simply remove the words you don't want, but leave the code, like this;

Change;

'last_added' => ', last one added on %s',]

to;

'last_added' => '',