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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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