coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: fh37381 on December 31, 2004, 07:50:40 PM

Title: Remove date posted from entire CPG site
Post by: fh37381 on December 31, 2004, 07:50:40 PM
Hi All,
I've searched the forum for this but haven't found any answers.  Is there a way to remove the 'Date Posted' date which appears beneath any pics on the main, category or thumbnail screens?  I want it to either show the number of views or just be removed totally.

Any thoughts?

Cheers
Richard
Title: Re: Remove date posted from entire CPG site
Post by: Joachim Müller on January 01, 2005, 10:43:15 AM
edit index.php, find            $alb_list[$alb_idx]['album_info'] = sprintf($lang_list_albums['n_pictures'], $count) . ($count ? sprintf($lang_list_albums['last_added'], $last_upload_date) : "");and rfeplace with            $alb_list[$alb_idx]['album_info'] = '';(not tested though).

GauGau