forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: HerrSieben on January 07, 2005, 04:30:19 pm

Title: Remove URL - table in displayimage
Post by: HerrSieben on January 07, 2005, 04:30:19 pm
Hi,

i try to remove the field of the table where it shows the direct URL of  an Picture (when it is shown as "big thumb") but i cant find the part in the Theme. I mean this one:

(https://forum.coppermine-gallery.net/proxy.php?request=http%3A%2F%2Fwww.bloggade.de%2Fartikel%2Fspiegel.JPG&hash=db524f246a9e20beca0d5c7878798c9f27b0e198)

 I use a modified classic theme.

Thanks in advance...
Title: Re: Remove URL - table in displayimage
Post by: Nibbler on January 07, 2005, 04:38:38 pm
That's in displayimage.php, search for

Code: [Select]
// Create the absolute URL for display in info
and comment out the line immediately below, that starts off $info['URL'] = ... 
Title: Re: Remove URL - table in displayimage
Post by: HerrSieben on January 07, 2005, 05:24:01 pm
Thank you for this lightspeed-.quality-answer!  :)