Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [solved]: How to disable Slide show?  (Read 2632 times)

0 Members and 1 Guest are viewing this topic.

whats_up_skip

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 52
[solved]: How to disable Slide show?
« on: February 17, 2004, 04:33:17 am »

Is there a way to disable the slide show function?

I did a search in this forum, but I could not find anything.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
[solved]: How to disable Slide show?
« Reply #1 on: February 17, 2004, 07:07:59 am »

just disable the link in the navigation: edit themes/yourtheme/theme.php and find
Code: [Select]
               <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{SLIDESHOW_TGT}" title="{SLIDESHOW_TITLE}"><img src="images/slideshow.gif" width="16" height="16" border="0" align="absmiddle" alt="{SLIDESHOW_TITLE}" /></a>
                </td>
(or similar, depends on the theme you use) and comment it out like this
Code: [Select]
<!--                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{SLIDESHOW_TGT}" title="{SLIDESHOW_TITLE}"><img src="images/slideshow.gif" width="16" height="16" border="0" align="absmiddle" alt="{SLIDESHOW_TITLE}" /></a>
                </td>
-->

GauGau
Logged

whats_up_skip

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 52
[solved]: How to disable Slide show?
« Reply #2 on: February 18, 2004, 01:30:12 am »

Worked well thanks for that!
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 18 queries.