Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Delete the album_stat that shows when the last post occured  (Read 3256 times)

0 Members and 1 Guest are viewing this topic.

JodyLamb

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
Delete the album_stat that shows when the last post occured
« 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?
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: Delete the album_stat that shows when the last post occured
« Reply #1 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' => '',
« Last Edit: February 02, 2005, 08:00:22 am by GauGau »
Logged
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
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.