Is there a way to disable the slide show function?
I did a search in this forum, but I could not find anything.
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
Worked well thanks for that!