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.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

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