Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Delete the album_stat that shows when the last post occured  (Read 3390 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.027 seconds with 19 queries.