Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Remove Upload Date in Latest Additions  (Read 3300 times)

0 Members and 1 Guest are viewing this topic.

The Reverend Doctor

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 16
    • The NTS Show
Remove Upload Date in Latest Additions
« on: June 11, 2007, 07:42:21 pm »

Is it possible to remove the "upload date" that appears at the bottom of a thumbnail under the Latest Additions section?  I can't seem to figure it out.  Any help is appreciated.

Thanks,
RD
« Last Edit: June 12, 2007, 06:29:20 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: Remove Upload Date in Latest Additions
« Reply #1 on: June 11, 2007, 08:43:32 pm »

You'll need to edit core code or make a plugin. To edit the code, open include/functions.inc.php,

look for

Code: [Select]
case 'lastup': // Last uploads
then about 20 lines down, change

Code: [Select]
if ($set_caption) build_caption($rowset,array('ctime'));
to

Code: [Select]
if ($set_caption) build_caption($rowset);
Logged

The Reverend Doctor

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 16
    • The NTS Show
Re: Remove Upload Date in Latest Additions
« Reply #2 on: June 12, 2007, 06:27:10 pm »

That worked!  Thanks so much!
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.