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

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

[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