News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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