[solved]: How to disable Slide show? [solved]: How to disable Slide show?
 

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]

Main Menu

[solved]: How to disable Slide show?

Started by whats_up_skip, February 17, 2004, 04:33:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

whats_up_skip

Is there a way to disable the slide show function?

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

Joachim Müller

just disable the link in the navigation: edit themes/yourtheme/theme.php and find                <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<!--                <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

whats_up_skip