I want to erase the sentence STOP SLIDESHOW under the slideshow window I want to erase the sentence STOP SLIDESHOW under the slideshow window
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

I want to erase the sentence STOP SLIDESHOW under the slideshow window

Started by diers, April 01, 2006, 12:50:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

diers

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.

Joachim Müller

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.