Advanced search  

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

Pages: [1]   Go Down

Author Topic: I want to erase the sentence STOP SLIDESHOW under the slideshow window  (Read 2521 times)

0 Members and 1 Guest are viewing this topic.

diers

  • Coppermine newbie
  • Offline Offline
  • Posts: 4

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.
« Last Edit: April 02, 2006, 04:21:48 am by TranzNDance »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de

there are several methods to get rid of this, the easiest being: edit lang/yourlanguage.php (e.g. lang/english.php), find
Code: [Select]
'stop_slideshow'and remove the text on the left side of the definition. For the english language file, the entry looks like this:
Code: [Select]
  'stop_slideshow' => 'STOP SLIDESHOW',Replace it with
Code: [Select]
  'stop_slideshow' => '', - you get the idea.
Logged

diers

  • Coppermine newbie
  • Offline Offline
  • Posts: 4

excellent thank you
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 21 queries.