coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: whats_up_skip on February 17, 2004, 04:33:17 AM

Title: [solved]: How to disable Slide show?
Post by: whats_up_skip 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.
Title: [solved]: How to disable Slide show?
Post by: Joachim Müller on February 17, 2004, 07:07:59 AM
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
Title: [solved]: How to disable Slide show?
Post by: whats_up_skip on February 18, 2004, 01:30:12 AM
Worked well thanks for that!