coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: crl on September 25, 2008, 12:08:37 PM

Title: [Solved]: Altering date information on Last Additions?
Post by: crl on September 25, 2008, 12:08:37 PM
Is there a way to alter the date information on the Last Additions. Ideally I am looking for a way to add "added" as a prefix to the date. i.e "Sep 25, 2008" becomes "added Sep 25, 2008"
Title: Re: Altering date information on Last Additions?
Post by: Nibbler on September 25, 2008, 08:15:03 PM
Modify your language file eg. lang/english.php
Title: Re: Altering date information on Last Additions?
Post by: crl on September 25, 2008, 09:15:37 PM
thanks nibbler
please could you be more specific of which line and coding is to changed?
Title: Re: Altering date information on Last Additions?
Post by: Nibbler on September 25, 2008, 09:46:07 PM
Change

$lastup_date_fmt = '%B %d, %Y';

to

$lastup_date_fmt = 'added %B %d, %Y';
Title: Re: Altering date information on Last Additions?
Post by: crl on September 25, 2008, 10:15:29 PM
thank you so much!
your coding did the trick!

crl
:)