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?
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' => '',