coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: diers on April 01, 2006, 12:50:14 AM

Title: I want to erase the sentence STOP SLIDESHOW under the slideshow window
Post by: diers on April 01, 2006, 12:50:14 AM
how do I do that???  Do I go in scripts, in template or what??  look at my page and then see what I mean, thanks:
http://www.kaiarturdiers.de/cpg144/displayimage.php?album=1&pid=10&slideshow=5000
Please let me know.
Title: Re: I want to erase the sentence STOP SLIDESHOW under the slideshow window
Post by: Joachim Müller on April 01, 2006, 08:24:21 AM
there are several methods to get rid of this, the easiest being: edit lang/yourlanguage.php (e.g. lang/english.php), find'stop_slideshow'and remove the text on the left side of the definition. For the english language file, the entry looks like this:  'stop_slideshow' => 'STOP SLIDESHOW',Replace it with  'stop_slideshow' => '', - you get the idea.
Title: Re: I want to erase the sentence STOP SLIDESHOW under the slideshow window
Post by: diers on April 01, 2006, 03:53:21 PM
excellent thank you