REMOVING FILE X / Y AT TOP REMOVING FILE X / Y AT TOP
 

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

REMOVING FILE X / Y AT TOP

Started by mgraf, October 09, 2004, 12:23:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mgraf

I have been searching through the gallery files and even searched here on how to remove the file number / total files heading at the top of the enlarged images.  (Such as FILE 1/52, that displays above each enlarged image).

Any help on how to remove this?

Thanks.

Mark

kegobeer

In displayimage.php, find this line:

'{PIC_POS}' => $pic_pos,

and replace with this:

'{PIC_POS}' => ' ',

or you can modify each theme and replace {PIC_POS} with nbsp;
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

mgraf