Delete the album_stat that shows when the last post occured Delete the album_stat that shows when the last post occured
 

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Delete the album_stat that shows when the last post occured

Started by JodyLamb, February 01, 2005, 08:54:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JodyLamb

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?

Casper

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' => '',
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here