coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: mgraf on October 09, 2004, 12:23:04 AM

Title: REMOVING FILE X / Y AT TOP
Post by: mgraf on October 09, 2004, 12:23:04 AM
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
Title: Re: REMOVING FILE X / Y AT TOP
Post by: kegobeer on October 09, 2004, 02:24:46 AM
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;
Title: Re: REMOVING FILE X / Y AT TOP
Post by: mgraf on October 09, 2004, 05:39:12 AM
Thank you!  Worked perfectly.