Remove date posted from entire CPG site Remove date posted from entire CPG site
 

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]

Main Menu

Remove date posted from entire CPG site

Started by fh37381, December 31, 2004, 07:50:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fh37381

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

Joachim Müller

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